summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2013-11-18 12:16:16 -0800
committerH.J. Lu <hjl.tools@gmail.com>2013-11-18 12:18:54 -0800
commit571bc42c008240bcfe7a8bad0727b3bec7f90046 (patch)
tree1d77ce9f6c72b07d30297790fce86d33025447c0
parent0659b3872bcd5cf5fd7ee8754290bd6b12d7324d (diff)
downloadppe42-binutils-571bc42c008240bcfe7a8bad0727b3bec7f90046.tar.gz
ppe42-binutils-571bc42c008240bcfe7a8bad0727b3bec7f90046.zip
Add a dummy "int bnd_prefix" argument
* config/tc-i386.c (lex_got): Add a dummy "int bnd_prefix" argument.
-rw-r--r--gas/ChangeLog5
-rw-r--r--gas/config/tc-i386.c5
2 files changed, 8 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 9d63d12bcd..7fafa265c9 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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.
diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c
index c2ff00dfcc..3c423da7a8 100644
--- a/gas/config/tc-i386.c
+++ b/gas/config/tc-i386.c
@@ -7348,7 +7348,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>
@@ -7532,7 +7532,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
{
OpenPOWER on IntegriCloud