projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a69212
)
Remove assertion that was not intended to be checked in.
author
Ian Lance Taylor
<ian@airs.com>
Thu, 14 Apr 1994 17:59:14 +0000
(17:59 +0000)
committer
Ian Lance Taylor
<ian@airs.com>
Thu, 14 Apr 1994 17:59:14 +0000
(17:59 +0000)
gas/config/tc-mips.c
patch
|
blob
|
history
diff --git
a/gas/config/tc-mips.c
b/gas/config/tc-mips.c
index 41ad3aa054972c727da03b65c110726ba525af33..72b6dc18f738ba75ddb90152ef23a59dc6e78877 100644
(file)
--- a/
gas/config/tc-mips.c
+++ b/
gas/config/tc-mips.c
@@
-5231,7
+5231,6
@@
md_apply_fix (fixP, valueP)
* might be deleting the relocation entry (i.e., a branch within
* the current segment).
*/
- assert (fixP->fx_pcrel);
if (value & 0x3)
as_warn ("Branch to odd address (%lx)", value);
value >>= 2;