* config/tc-sh.h (MD_PCREL_FROM_SECTION): Define.
authorHans-Peter Nilsson <hp@axis.com>
Mon, 1 Oct 2001 00:08:36 +0000 (00:08 +0000)
committerHans-Peter Nilsson <hp@axis.com>
Mon, 1 Oct 2001 00:08:36 +0000 (00:08 +0000)
(md_pcrel_from_section): Prototype.

gas/ChangeLog
gas/config/tc-sh.h

index a31a459df1f377e66aeb6db2e0e28bdac92e1625..b1482691f1b8f1affd7e89dc8bae6168f5fae95a 100644 (file)
@@ -1,10 +1,10 @@
-2001-09-17  Hans-Peter Nilsson  <hp@bitrange.com>
+2001-09-30  Hans-Peter Nilsson  <hp@bitrange.com>
 
        * config/tc-sh.c (md_pcrel_from_section): Transformed from
        md_pcrel_from.  Handle pc-relativeness against link-time
        symbol.  Handle relativeness to elsewhere than the fixup.
-
-2001-09-30  Hans-Peter Nilsson  <hp@bitrange.com>
+       * config/tc-sh.h (MD_PCREL_FROM_SECTION): Define.
+       (md_pcrel_from_section): Prototype.
 
        * Makefile.am: Update dependencies with "make dep-am".
        * Makefile.in: Regenerate.
index ece6e4f34782ad0716b1d318c5e459cf3ad697ec..15f0f44e53b3b0ab02868c8cfa88ad31a202081d 100644 (file)
@@ -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")
This page took 0.049511 seconds and 4 git commands to generate.