diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2007-08-10 12:25:30 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2007-08-10 12:25:30 +0000 |
commit | fe8b7f87390df6090751e63ffa642f524f05691f (patch) | |
tree | 30c662f38bdec1acc88cc91bcae480d8f4349b7a /ld/ChangeLog | |
parent | bd37ed4910e892550d3c2b8c20c7ea5abd17b4ff (diff) | |
download | gdb-fe8b7f87390df6090751e63ffa642f524f05691f.zip gdb-fe8b7f87390df6090751e63ffa642f524f05691f.tar.gz gdb-fe8b7f87390df6090751e63ffa642f524f05691f.tar.bz2 |
2007-08-10 H.J. Lu <hongjiu.lu@intel.com>
PR ld/4875
* elf-hints-local.h: Include bfd_stdint.h. Use uint32_t
instead of u_int32_t.
* sha1.h: Include bfd_stdint.h instead of <stdint.h>.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 11de68a..db70139 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,11 @@ +2007-08-10 H.J. Lu <hongjiu.lu@intel.com> + + PR ld/4875 + * elf-hints-local.h: Include bfd_stdint.h. Use uint32_t + instead of u_int32_t. + + * sha1.h: Include bfd_stdint.h instead of <stdint.h>. + 2007-08-09 Alan Modra <amodra@bigpond.net.au> PR 4515 |