mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 18:39:34 +08:00
* 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:
@ -1,5 +1,10 @@
|
|||||||
Wed Aug 24 12:46:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
|
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
|
* ecoff.c (ecoff_symbol_new_hook): Don't add a new file if we
|
||||||
haven't seen any input files yet.
|
haven't seen any input files yet.
|
||||||
* config/tc-alpha.c (md_begin): Just call symbol_create, rather
|
* config/tc-alpha.c (md_begin): Just call symbol_create, rather
|
||||||
|
@ -133,7 +133,6 @@ te-hp300.h
|
|||||||
te-hppa.h
|
te-hppa.h
|
||||||
te-i386aix.h
|
te-i386aix.h
|
||||||
te-ic960.h
|
te-ic960.h
|
||||||
te-irix.h
|
|
||||||
te-linux.h
|
te-linux.h
|
||||||
te-lynx.h
|
te-lynx.h
|
||||||
te-mach.h
|
te-mach.h
|
||||||
|
@ -206,7 +206,7 @@ case ${generic_target} in
|
|||||||
;;
|
;;
|
||||||
mips-*-ecoff*) obj_format=ecoff gas_target=mips-big ;;
|
mips-*-ecoff*) obj_format=ecoff gas_target=mips-big ;;
|
||||||
mips-*-irix5*) obj_format=elf 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-*-riscos*) obj_format=ecoff gas_target=mips-big ;;
|
||||||
mips-*-sysv*) obj_format=ecoff gas_target=mips-big ;;
|
mips-*-sysv*) obj_format=ecoff gas_target=mips-big ;;
|
||||||
mips-*-elf*) obj_format=elf
|
mips-*-elf*) obj_format=elf
|
||||||
|
Reference in New Issue
Block a user