Add a dummy "int bnd_prefix" argument

* config/tc-i386.c (lex_got): Add a dummy "int bnd_prefix"
	argument.
This commit is contained in:
H.J. Lu
2013-11-18 12:16:16 -08:00
parent f49fe902ba
commit c06ec7240f
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2013-11-18 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c (lex_got): Add a dummy "int bnd_prefix"
argument.
2013-11-18 Renlin Li <Renlin.Li@arm.com>
* config/tc-arm.c (arm_archs): New armv7ve architecture option.

View File

@ -7345,7 +7345,7 @@ x86_address_bytes (void)
#if !(defined (OBJ_ELF) || defined (OBJ_MAYBE_ELF) || defined (OBJ_MACH_O)) \
|| defined (LEX_AT)
# define lex_got(reloc, adjust, types) NULL
# define lex_got(reloc, adjust, types, bnd_prefix) NULL
#else
/* Parse operands of the form
<symbol>@GOTOFF+<nnn>
@ -7529,7 +7529,8 @@ lex_got (enum bfd_reloc_code_real *rel,
static char *
lex_got (enum bfd_reloc_code_real *rel ATTRIBUTE_UNUSED,
int *adjust ATTRIBUTE_UNUSED,
i386_operand_type *types ATTRIBUTE_UNUSED)
i386_operand_type *types,
int bnd_prefix ATTRIBUTE_UNUSED)
{
static const struct
{