mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-19 13:53:29 +08:00
2011-04-11 Kai Tietz <ktietz@redhat.com>
* config/tc-i386.c (x86_cons): Initialize adjust with zero.
This commit is contained in:
@ -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);
|
||||||
|
Reference in New Issue
Block a user