Add a dummy "int bnd_prefix" argument
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 18 Nov 2013 20:16:16 +0000 (12:16 -0800)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 18 Nov 2013 20:16:16 +0000 (12:16 -0800)
* config/tc-i386.c (lex_got): Add a dummy "int bnd_prefix"
argument.

gas/ChangeLog
gas/config/tc-i386.c

index af9b771aab9fa76b9f993c478657cf582e544a4e..fddf422d6e3175692776063de080e193719d6408 100644 (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.
index 7c26bca05be1fd569101c0d63a6672eb4402e6f9..c6e1dba5039f6dde1f6ed95b781c3140333cd160 100644 (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
   {
This page took 0.033235 seconds and 4 git commands to generate.