This is the mail archive of the gdb@sources.redhat.com 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: BITS_BIG_ENDIAN


> Nobody overrides this anymore, so would it be ok to delete
> the "#if !defined(BITS_BIG_ENDIAN)" test in gdb/defs.h
> and update the documentation not to mention it as a target
> macro anymore?
> 
> If someone new port in the future needs to specify this again
> we can add it back in, and cleanly using multi-arch instead of
> the macro.

Hmm, looking at the code, and thinking about PPC vs MIPS, I think the 
lack of a definition of this macro is an indication of a number of bugs 
in GDB and not the lack of need of the macro, sigh.

Andrew


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