* configure.in: Set endian to little for mips-*-ultrix*.
authorIan Lance Taylor <ian@airs.com>
Mon, 18 Sep 1995 02:20:06 +0000 (02:20 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 18 Sep 1995 02:20:06 +0000 (02:20 +0000)
* configure: Rebuild.

gas/ChangeLog
gas/configure
gas/configure.in

index b4d3d3f..5fb43c1 100644 (file)
@@ -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".
index 34064ce..63bb37f 100755 (executable)
@@ -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 ;;
index e1fa002..e09aee9 100644 (file)
@@ -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 ;;