aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-h8500.h
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1998-06-24 23:08:26 +0000
committerIan Lance Taylor <ian@airs.com>1998-06-24 23:08:26 +0000
commit35111bf8a7a2294ad0fd84699ed83fe1188dba8a (patch)
tree670d7a187ab90fae5687976bce380f1828fa0421 /gas/config/tc-h8500.h
parentb57c473d1cc3a88e36558e540a3ca95edd0ec2cb (diff)
downloadgdb-35111bf8a7a2294ad0fd84699ed83fe1188dba8a.zip
gdb-35111bf8a7a2294ad0fd84699ed83fe1188dba8a.tar.gz
gdb-35111bf8a7a2294ad0fd84699ed83fe1188dba8a.tar.bz2
* subsegs.h (segment_info_type): Give the struct a name.
* config/tc-h8300.h (tc_reloc_mangle): Add prototype. * config/tc-h8500.h (tc_reloc_mangle): Declare. * config/tc-sh.h (sh_coff_reloc_mangle): Add prototype. * config/tc-w65.h (tc_reloc_mangle): Declare. * config/tc-z8k.h (tc_reloc_mangle): Declare.
Diffstat (limited to 'gas/config/tc-h8500.h')
-rw-r--r--gas/config/tc-h8500.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/config/tc-h8500.h b/gas/config/tc-h8500.h
index d5c2ffe..2a53ec3 100644
--- a/gas/config/tc-h8500.h
+++ b/gas/config/tc-h8500.h
@@ -23,6 +23,10 @@
#define TARGET_BYTES_BIG_ENDIAN 1
+#if ANSI_PROTOTYPES
+struct internal_reloc;
+#endif
+
#define WORKING_DOT_WORD
/* This macro translates between an internal fix and an coff reloc type */
@@ -34,6 +38,8 @@
#define IGNORE_NONSTANDARD_ESCAPES
#define TC_RELOC_MANGLE(s,a,b,c) tc_reloc_mangle(a,b,c)
+extern void tc_reloc_mangle
+ PARAMS ((struct fix *, struct internal_reloc *, bfd_vma));
#define DO_NOT_STRIP 0
#define LISTING_HEADER "Hitachi H8/500 GAS "