This is the mail archive of the gdb@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]

Definition of PT_TEXT_ADDR and friends.


Hello!

When compiling gdb for uClinux with armnommu, I noticed that (in
linux-low.c) PT_TEXT_ADDR, PT_DATA_ADDR and PT_TEXT_END_ADDR are
defined only when __mcoldfire__ is defined.  I think this is wrong.
Instead, IMHO, it should always be defined when we have linux without
a mmu.

Comments?


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