From: Martin Hunt Date: Thu, 27 Mar 1997 08:48:14 +0000 (+0000) Subject: Thu Mar 27 00:45:57 1997 Martin M. Hunt X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0e9c437767591f90f0731728ae6b0c8560ed4f87;p=binutils-gdb.git Thu Mar 27 00:45:57 1997 Martin M. Hunt * elf32-d30v.c (elf_d30v_howto_table): Fix a typo in the 21-bit absolute that made it act as a relative. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 859d33ed296..a37f926aa10 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,15 @@ +start-sanitize-d30v +Thu Mar 27 00:45:57 1997 Martin M. Hunt + + * 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 + * 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.