diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-08-09 03:46:15 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-08-09 03:46:15 +0000 |
commit | bf4bd1fcf0a92bb66b268a1ccdbb0c6d7c063b4c (patch) | |
tree | 018b97b3ad666a538c55cdb964f27a5842de5438 /gas/ChangeLog | |
parent | 14d0c9fe269736ced423620c54ead2a5e4173a3b (diff) | |
download | gdb-bf4bd1fcf0a92bb66b268a1ccdbb0c6d7c063b4c.zip gdb-bf4bd1fcf0a92bb66b268a1ccdbb0c6d7c063b4c.tar.gz gdb-bf4bd1fcf0a92bb66b268a1ccdbb0c6d7c063b4c.tar.bz2 |
Tue Aug 8 23:41:25 1995 Alan Modra <alan@spri.levels.unisa.edu.au>
* configure.in: Consistently use ${target_cpu_type} rather than
${cpu_type} after the loop.
* configure: Rebuild.
* Makefile.in (targ-cpu.o): Use @target_cpu_type@ rather than
@cpu_type@.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 2d05b6f..0b0d621 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +Tue Aug 8 23:41:25 1995 Alan Modra <alan@spri.levels.unisa.edu.au> + + * configure.in: Consistently use ${target_cpu_type} rather than + ${cpu_type} after the loop. + * configure: Rebuild. + * Makefile.in (targ-cpu.o): Use @target_cpu_type@ rather than + @cpu_type@. + Tue Aug 8 17:27:17 1995 Ken Raeburn <raeburn@cygnus.com> * expr.h (operatorT): Remove comma after last enumerator value. |