diff options
author | Nick Clifton <nickc@redhat.com> | 2007-09-26 08:12:59 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-09-26 08:12:59 +0000 |
commit | 06dcabb0579335e3db3825385d41de58e529c7c0 (patch) | |
tree | cab7088dc60abeb7ed528e52fede989080f04958 /bfd/ChangeLog | |
parent | 0a7b15ff9a901c96669d1efe7f68b19efc061013 (diff) | |
download | gdb-06dcabb0579335e3db3825385d41de58e529c7c0.zip gdb-06dcabb0579335e3db3825385d41de58e529c7c0.tar.gz gdb-06dcabb0579335e3db3825385d41de58e529c7c0.tar.bz2 |
* som.c (som_get_reloc_upper_bound): If there are no relocs return enough
space to hold a NULL pointer.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 690c46d..f93f756 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2007-09-26 Tristan Gingold <gingold@adacore.com> + + * som.c (som_get_reloc_upper_bound): If there are no relocs return + enough space to hold a NULL pointer. + 2007-09-26 Alan Modra <amodra@bigpond.net.au> * elf64-ppc.c (ppc_build_one_stub): Correct rel_hdr.sh_size. |