[Patch] #include bfd_stdint.h in bfd/elfxx-ia64.c
Tristan Gingold
gingold@adacore.com
Thu Mar 31 14:27:00 GMT 2011
More information about the Binutils mailing list
Thu Mar 31 14:27:00 GMT 2011
- Previous message (by thread): [obv] elf32-tic6x.c build regression fix
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, tiny (and maybe obvious) patch: elfxx-ia64.h uses intptr_t and therefore I think it should include bfd_stdint.h Ok for trunk ? Tristan. bfd/ 2011-03-31 Tristan Gingold <gingold@adacore.com> * elfxx-ia64.c: include bfd_stdint.h diff -c -r1.230 elfxx-ia64.c *** bfd/elfxx-ia64.c 18 Jan 2011 14:13:43 -0000 1.230 --- bfd/elfxx-ia64.c 31 Mar 2011 14:21:20 -0000 *************** *** 28,33 **** --- 28,34 ---- #include "elf/ia64.h" #include "objalloc.h" #include "hashtab.h" + #include "bfd_stdint.h" #define ARCH_SIZE NN
- Previous message (by thread): [obv] elf32-tic6x.c build regression fix
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list