mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-02 02:35:00 +08:00
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:
@ -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>
|
2013-11-18 Renlin Li <Renlin.Li@arm.com>
|
||||||
|
|
||||||
* config/tc-arm.c (arm_archs): New armv7ve architecture option.
|
* config/tc-arm.c (arm_archs): New armv7ve architecture option.
|
||||||
|
@ -7345,7 +7345,7 @@ x86_address_bytes (void)
|
|||||||
|
|
||||||
#if !(defined (OBJ_ELF) || defined (OBJ_MAYBE_ELF) || defined (OBJ_MACH_O)) \
|
#if !(defined (OBJ_ELF) || defined (OBJ_MAYBE_ELF) || defined (OBJ_MACH_O)) \
|
||||||
|| defined (LEX_AT)
|
|| defined (LEX_AT)
|
||||||
# define lex_got(reloc, adjust, types) NULL
|
# define lex_got(reloc, adjust, types, bnd_prefix) NULL
|
||||||
#else
|
#else
|
||||||
/* Parse operands of the form
|
/* Parse operands of the form
|
||||||
<symbol>@GOTOFF+<nnn>
|
<symbol>@GOTOFF+<nnn>
|
||||||
@ -7529,7 +7529,8 @@ lex_got (enum bfd_reloc_code_real *rel,
|
|||||||
static char *
|
static char *
|
||||||
lex_got (enum bfd_reloc_code_real *rel ATTRIBUTE_UNUSED,
|
lex_got (enum bfd_reloc_code_real *rel ATTRIBUTE_UNUSED,
|
||||||
int *adjust ATTRIBUTE_UNUSED,
|
int *adjust ATTRIBUTE_UNUSED,
|
||||||
i386_operand_type *types ATTRIBUTE_UNUSED)
|
i386_operand_type *types,
|
||||||
|
int bnd_prefix ATTRIBUTE_UNUSED)
|
||||||
{
|
{
|
||||||
static const struct
|
static const struct
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user