From 6ece68f0b375d0660099d46e7d02ce54a5bff1b5 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 19 Jan 1995 00:17:57 +0000 Subject: [PATCH] * write.c (fix_new_internal): Clear fx_bsr on those targets which use it. --- gas/ChangeLog | 3 +++ gas/write.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 650d9d3156f..4fe1ed21361 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -23,6 +23,9 @@ Wed Jan 18 13:49:26 1995 Ken Raeburn Wed Jan 18 12:16:07 1995 Ian Lance Taylor + * write.c (fix_new_internal): Clear fx_bsr on those targets which + use it. + * expr.c (operand): Parenthesize && within ||. * listing.c (listing_newline): Likewise. (list_symbol_table): Use %lu to print sizeof. diff --git a/gas/write.c b/gas/write.c index 7cdf2c2008e..63084e1384a 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 -- 2.30.2