aboutsummaryrefslogtreecommitdiff
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
commit79ad6e9430e46f7eef0bf719563fef77820df63f (patch)
treef514ac7c4c4c1d9942dac5c9bfa8fb419d92608f /gas/config/tc-sh.h
parentef17112f8d8a644394d6bab7addff457c0b623fd (diff)
downloadfsf-binutils-gdb-79ad6e9430e46f7eef0bf719563fef77820df63f.zip
fsf-binutils-gdb-79ad6e9430e46f7eef0bf719563fef77820df63f.tar.gz
fsf-binutils-gdb-79ad6e9430e46f7eef0bf719563fef77820df63f.tar.bz2
* 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 ece6e4f..15f0f44 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")