mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-30 05:23:49 +08:00
* configure.in: Set endian to little for mips-*-ultrix*.
* configure: Rebuild.
This commit is contained in:
parent
1793e157bd
commit
70f4dbce64
@ -1,3 +1,15 @@
|
||||
Sun Sep 17 22:17:43 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* configure.in: Set endian to little for mips-*-ultrix*.
|
||||
* configure: Rebuild.
|
||||
|
||||
Fri Sep 15 13:16:55 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* expr.c (current_location): New static function. Handle magic
|
||||
symbol `.'; in absolute section, return a constant.
|
||||
(operand): Call current_location for '.' and '$', instead of doing
|
||||
it inline. In MRI mode, call current_location for '*'.
|
||||
|
||||
Fri Sep 15 21:39:29 1995 Jeff Law (law@snake.cs.utah.edu)
|
||||
|
||||
* config/tc-m68k.c: Change some "CONST" references to "const".
|
||||
|
2
gas/configure
vendored
2
gas/configure
vendored
@ -735,7 +735,7 @@ for this_target in $target $canon_targets ; do
|
||||
mips-dec-bsd*) fmt=aout targ=mips-lit ;;
|
||||
mips-sony-bsd*) fmt=ecoff targ=mips-big ;;
|
||||
mips-*-bsd*) { echo "configure: error: Unknown vendor for mips-bsd configuration." 1>&2; exit 1; } ;;
|
||||
mips-*-ultrix*) fmt=ecoff targ=mips-lit ;;
|
||||
mips-*-ultrix*) fmt=ecoff targ=mips-lit endian=little ;;
|
||||
mips-*-ecoff*) fmt=ecoff
|
||||
case "$endian" in
|
||||
big) targ=mips-big ;;
|
||||
|
@ -208,7 +208,7 @@ changequote([,])dnl
|
||||
mips-dec-bsd*) fmt=aout targ=mips-lit ;;
|
||||
mips-sony-bsd*) fmt=ecoff targ=mips-big ;;
|
||||
mips-*-bsd*) AC_MSG_ERROR(Unknown vendor for mips-bsd configuration.) ;;
|
||||
mips-*-ultrix*) fmt=ecoff targ=mips-lit ;;
|
||||
mips-*-ultrix*) fmt=ecoff targ=mips-lit endian=little ;;
|
||||
mips-*-ecoff*) fmt=ecoff
|
||||
case "$endian" in
|
||||
big) targ=mips-big ;;
|
||||
|
Loading…
Reference in New Issue
Block a user