mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
sparc: make a field type bfd_reloc_code_real_type
gas/ChangeLog: 2016-07-19 Trevor Saunders <tbsaunde+binutils@tbsaunde.org> * config/tc-sparc.c (struct pop_entry): Make the type of reloc bfd_reloc_code_real_type.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2016-07-19 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
|
||||
|
||||
* config/tc-sparc.c (struct pop_entry): Make the type of reloc
|
||||
bfd_reloc_code_real_type.
|
||||
|
||||
2016-07-19 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
|
||||
|
||||
* config/tc-sparc.c (pop_table): Remove sentinel.
|
||||
|
@ -883,7 +883,7 @@ struct pop_entry
|
||||
/* The name as it appears in assembler. */
|
||||
const char *name;
|
||||
/* The reloc this pseudo-op translates to. */
|
||||
int reloc;
|
||||
bfd_reloc_code_real_type reloc;
|
||||
/* Flags. See F_POP_* above. */
|
||||
int flags;
|
||||
};
|
||||
|
Reference in New Issue
Block a user