bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/5597] objdump --debugging loses with stabs when sizeof (bf


From: greg at mcgary dot org
Subject: [Bug binutils/5597] objdump --debugging loses with stabs when sizeof (bfd_vma)=4 and enum member needs 64 bits
Date: 10 Jan 2008 23:50:16 -0000

------- Additional Comments From greg at mcgary dot org  2008-01-10 23:50 
-------
(In reply to comment #1)

Users like enumerator constants as a somewhat more type-checked and/or
symbolically-printable-in-gdb substitute for #define constants.  As such,
they're as likely to have big values in systems code as #defines are.

Regarding host support for 64-bit integers, 32-bit systems that don't have
64-bit long long are surely a vanishing breed.  In the rare case where a host
doesn't support 64-bit ints, binutils will simply remain as crippled as it is
already.  Fixing this bug just lifts an arbitrary size restriction and allows
debug info to print as well as it can within the capabilities of the host.


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=5597

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]