aboutsummaryrefslogtreecommitdiff
path: root/gas/write.c
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-01-19 00:17:57 +0000
committerIan Lance Taylor <ian@airs.com>1995-01-19 00:17:57 +0000
commit6ece68f0b375d0660099d46e7d02ce54a5bff1b5 (patch)
tree93a495706165f8d83984d05696a828210fa3b2f7 /gas/write.c
parentfca2796aec121aa720c5fc5b6a4eb00ba28a58bc (diff)
downloadgdb-6ece68f0b375d0660099d46e7d02ce54a5bff1b5.zip
gdb-6ece68f0b375d0660099d46e7d02ce54a5bff1b5.tar.gz
gdb-6ece68f0b375d0660099d46e7d02ce54a5bff1b5.tar.bz2
* write.c (fix_new_internal): Clear fx_bsr on those targets which
use it.
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 7cdf2c2..63084e1 100644
--- a/gas/write.c
+++ b/gas/write.c
@@ -146,7 +146,7 @@ fix_new_internal (frag, where, size, add_symbol, sub_symbol, offset, pcrel,
fixP->fx_tcbit = 0;
fixP->fx_done = 0;
-#ifdef TC_something
+#if defined (TC_I960) || defined (TC_NS32k)
fixP->fx_bsr = 0;
#endif