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]

Native build of gdb on aarch64 is broken by code refactor


Hi,
https://sourceware.org/ml/gdb-patches/2014-08/msg00215.html

This breaks native build of gdb on aarch64-none-linux-gnu, because
aarch64-linux-nat.c refers to the macro LONGEST which is moved from
defs,h to common-types.h.

Since I don't have write access to gdb and also am newbie in GDB, so
could you please help fix this issue?

Thanks,
bin


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