2011-04-11 Kai Tietz <ktietz@redhat.com>
* config/tc-i386.c (x86_cons): Initialize adjust with zero.
This commit is contained in:
parent
2a750708dc
commit
4a57f2cf9c
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2011-04-11 Kai Tietz <ktietz@redhat.com>
|
||||||
|
|
||||||
|
* config/tc-i386.c (x86_cons): Initialize adjust with zero.
|
||||||
|
|
||||||
2011-04-11 Nick Clifton <nickc@redhat.com>
|
2011-04-11 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* config/tc-i386.c (x86_cons): Define even for non-ELF targets.
|
* config/tc-i386.c (x86_cons): Define even for non-ELF targets.
|
||||||
|
|
|
@ -6572,7 +6572,7 @@ x86_cons (expressionS *exp, int size)
|
||||||
/* Handle @GOTOFF and the like in an expression. */
|
/* Handle @GOTOFF and the like in an expression. */
|
||||||
char *save;
|
char *save;
|
||||||
char *gotfree_input_line;
|
char *gotfree_input_line;
|
||||||
int adjust;
|
int adjust = 0;
|
||||||
|
|
||||||
save = input_line_pointer;
|
save = input_line_pointer;
|
||||||
gotfree_input_line = lex_got (&got_reloc, &adjust, NULL);
|
gotfree_input_line = lex_got (&got_reloc, &adjust, NULL);
|
||||||
|
|
Loading…
Add table
Reference in a new issue