mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 04:29:49 +00:00
* aoutx.h (NAME(aout,reloc_type_lookup)): Handle BFD_RELOC_8.
This commit is contained in:
parent
eb5d82dd0a
commit
2846975ad0
@ -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.
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user