This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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: more long long problems "objdump --debugging"


Andreas Schwab wrote:
Greg McGary <greg@mcgary.org> writes:

stabs.c uses bfd_vma to hold enum members. That doesn't work when bfd_vma
is 32-bits but the enum member needs 64.

Enumeration constants can only be in the range of an int.

This is a GNU extension. The only complaint comes with -pedantic: warning: ISO C restricts enumerator values to range of 'int'

If GCC generates debug info for enumerator constants bigger than int, binutils ought to support them.

G


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