bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/10151] libbfd: adr2errline resolution does not work for 32


From: estellnb at gmail dot com
Subject: [Bug binutils/10151] libbfd: adr2errline resolution does not work for 32bit programs on x86_64 plattforms
Date: 20 May 2009 10:36:23 -0000

------- Additional Comments From estellnb at gmail dot com  2009-05-20 10:36 
-------
thx. That was in deed the issue.
... although it should not be too hard to provide common headers for both 32 & 
64bit targets as the only differences are the following lines in bfd.h:

#define BFD_DEFAULT_TARGET_SIZE 32

#define BFD_HOST_64BIT_LONG 0
#define BFD_HOST_64BIT_LONG_LONG 1
#if 1
#define BFD_HOST_64_BIT long long
#define BFD_HOST_U_64_BIT unsigned long long
#endif

or that respectively:

#define BFD_DEFAULT_TARGET_SIZE 64

#define BFD_HOST_64BIT_LONG 1
#define BFD_HOST_64BIT_LONG_LONG 0
#define BFD_HOST_64_BIT long
#define BFD_HOST_U_64_BIT unsigned long


-- 


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

------- 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]