aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-s390.c
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-07-23 10:21:22 +0000
committerAndreas Jaeger <aj@suse.de>2001-07-23 10:21:22 +0000
commitc745b67a33538fb5386a20c10759816ad67cbc3c (patch)
tree6b92453aecf718c9041e6ea759e701e9b9eac685 /gas/config/tc-s390.c
parente14ec88b398812082dc77c068047f1ade5dca629 (diff)
downloadfsf-binutils-gdb-c745b67a33538fb5386a20c10759816ad67cbc3c.zip
fsf-binutils-gdb-c745b67a33538fb5386a20c10759816ad67cbc3c.tar.gz
fsf-binutils-gdb-c745b67a33538fb5386a20c10759816ad67cbc3c.tar.bz2
* config/tc-s390.c (s390_force_relocation): Removed.
* config/tc-s390.h: Remove double declaration of TC_FORCE_RELOCATION.
Diffstat (limited to 'gas/config/tc-s390.c')
-rw-r--r--gas/config/tc-s390.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/gas/config/tc-s390.c b/gas/config/tc-s390.c
index 4f01277..3eb85dd 100644
--- a/gas/config/tc-s390.c
+++ b/gas/config/tc-s390.c
@@ -1895,15 +1895,3 @@ tc_gen_reloc (seg, fixp)
return reloc;
}
-
-int
-s390_force_relocation (fixp)
- struct fix * fixp;
-{
- if ( fixp->fx_r_type == BFD_RELOC_VTABLE_INHERIT
- || fixp->fx_r_type == BFD_RELOC_VTABLE_ENTRY)
- return 1;
-
- return 0;
-}
-