diff options
author | Tristan Gingold <gingold@adacore.com> | 2010-02-08 09:13:47 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2010-02-08 09:13:47 +0000 |
commit | 06988dfc57d0d03fd576e5949f52b8745278c0ab (patch) | |
tree | 6ef26706768b10f7a77c53994f59262dfd68757a /bfd/ChangeLog | |
parent | deddc40bec6db30c02fa73f1e83619bc62c87196 (diff) | |
download | gdb-06988dfc57d0d03fd576e5949f52b8745278c0ab.zip gdb-06988dfc57d0d03fd576e5949f52b8745278c0ab.tar.gz gdb-06988dfc57d0d03fd576e5949f52b8745278c0ab.tar.bz2 |
2010-02-08 Tristan Gingold <gingold@adacore.com>
* mach-o.c (bfd_mach_o_canonicalize_one_reloc): Set reloc.r_extern
for non-scattered relocations.
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 f9ca746..6e07ae3 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2010-02-08 Tristan Gingold <gingold@adacore.com> + + * mach-o.c (bfd_mach_o_canonicalize_one_reloc): Set reloc.r_extern + for non-scattered relocations. + 2010-02-08 Nathan Sidwell <nathan@codesourcery.com> * elf32-ppc.c (ppc_elf_begin_write_processing): Allow empty |