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:
e702f6e
)
forgot to hit ^x^s after deleting "#if 1" lines
author
Ken Raeburn
<raeburn@cygnus>
Wed, 28 Sep 1994 20:31:32 +0000
(20:31 +0000)
committer
Ken Raeburn
<raeburn@cygnus>
Wed, 28 Sep 1994 20:31:32 +0000
(20:31 +0000)
gas/symbols.c
patch
|
blob
|
history
diff --git
a/gas/symbols.c
b/gas/symbols.c
index 86ea31c798313062631213853f079868a415be6d..a3e3eb5e69b0c8bf331497322152e06cddd359e2 100644
(file)
--- a/
gas/symbols.c
+++ b/
gas/symbols.c
@@
-657,7
+657,6
@@
resolve_symbol_value (symp)
break;
case O_add:
-#if 1
resolve_symbol_value (symp->sy_value.X_add_symbol);
resolve_symbol_value (symp->sy_value.X_op_symbol);
seg_left = S_GET_SEGMENT (symp->sy_value.X_add_symbol);
@@
-688,7
+687,6
@@
resolve_symbol_value (symp)
goto reduce;
}
}
-#endif
/* fall through */
case O_multiply: