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:
bbf7c8a
)
* read.c (emit_expr) [WORKING_DOT_WORD]: Initialize x->use_jump.
author
Hans-Peter Nilsson
<hp@axis.com>
Mon, 2 Dec 2002 07:18:53 +0000
(07:18 +0000)
committer
Hans-Peter Nilsson
<hp@axis.com>
Mon, 2 Dec 2002 07:18:53 +0000
(07:18 +0000)
gas/ChangeLog
patch
|
blob
|
history
gas/read.c
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index 820a990f02ba56a32674398b96b1059e4f2bd4ff..46cb006a9f90b7ee9b92beb4dbcf09a8ce378b20 100644
(file)
--- a/
gas/ChangeLog
+++ b/
gas/ChangeLog
@@
-1,3
+1,7
@@
+2002-12-02 Hans-Peter Nilsson <hp@axis.com>
+
+ * read.c (emit_expr) [WORKING_DOT_WORD]: Initialize x->use_jump.
+
2002-12-01 Stephane Carrez <stcarrez@nerim.fr>
* config/tc-m68hc11.c (md_begin): Fix qsort warning.
diff --git
a/gas/read.c
b/gas/read.c
index 055c7ed766a59c6f3186fb1968ab1e897a407d70..81792150aec2296e1e1d37ef2347213c617b1026 100644
(file)
--- a/
gas/read.c
+++ b/
gas/read.c
@@
-3591,6
+3591,7
@@
emit_expr (exp, nbytes)
x->sub = exp->X_op_symbol;
x->addnum = exp->X_add_number;
x->added = 0;
+ x->use_jump = 0;
new_broken_words++;
return;
}