diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-09-20 04:57:41 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-09-20 04:57:41 +0000 |
commit | 776c436d8bcac9cec0dbf56a6d63118c289672a4 (patch) | |
tree | eaf090f8aac9ea0d3d17421314db64b71ea8e502 | |
parent | 8c685dfe227015e98cfa762392231dcfda28c0ed (diff) | |
download | gdb-776c436d8bcac9cec0dbf56a6d63118c289672a4.zip gdb-776c436d8bcac9cec0dbf56a6d63118c289672a4.tar.gz gdb-776c436d8bcac9cec0dbf56a6d63118c289672a4.tar.bz2 |
Sun Sep 20 00:48:07 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* elf32-m68k.c: Include "elf/m68k.h". Remove definition of enum
reloc_type. Rename R_68K__max to R_68K_max.
(howto_table): Use _bfd_elf_rel_vtable_reloc_fn for a VTENTRY
reloc.
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 512c9be..b4ecccf 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +Sun Sep 20 00:48:07 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> + + * elf32-m68k.c: Include "elf/m68k.h". Remove definition of enum + reloc_type. Rename R_68K__max to R_68K_max. + (howto_table): Use _bfd_elf_rel_vtable_reloc_fn for a VTENTRY + reloc. + Sun Sep 20 00:09:25 1998 Chris Torek <torek@bsdi.com> * libbfd.c (bfd_getb32): Rewrite expression to get better code. |