diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-12-01 20:50:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-12-01 20:50:27 +0000 |
commit | 27f7e91adfe0d2396f52ab4411559c61d2debb86 (patch) | |
tree | a97a9845a1702c508111607f306ce55353b27291 /bfd | |
parent | 16636918e8c401b212959ccc0e2d6308c313ceb6 (diff) | |
download | fsf-binutils-gdb-27f7e91adfe0d2396f52ab4411559c61d2debb86.zip fsf-binutils-gdb-27f7e91adfe0d2396f52ab4411559c61d2debb86.tar.gz fsf-binutils-gdb-27f7e91adfe0d2396f52ab4411559c61d2debb86.tar.bz2 |
Update.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index dd46e61..4cd423e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +1998-12-01 Ulrich Drepper <drepper@cygnus.com> + + * elf32-i386.c (i386_check_relocs) [R_386_32]: Don't emit + relocation for section which does not get loaded. + (elf_i386_relocate_section) [R_386_32]: Likewise. + Tue Dec 1 11:33:33 1998 Jim Wilson <wilson@cygnus.com> * coff-h8300.c (h8300_bfd_link_add_symbols): Make reloc_size, @@ -45,10 +51,10 @@ Tue Nov 24 10:25:27 1998 Nick Clifton <nickc@cygnus.com> * elf32-v850.c (v850_elf_relocate_section): Reset hi16s reloc chain to empty. - + The following changes are based on a patch submitted by Gianluca Moro <glctr@abc.it>: - + (v850_elf_perform_relocation): Only update a hi16s reloc if it has not already been updated. (find_remembered_hi16s_reloc): New parameter 'already_found' @@ -71,7 +77,7 @@ Tue Nov 24 10:25:27 1998 Nick Clifton <nickc@cygnus.com> Fri Nov 20 14:21:36 1998 Nick Clifton <nickc@cygnus.com> * elf32-fr30.c (fr30_elf_relocate_section): Remove spurious - warnings. + warnings. Thu Nov 19 14:42:15 1998 Geoffrey Noer <noer@cygnus.com> @@ -148,7 +154,7 @@ Tue Nov 10 13:37:36 1998 Felix Lee <flee@cygnus.com> BFD_HAVE_SYS_PROCFS_TYPE_MEMBER): didn't define macro when value was cached. * aclocal.m4, configure: regenerated. - + Tue Nov 10 14:31:01 1998 Catherine Moore <clm@cygnus.com> * elf32-d10v.c (reloc_type): Add R_D10V_GNU_VTINHERIT and @@ -178,13 +184,13 @@ Wed Nov 4 15:58:48 1998 Nick Clifton <nickc@cygnus.com> * config.bfd: Add support for FR30. * configure.in: Add support for FR30. * reloc.c: Add support for FR30 relocations. - * targets.c: Add support for FR30 relocations. + * targets.c: Add support for FR30 relocations. * bfd-in2.h: Regenerate. * configure: Regenerate. * libbfd.h: Regenerate. * cpu-fr30.c: New file. * elf32-fr30.c: New file. - + Mon Nov 2 14:59:33 1998 Geoffrey Noer <noer@cygnus.com> * configure.in: detect cygwin* instead of cygwin32* |