* config/tc-sh.h (TARGET_FORMAT): Use sh-linux targets.

* configure.in (sh-*-linux*): Added.
* configure: Rebuilt.
This commit is contained in:
Alexandre Oliva 2000-09-07 04:26:37 +00:00
parent b129bfef3a
commit d07ed2cd8e
4 changed files with 182 additions and 170 deletions

View file

@ -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.

View file

@ -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

File diff suppressed because it is too large Load diff

View file

@ -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;;