* aoutx.h (NAME(aout,reloc_type_lookup)): Handle BFD_RELOC_8.

This commit is contained in:
Alan Modra 2002-08-26 08:46:21 +00:00
parent eb5d82dd0a
commit 2846975ad0
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-08-26 Alan Modra <amodra@bigpond.net.au>
* aoutx.h (NAME(aout,reloc_type_lookup)): Handle BFD_RELOC_8.
2002-08-24 Kaz Kojima <kkojima@rr.iij4u.or.jp>
* elf32-sh.c (sh_elf_copy_indirect_symbol): New.

View File

@ -318,6 +318,7 @@ NAME(aout,reloc_type_lookup) (abfd,code)
/* std relocs. */
switch (code)
{
STD (BFD_RELOC_8, 0);
STD (BFD_RELOC_16, 1);
STD (BFD_RELOC_32, 2);
STD (BFD_RELOC_8_PCREL, 4);