This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] aarch64-tdep basic port.


Thanks for the patch.  I will take a closer look at it later, but just
for the record...

On Tuesday, January 22 2013, Marcus Shawcroft wrote:

> diff --git a/gdb/aarch64-tdep.c b/gdb/aarch64-tdep.c
> new file mode 100644
> index 0000000..2a2497b
> --- /dev/null
> +++ b/gdb/aarch64-tdep.c
> @@ -0,0 +1,2759 @@
> +/* Common target dependent code for GDB on AArch64 systems.
> +
> +   Copyright (C) 2009-2013 Free Software Foundation, Inc.
> +   Contributed by ARM Ltd.
[...]


All the new files added by this patch have a wrong year range in the
copyright header.  Since they're new, it should be only 2013.

Thanks,

-- 
Sergio


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]