diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-04-14 20:25:09 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-04-14 20:25:09 +0000 |
commit | 1b283698a792c9848fc507e3a8c1a420881d0e3c (patch) | |
tree | 7f0ddf4fb65d2047f7ab375fe9a05f8fce0b51c8 /bfd | |
parent | 6fd934a698ea8183ae3fce395cacd0aeb9020999 (diff) | |
download | gdb-1b283698a792c9848fc507e3a8c1a420881d0e3c.zip gdb-1b283698a792c9848fc507e3a8c1a420881d0e3c.tar.gz gdb-1b283698a792c9848fc507e3a8c1a420881d0e3c.tar.bz2 |
* config.bfd: Add m68*-*-elf*.
* elf32-m68k.c: Filled out implementation, except for dynamic linking support.
* reloc.c (enum bfd_reloc_code_real): Added *_GOT_PCREL, *_GOTOFF, *_PLT_PCREL,
*_PLTOFF, *_68K_* relocations for ELF.
* libbfd.h, bfd-in2.h: Regenerated.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index bf66cb6..3376021 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,18 @@ +Fri Apr 14 16:03:04 1995 Ken Raeburn <raeburn@cujo.cygnus.com> + + * config.bfd: Add m68*-*-elf*. + * elf32-m68k.c: Filled out implementation, except for dynamic + linking support. + * reloc.c (enum bfd_reloc_code_real): Added *_GOT_PCREL, *_GOTOFF, + *_PLT_PCREL, *_PLTOFF, *_68K_* relocations for ELF. + * libbfd.h, bfd-in2.h: Regenerated. + +Thu Apr 13 14:28:04 1995 Torbjorn Granlund <tege@adder.cygnus.com> + + * coff-m68k.c (COFF_DEFAULT_SECTION_ALIGNMENT_POWER): Change from + 1 to 2. + (bfd_target): Change minimum section alignment from 1 to 2. + Wed Apr 12 12:40:04 1995 Ken Raeburn <raeburn@cujo.cygnus.com> * aoutx.h (machine_type, case bfd_arch_mips): Treat R8000 like |