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:
c3b0ae9
)
(obj_coff_line): Set symbol lnno field with this_base, not line_base. (Patch
author
Ken Raeburn
<raeburn@cygnus>
Tue, 15 Mar 1994 03:02:17 +0000
(
03:02
+0000)
committer
Ken Raeburn
<raeburn@cygnus>
Tue, 15 Mar 1994 03:02:17 +0000
(
03:02
+0000)
from Andreas Arens, ari@obelix.av.rwth-aachen.de.)
gas/config/obj-coffbfd.c
patch
|
blob
|
history
diff --git
a/gas/config/obj-coffbfd.c
b/gas/config/obj-coffbfd.c
index 4d51556edf9d62ab3e21b961bd55eb61c02dc459..494de2276bd061ab03b224cab62f2a054f68d6d9 100644
(file)
--- a/
gas/config/obj-coffbfd.c
+++ b/
gas/config/obj-coffbfd.c
@@
-1125,7
+1125,6
@@
obj_coff_line (ignore)
line_base = this_base;
}
-
#ifndef NO_LISTING
{
extern int listing;
@@
-1136,7
+1135,7
@@
obj_coff_line (ignore)
}
#endif
S_SET_NUMBER_AUXILIARY (def_symbol_in_progress, 1);
- SA_SET_SYM_LNNO (def_symbol_in_progress,
line
_base);
+ SA_SET_SYM_LNNO (def_symbol_in_progress,
this
_base);
demand_empty_rest_of_line ();
}