mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-28 14:30:48 +00:00
* config/tc-sh.h (TARGET_FORMAT): Use sh-linux targets.
* configure.in (sh-*-linux*): Added. * configure: Rebuilt.
This commit is contained in:
parent
b129bfef3a
commit
d07ed2cd8e
@ -1,3 +1,9 @@
|
||||
2000-09-07 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
* config/tc-sh.h (TARGET_FORMAT): Use sh-linux targets.
|
||||
* configure.in (sh-*-linux*): Added.
|
||||
* configure: Rebuilt.
|
||||
|
||||
2000-09-06 Kazu Hirata <kazu@hxi.com>
|
||||
|
||||
* config/tc-hppa.c: Fix formatting.
|
||||
|
@ -160,7 +160,11 @@ extern int tc_coff_sizemachdep PARAMS ((fragS *));
|
||||
/* Whether or not the target is big endian */
|
||||
extern int target_big_endian;
|
||||
|
||||
#ifdef TE_LINUX
|
||||
#define TARGET_FORMAT (shl ? "elf32-sh-linux" : "elf32-shbig-linux")
|
||||
#else
|
||||
#define TARGET_FORMAT (shl ? "elf32-shl" : "elf32-sh")
|
||||
#endif
|
||||
|
||||
#define elf_tc_final_processing sh_elf_final_processing
|
||||
extern void sh_elf_final_processing PARAMS ((void));
|
||||
|
341
gas/configure
vendored
341
gas/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -367,6 +367,7 @@ changequote([,])dnl
|
||||
ppc-*-netware*) fmt=elf em=ppcnw ;;
|
||||
ppc-*-vxworks*) fmt=elf ;;
|
||||
|
||||
sh-*-linux*) fmt=elf em=linux ;;
|
||||
sh-*-elf*) fmt=elf ;;
|
||||
sh-*-coff*) fmt=coff ;;
|
||||
sh-*-pe*) fmt=coff em=pe bfd_gas=yes;;
|
||||
|
Loading…
Reference in New Issue
Block a user