diff options
author | Martin Hunt <hunt@redhat.com> | 1997-03-27 08:48:14 +0000 |
---|---|---|
committer | Martin Hunt <hunt@redhat.com> | 1997-03-27 08:48:14 +0000 |
commit | 0e9c437767591f90f0731728ae6b0c8560ed4f87 (patch) | |
tree | e02bf13f3e329470cbff3476d2319c0fa52ba1cf | |
parent | 8c0714dc0d7d62dff6df6f60b3411b4386ac5a99 (diff) | |
download | binutils-0e9c437767591f90f0731728ae6b0c8560ed4f87.zip binutils-0e9c437767591f90f0731728ae6b0c8560ed4f87.tar.gz binutils-0e9c437767591f90f0731728ae6b0c8560ed4f87.tar.bz2 |
Thu Mar 27 00:45:57 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
* elf32-d30v.c (elf_d30v_howto_table): Fix a typo in the
21-bit absolute that made it act as a relative.
-rw-r--r-- | bfd/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 859d33e..a37f926 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,15 @@ +start-sanitize-d30v +Thu Mar 27 00:45:57 1997 Martin M. Hunt <hunt@pizza.cygnus.com> + + * elf32-d30v.c (elf_d30v_howto_table): Fix a typo in the + 21-bit absolute that made it act as a relative. + +end-sanitize-d30v Wed Mar 26 14:50:20 1997 Ian Lance Taylor <ian@cygnus.com> + * elflink.c (_bfd_elf_create_linker_section): Don't set + bss_section and rel_section from existing sections. + * elf32-ppc.c (ppc_elf_check_relocs): Only create the got section if it is needed. |