diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-04-30 16:12:04 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-04-30 16:12:04 +0000 |
commit | 3c8caeb72047f2fc341ee29186a6d24e2e080ce7 (patch) | |
tree | 2d679639d5a7bb1d999dddb1028ab47fa6275e33 /bfd | |
parent | c1c77d407111ca35efe4533a5933d7014c00efe7 (diff) | |
download | gdb-3c8caeb72047f2fc341ee29186a6d24e2e080ce7.zip gdb-3c8caeb72047f2fc341ee29186a6d24e2e080ce7.tar.gz gdb-3c8caeb72047f2fc341ee29186a6d24e2e080ce7.tar.bz2 |
revert Alpha/OpenBSD patches
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 37 |
1 files changed, 4 insertions, 33 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 98b3002..6de3cfc 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +Tue Apr 22 12:06:08 1997 Ian Lance Taylor <ian@cygnus.com> + + * Makefile.in (do_maintainer_clean): Don't remove bfd-in2.h. + Mon Apr 21 11:21:31 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * elf32-m68k.c: Follow the last changes in elf32-i386.c: @@ -23,39 +27,6 @@ Sat Apr 19 22:50:14 1997 Ian Lance Taylor <ian@cygnus.com> potential last byte in the file to be written out when COFF_IMAGE_WITH_PE. -Fri Apr 18 11:42:55 1997 Niklas Hallqvist <niklas@appli.se> - - * coff-alpha.c (bsd_alpha_howto_table): Cloned from alpha_howto_table - but with an added LITERALSLEAZY entry. - (alpha_adjust_reloc_in): Add handling of LITERALSLEAZY relocs. Use - info on the howto_table gotten from the ecoff_backend data. - (alpha_ecoff_get_relocated_section_contents): Ditto. - (alpha_bfd_reloc_type_lookup): Ditto. - (alpha_relocate_section): Ditto. Also remove an assertion - causing failures on *BSD/alpha systems. - (alpha_ecoff_backend_data): Addition of fields to handle different - howto tables as well as a has_literalseazy flag. - (bsd_alpha_ecoff_backend_data): New backend data structure for *BSD. - (bsd_ecoffalpha_little_vec): Define. - * coff-mips.c (MIPS_HOWTO_COUNT): Removed, it's unused. - (mips_adjust_reloc_in): Use new ecoff_backend data to get at the howto - table. - (mips_bfd_reloc_type_lookup): Ditto. - (mips_relocate_section): Ditto. - (mips_ecoff_backend_data): Addition of fields to handle different - howto tables as well as a has_literalseazy flag. - * config.bfd: (alpha-*-openbsd*): New target. - * configure.in (alpha*-*-openbsd*): New target. - (bsd_ecoffalpha_little_vec): New vector for *BSD/Alpha ECOFF. - * ecoff.c (_bfd_ecoff_set_arch_mach_hook): Handle new magic. - (ecoff_get_magic): Ditto. - * libecoff.h (ecoff_backend_data): Addition of fields to handle - different howto tables as well as a has_literalseazy flag. - * reloc.c: BFD_RELOC_ALPHA_LITERALSLEAZY): New reloc. - * targets.c (bsd_ecoffalpha_little_vec): Declare. - (bfd_target_vector): Include the bsd_ecoffalpha_little_vec target. - * configure, bfd-in2.h, libbfd.h: Rebuild. - Thu Apr 17 13:46:56 1997 Per Fogelstrom <pefo@openbsd.org> * configure.host (mips*-*-openbsd*): New host. |