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] | |
Hello,
I did the windres.h patch changing the long to int types, so that problem
#2737 seems to be solved.
Additionally I introduced in bfd-in.h the type "bfd_hostptr_t" and its
hexadeicmal printf representation in macro "BFD_HOSTPTR_T_PRT_X". For now,
AFAIS, only WIN64 has a long type lesser than a pointer, therefore I made
the define dependent on the definiton of _WIN64. The modification in
splay-tree.h header has the same reason.
ChangeLogs:
For bfd:
2007-04-11 Kai Tietz <kai.tietz@onevision.com>
* bfd/bfd-in.h: (bfd_hostptr_t): New type for max(long,void *)
width.
(BFD_HOSTPTR_T_PRT_X): Printf a bfd_hostptr_t type.
* bfd/bfd-in2.h: Regenerate.
* bfd/coffcode.h: Replace use of long by bfd_hostptr_t.
* bfd/coffgen.c: Likewise.
* bfd/elf-eh-frame.c: Likewise.
* bfd/peicode.h: Likewise.
For binutils:
2007-04-10 Kai Tietz <kai.tietz@onevision.com>
* binutils/resres.c: Cast sizeof explicit to type "long".
* binutils/resrc.c: Adjust printf formatter for ints.
* binutils/windres.c: (main): Assert if sizeof(int) not 4 bytes.
* binutils/windres.h: Changed windows structure to use
int type instead of long type.
For gas:
2007-04-10 Kai Tietz <kai.tietz@onevision.com>
* gas/symbols.c: Replace use of long by bfd_hostptr_t and
print via BFD_HOSTPTR_T_PRT_X.
* gas/write.c: Likewise.
For gprof:
2007-04-10 Kai Tietz <kai.tietz@onevision.com>
* gprof/cg_print.c: Explict cast sizeof to long.
* gprof/hist.c: Likewise.
For include:
2007-04-10 Kai Tietz <kai.tietz@onevision.com>
* include/splay-tree.h: (libi_uhostptr_t): New type.
(libi_shostptr_t): New type.
(splay_tree_key, splay_tree_value): Use libi_uhostptr_t type.
* include/coff/internal.h: (_n_zeroes, _n_offset): Type as
bfd_hostptr_t
instead of long.
For libiberty:
2007-04-10 Kai Tietz <kai.tietz@onevision.com>
* libiberty/strerror.c: Undefine sys_nerr and sys_errlist for w64
sake.
Regards,
i.A. Kai Tietz
------------------------------------------------------------------------------------------
OneVision Software Entwicklungs GmbH & Co. KG
Dr.-Leo-Ritter-StraÃe 9 - 93049 Regensburg
Tel: +49.(0)941.78004.0 - Fax: +49.(0)941.78004.489 - www.OneVision.com
Commerzbank Regensburg - BLZ 750 400 62 - Konto 6011050
Handelsregister: HRA 6744, Amtsgericht Regensburg
KomplementÃrin: OneVision Software Entwicklungs Verwaltungs GmbH
Dr.-Leo-Ritter-StraÃe 9 â 93049 Regensburg
Handelsregister: HRB 8932, Amtsgericht Regensburg - GeschÃftsfÃhrer:
Ulrike DÃhler, Manuela Kluger
Attachment:
bfd-w64-native-2.txt
Description: Text document
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |