aboutsummaryrefslogtreecommitdiff
path: root/gas/write.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2003-02-12 23:21:08 +0000
committerAlan Modra <amodra@gmail.com>2003-02-12 23:21:08 +0000
commit426318c599ead8ac9a9eaf458bc8058525dc8523 (patch)
tree0cd2e748c4b12e18f135556e4b9c2b6d750713a9 /gas/write.c
parent5b54723e5127f5c8aaa346d1246b034e8c739f75 (diff)
downloadgdb-426318c599ead8ac9a9eaf458bc8058525dc8523.zip
gdb-426318c599ead8ac9a9eaf458bc8058525dc8523.tar.gz
gdb-426318c599ead8ac9a9eaf458bc8058525dc8523.tar.bz2
* 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 27fd0eb..f5db82e 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