aboutsummaryrefslogtreecommitdiff
path: root/include/elf/mmix.h
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2003-06-29 13:51:25 +0000
committerAndreas Jaeger <aj@suse.de>2003-06-29 13:51:25 +0000
commitfd6ba1fc70046c811ca29db41646eb599870f6f3 (patch)
treec2eb88e430dd31d8a5f4b6e3fff67f6588d1e4b7 /include/elf/mmix.h
parentd2cf594a90af61f934c525b63476fbf3d3633d93 (diff)
downloadgdb-fd6ba1fc70046c811ca29db41646eb599870f6f3.zip
gdb-fd6ba1fc70046c811ca29db41646eb599870f6f3.tar.gz
gdb-fd6ba1fc70046c811ca29db41646eb599870f6f3.tar.bz2
* mmix.h: Convert to ISO C90 prototypes.
* mips.h: Likewise. * reloc-macros.h (START_RELOC_NUMBERS): Convert to ISO C90 prototype. (RELOC_NUMBER): Remove !__STDC__ code.
Diffstat (limited to 'include/elf/mmix.h')
-rw-r--r--include/elf/mmix.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/elf/mmix.h b/include/elf/mmix.h
index 98536e2..fef3e91 100644
--- a/include/elf/mmix.h
+++ b/include/elf/mmix.h
@@ -1,5 +1,5 @@
/* MMIX support for BFD.
- Copyright 2001, 2002 Free Software Foundation, Inc.
+ Copyright 2001, 2002, 2003 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
@@ -158,11 +158,11 @@ END_RELOC_NUMBERS (R_MMIX_max)
#ifdef BFD_ARCH_SIZE
extern bfd_boolean _bfd_mmix_prepare_linker_allocated_gregs
- PARAMS ((bfd *, struct bfd_link_info *));
+ (bfd *, struct bfd_link_info *);
extern bfd_boolean _bfd_mmix_finalize_linker_allocated_gregs
- PARAMS ((bfd *, struct bfd_link_info *));
+ (bfd *, struct bfd_link_info *);
extern bfd_boolean _bfd_mmix_check_all_relocs
- PARAMS ((bfd *, struct bfd_link_info *));
+ (bfd *, struct bfd_link_info *);
#endif
#endif /* ELF_MMIX_H */