mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 14:59:31 +08:00
PR gas/15178
* config/tc-sparc.h (ELF_TARGET_FORMAT): Set to elf32-sparc for FreeBSD targets.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2013-03-26 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
|
PR gas/15178
|
||||||
|
* config/tc-sparc.h (ELF_TARGET_FORMAT): Set to elf32-sparc for
|
||||||
|
FreeBSD targets.
|
||||||
|
|
||||||
2013-03-26 Douglas B Rupp <rupp@gnat.com>
|
2013-03-26 Douglas B Rupp <rupp@gnat.com>
|
||||||
|
|
||||||
* config/tc-ia64.c (emit_one_bundle): Move last_slot adjustment
|
* config/tc-ia64.c (emit_one_bundle): Move last_slot adjustment
|
||||||
|
@ -33,7 +33,7 @@ struct frag;
|
|||||||
#define TARGET_ARCH bfd_arch_sparc
|
#define TARGET_ARCH bfd_arch_sparc
|
||||||
|
|
||||||
#ifdef TE_FreeBSD
|
#ifdef TE_FreeBSD
|
||||||
#define ELF_TARGET_FORMAT "elf32-sparc-freebsd"
|
#define ELF_TARGET_FORMAT "elf32-sparc"
|
||||||
#define ELF64_TARGET_FORMAT "elf64-sparc-freebsd"
|
#define ELF64_TARGET_FORMAT "elf64-sparc-freebsd"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user