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


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to