summaryrefslogtreecommitdiff
path: root/gas/config/tc-sh.h
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2001-10-01 00:08:36 +0000
committerHans-Peter Nilsson <hp@axis.com>2001-10-01 00:08:36 +0000
commitc03e759414b815365291213202be88eb625839f7 (patch)
tree9bc8cc891291ea4c1dd8fd02f97b9ed526bdd746 /gas/config/tc-sh.h
parent63e83d7e37e65de6274dcf9a2180c49b69c13a53 (diff)
downloadbinutils-redhat-c03e759414b815365291213202be88eb625839f7.tar.gz
* config/tc-sh.h (MD_PCREL_FROM_SECTION): Define.
(md_pcrel_from_section): Prototype.
Diffstat (limited to 'gas/config/tc-sh.h')
-rw-r--r--gas/config/tc-sh.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/config/tc-sh.h b/gas/config/tc-sh.h
index ece6e4f347..15f0f44e53 100644
--- a/gas/config/tc-sh.h
+++ b/gas/config/tc-sh.h
@@ -76,6 +76,9 @@ extern boolean sh_fix_adjustable PARAMS ((struct fix *));
#define TC_FIX_ADJUSTABLE(fixP) obj_fix_adjustable (fixP)
#endif
+#define MD_PCREL_FROM_SECTION(FIXP, SEC) md_pcrel_from_section (FIXP, SEC)
+extern long md_pcrel_from_section PARAMS ((struct fix *, segT));
+
#define IGNORE_NONSTANDARD_ESCAPES
#define LISTING_HEADER (shl ? "Hitachi Super-H GAS Little Endian" : "Hitachi Super-H GAS Big Endian")