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]

[Patch] #include bfd_stdint.h in bfd/elfxx-ia64.c


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
  


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]