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]

Comments? s/BIG_ENDIAN/BFD_ENDIAN_BIG/ et.al.


Hello,

At present GDB keeps track of big and little endian using the build 
header dependent macro's BIG_ENDIAN and LITTLE_ENDIAN.  I'd like to 
propose that these be replaced by the slightly more portable enums:

	BFD_ENDIAN_BIG and BFD_ENDIAN_LITTLE

from BFD.  Any thoughts on this?  If there are no objections or 
concerns, I'll follow this through with an ``obvious'' patch.

Andrew


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