diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-02-13 19:04:05 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-02-13 19:04:05 +0000 |
commit | 405affccae00100fd28be634e6768abc0548adc2 (patch) | |
tree | f668abe572834da5d39a95ea501ac24a2b85ac6e /bfd | |
parent | d5c8cefe196c6b05f80086e4370843fd952a3260 (diff) | |
download | gdb-405affccae00100fd28be634e6768abc0548adc2.zip gdb-405affccae00100fd28be634e6768abc0548adc2.tar.gz gdb-405affccae00100fd28be634e6768abc0548adc2.tar.bz2 |
Revert this patch, since it breaks linking PIC code with no dynamic
objects:
* elfcode.h (elf_bfd_final_link): Add assertion to make sure that
dynamic and dynobj are in synch.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 79146ab..dfeb01d 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,4 +1,10 @@ start-sanitize-arc +Mon Feb 13 09:35:30 1995 Doug Evans <dje@canuck.cygnus.com> + + * elf32-arc.c (reloc_type): New type R_ARC_B26. + (elf_arc_howto_table): Likewise. + * reloc.c (BFD_RELOC_ARC_B26): Likewise. + Thu Feb 9 17:31:40 1995 Doug Evans <dje@canuck.cygnus.com> * archures (bfd_mach_arc_base): #define. @@ -24,9 +30,6 @@ Thu Feb 9 12:02:35 1995 Ian Lance Taylor <ian@cygnus.com> (linux_tally_symbols): Crash if a NEEDS_SHRLIB symbol is undefined. From hjl@nynexst.com (H.J. Lu). - * elfcode.h (elf_bfd_final_link): Add assertion to make sure that - dynamic and dynobj are in synch. - Wed Feb 8 17:26:00 1995 Ian Lance Taylor <ian@cygnus.com> * linker.c (generic_link_check_archive_element): Allocate common |