From: H.J. Lu Date: Mon, 18 Nov 2013 20:16:16 +0000 (-0800) Subject: Add a dummy "int bnd_prefix" argument X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c06ec7240faae97834f889f80e493f15514877d8;p=binutils-gdb.git Add a dummy "int bnd_prefix" argument * config/tc-i386.c (lex_got): Add a dummy "int bnd_prefix" argument. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index af9b771aab9..fddf422d6e3 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2013-11-18 H.J. Lu + + * config/tc-i386.c (lex_got): Add a dummy "int bnd_prefix" + argument. + 2013-11-18 Renlin Li * config/tc-arm.c (arm_archs): New armv7ve architecture option. diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c index 7c26bca05be..c6e1dba5039 100644 --- a/gas/config/tc-i386.c +++ b/gas/config/tc-i386.c @@ -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 @GOTOFF+ @@ -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 {