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][PR gdb/17984] Fix GDB build fail on Aarch64 when -fno-common is enabled.


On 02/16/2015 04:24 PM, Maxim Ostapenko wrote:
> current trunk GDB (and gdb-7.8.1 too) fails to build on Aarch64 when 
> -fno-common is enabled with:
> This small patch resolves the issue, OK to commit?

Thanks.

> gdb/Changelog
> 
> 2015-02-16  Max Ostapenko  <m.ostapenko@partner.samsung.com>
> 
> 	PR gdb/17984
> 	* gdb/aarch64-linux-nat.c: Don't include features/aarch64.c anymore.
> 	(aarch64_linux_read_description): Remove initialize_tdesc_aarch64 call.
> 	* gdb/aarch64-tdep.h: Add struct target_desc *tdesc_aarch64
> 	declaration.

As this entry will be added to the gdb/ChangeLog file, the
"gdb/" path should be removed from the file names above.

Otherwise this is OK.  Thanks for doing this.

-- 
Pedro Alves


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