summaryrefslogtreecommitdiff
path: root/gas/write.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2003-02-12 23:21:08 +0000
committerAlan Modra <amodra@bigpond.net.au>2003-02-12 23:21:08 +0000
commitc9c3f3405a66786de089cd73524a0cb96e167325 (patch)
tree328f149c9ef41e24f11e761e94f31c235321cfb8 /gas/write.c
parente4aee8a5102d11f17cdcc67cd3d161d1d1f6a0c5 (diff)
downloadbinutils-redhat-c9c3f3405a66786de089cd73524a0cb96e167325.tar.gz
* write.c (TC_FORCE_RELOCATION_SUB_SAME): Revert last change.
* config/tc-s390.h (TC_FORCE_RELOCATION_SUB_SAME): Define.
Diffstat (limited to 'gas/write.c')
-rw-r--r--gas/write.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/write.c b/gas/write.c
index 27fd0eb412..f5db82e298 100644
--- a/gas/write.c
+++ b/gas/write.c
@@ -51,7 +51,7 @@
#ifndef TC_FORCE_RELOCATION_SUB_SAME
#define TC_FORCE_RELOCATION_SUB_SAME(FIX, SEG) \
- (! SEG_NORMAL (SEG) || TC_FORCE_RELOCATION (FIX))
+ (! SEG_NORMAL (SEG))
#endif
#ifndef TC_FORCE_RELOCATION_SUB_ABS