mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-08 00:32:05 +08:00
2000-09-09 Kazu Hirata <kazu@hxi.com>
* riscix.c: Remove DEFUN.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2000-09-09 Kazu Hirata <kazu@hxi.com>
|
||||||
|
|
||||||
|
* riscix.c: Remove DEFUN.
|
||||||
|
|
||||||
2000-09-08 Nick Clifton <nickc@redhat.com>
|
2000-09-08 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* elf32-arm.h (elf32_arm_merge_private_bfd_data): Do not
|
* elf32-arm.h (elf32_arm_merge_private_bfd_data): Do not
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
/* BFD back-end for RISC iX (Acorn, arm) binaries.
|
/* BFD back-end for RISC iX (Acorn, arm) binaries.
|
||||||
Copyright (C) 1994, 95, 96, 97, 98, 1999 Free Software Foundation, Inc.
|
Copyright (C) 1994, 95, 96, 97, 98, 99, 2000
|
||||||
|
Free Software Foundation, Inc.
|
||||||
Contributed by Richard Earnshaw (rwe@pegasus.esprit.ec.org)
|
Contributed by Richard Earnshaw (rwe@pegasus.esprit.ec.org)
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
@ -238,9 +239,9 @@ riscix_fix_pcrel_26 (abfd, reloc_entry, symbol, data, input_section,
|
|||||||
}
|
}
|
||||||
|
|
||||||
reloc_howto_type *
|
reloc_howto_type *
|
||||||
DEFUN(riscix_reloc_type_lookup,(abfd,code),
|
riscix_reloc_type_lookup (abfd, code)
|
||||||
bfd *abfd AND
|
bfd *abfd;
|
||||||
bfd_reloc_code_real_type code)
|
bfd_reloc_code_real_type code;
|
||||||
{
|
{
|
||||||
#define ASTD(i,j) case i: return &riscix_std_reloc_howto[j]
|
#define ASTD(i,j) case i: return &riscix_std_reloc_howto[j]
|
||||||
if (code == BFD_RELOC_CTOR)
|
if (code == BFD_RELOC_CTOR)
|
||||||
|
Reference in New Issue
Block a user