mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
Fix compile time build problem building the s390 assembler.
* config/tc-s390.c (s390_elf_suffix): Return ELF_SUFFIX_NONE rather than BFD_RELOC_NONE.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2020-01-31 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
|
* config/tc-s390.c (s390_elf_suffix): Return ELF_SUFFIX_NONE
|
||||||
|
rather than BFD_RELOC_NONE.
|
||||||
|
|
||||||
2020-01-31 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
|
2020-01-31 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
|
||||||
|
|
||||||
* config/tc-arm.c (fldmias): Moved inside "THUMB_VARIANT & arm_ext_v6t2"
|
* config/tc-arm.c (fldmias): Moved inside "THUMB_VARIANT & arm_ext_v6t2"
|
||||||
|
@ -896,7 +896,7 @@ s390_elf_suffix (char **str_p, expressionS *exp_p)
|
|||||||
return ptr->suffix;
|
return ptr->suffix;
|
||||||
}
|
}
|
||||||
|
|
||||||
return BFD_RELOC_UNUSED;
|
return ELF_SUFFIX_NONE;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Structure used to hold a literal pool entry. */
|
/* Structure used to hold a literal pool entry. */
|
||||||
|
Reference in New Issue
Block a user