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:
parent
cf80913ab8
commit
9bceab4193
2 changed files with 6 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue