binutils-gdb/include/coff
Alan Modra 6015985895 Replace bfd_hostptr_t with uintptr_t
bfd_hostptr_t is defined as a type large enough to hold either a long
or a pointer.  It mostly appears in the coff backend code in casts.
include/coff/internal.h struct internal_syment and union
internal_auxent have the only uses in data structures, where
comparison with include/coff/external.h and other code reveals that
the type only needs to be large enough for a 32-bit integer or a
pointer.  That should mean replacing with uintptr_t is OK.
2022-05-27 22:08:59 +09:30
..
aarch64.h
alpha.h
arm.h
ChangeLog-0415
ChangeLog-9103
ecoff.h
external.h
i386.h
ia64.h
internal.h Replace bfd_hostptr_t with uintptr_t 2022-05-27 22:08:59 +09:30
mcore.h
mips.h
msdos.h
pe.h
rs6k64.h
rs6000.h
sh.h
sym.h
symconst.h
ti.h
tic4x.h
tic30.h
tic54x.h
x86_64.h
xcoff.h
z8k.h
z80.h