diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2000-09-09 20:17:47 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2000-09-09 20:17:47 +0000 |
commit | 27985c55a4696863ba25242f76b92845ff643c5c (patch) | |
tree | 674f2f721b63ca8159dd93d4dc2f711e57d39c70 /bfd/riscix.c | |
parent | 3f07c44bc9f1a80bdf5b44f363a6d85a7e07f8aa (diff) | |
download | gdb-27985c55a4696863ba25242f76b92845ff643c5c.zip gdb-27985c55a4696863ba25242f76b92845ff643c5c.tar.gz gdb-27985c55a4696863ba25242f76b92845ff643c5c.tar.bz2 |
2000-09-09 Kazu Hirata <kazu@hxi.com>
* riscix.c: Remove DEFUN.
Diffstat (limited to 'bfd/riscix.c')
-rw-r--r-- | bfd/riscix.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/bfd/riscix.c b/bfd/riscix.c index b3eb18c..c4e9b7e 100644 --- a/bfd/riscix.c +++ b/bfd/riscix.c @@ -1,5 +1,6 @@ /* 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) 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 * -DEFUN(riscix_reloc_type_lookup,(abfd,code), - bfd *abfd AND - bfd_reloc_code_real_type code) +riscix_reloc_type_lookup (abfd, code) + bfd *abfd; + bfd_reloc_code_real_type code; { #define ASTD(i,j) case i: return &riscix_std_reloc_howto[j] if (code == BFD_RELOC_CTOR) |