diff options
author | Michael Meissner <gnu@the-meissners.org> | 1997-12-10 19:08:51 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1997-12-10 19:08:51 +0000 |
commit | de7483285a11b003189888e8ea13f83907423ead (patch) | |
tree | f8b707a3bd888d0fab205fd5d48482447498c970 /bfd | |
parent | 760410e55a930d20c5800b09f5c468a7a8f5279d (diff) | |
download | gdb-de7483285a11b003189888e8ea13f83907423ead.zip gdb-de7483285a11b003189888e8ea13f83907423ead.tar.gz gdb-de7483285a11b003189888e8ea13f83907423ead.tar.bz2 |
Switch to using RELA relocations for the d30v.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 773af7e..82fad35 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,13 @@ +start-sanitize-d30v +Wed Dec 10 14:06:48 1997 Michael Meissner <meissner@cygnus.com> + + * elf32-d30v.c (d30v_info_to_howto_rela): New function to support + RELA relocations. + (USE_REL): Don't define any more, switch to using RELA + relocations. + (elf_info_to_howto): Define as d30v_info_to_howto_rela. + +end-sanitize-d30v Tue Dec 9 11:37:53 1997 Andrew Cagney <cagney@b1.cygnus.com> * archures.c (bfd_mach_mips*): Define. |