* config/tc-mips.h (LOCAL_LABEL): Define as 0, for compatibility

with native MIPS assembler.
	* configure.in (mips-*-irix*): Don't set emulation.
	* config/te-irix.h: Remove.
With these changes, gas works with mips-tfile.
This commit is contained in:
Ian Lance Taylor 1994-08-24 23:46:53 +00:00
parent fd4f335ccf
commit 20ae2fb832
3 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,10 @@
Wed Aug 24 12:46:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
* config/tc-mips.h (LOCAL_LABEL): Define as 0, for compatibility
with native MIPS assembler.
* configure.in (mips-*-irix*): Don't set emulation.
* config/te-irix.h: Remove.
* ecoff.c (ecoff_symbol_new_hook): Don't add a new file if we
haven't seen any input files yet.
* config/tc-alpha.c (md_begin): Just call symbol_create, rather

View File

@ -133,7 +133,6 @@ te-hp300.h
te-hppa.h
te-i386aix.h
te-ic960.h
te-irix.h
te-linux.h
te-lynx.h
te-mach.h

View File

@ -206,7 +206,7 @@ case ${generic_target} in
;;
mips-*-ecoff*) obj_format=ecoff gas_target=mips-big ;;
mips-*-irix5*) obj_format=elf gas_target=mips-big ;;
mips-*-irix*) obj_format=ecoff gas_target=mips-big emulation=irix ;;
mips-*-irix*) obj_format=ecoff gas_target=mips-big ;;
mips-*-riscos*) obj_format=ecoff gas_target=mips-big ;;
mips-*-sysv*) obj_format=ecoff gas_target=mips-big ;;
mips-*-elf*) obj_format=elf