summaryrefslogtreecommitdiff
path: root/gas/config/tc-alpha.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2001-08-21 00:22:23 +0000
committerRichard Henderson <rth@redhat.com>2001-08-21 00:22:23 +0000
commit68ecd772e0894180e201ca0fea12f83fae62e3bb (patch)
tree2ec2a65329ab36edaf78a6389f3a1ea8dce32892 /gas/config/tc-alpha.h
parentbec1bf410e3c10970d7fee85fa35ffb05d69e1b1 (diff)
downloadbinutils-redhat-68ecd772e0894180e201ca0fea12f83fae62e3bb.tar.gz
* config/tc-alpha.h (MD_APPLY_FIX3): Define.
* config/tc-alpha.c (md_apply_fix3): Rename from md_apply_fix; use seg parameter instead of now_seg.
Diffstat (limited to 'gas/config/tc-alpha.h')
-rw-r--r--gas/config/tc-alpha.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/config/tc-alpha.h b/gas/config/tc-alpha.h
index e0de813a32..26739f1a52 100644
--- a/gas/config/tc-alpha.h
+++ b/gas/config/tc-alpha.h
@@ -49,6 +49,7 @@ extern valueT alpha_gp_value;
#define TC_FORCE_RELOCATION(FIXP) alpha_force_relocation (FIXP)
#define tc_fix_adjustable(FIXP) alpha_fix_adjustable (FIXP)
#define RELOC_REQUIRES_SYMBOL
+#define MD_APPLY_FIX3
/* This expression evaluates to false if the relocation is for a local
object for which we still want to do the relocation at runtime.