aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1995-05-02 06:46:21 +0000
committerKen Raeburn <raeburn@cygnus>1995-05-02 06:46:21 +0000
commit833c46e1fb582eab40e4bb67cc7ab1b6753bd370 (patch)
treec543789f12a060862b516829320fb2b258f335ab /gas/ChangeLog
parent78dace0a00a35fae78007b15e659fe40f9ad63d1 (diff)
downloadgdb-833c46e1fb582eab40e4bb67cc7ab1b6753bd370.zip
gdb-833c46e1fb582eab40e4bb67cc7ab1b6753bd370.tar.gz
gdb-833c46e1fb582eab40e4bb67cc7ab1b6753bd370.tar.bz2
Move cpu-specific dependencies into Makefile.in, instead of having sometimes
multiple copies in config/*.mt. Select between several make variables with autoconf substitution of cpu_type into a variable name reference.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index b8f1cda..777e828 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,28 @@
Tue May 2 00:17:04 1995 Ken Raeburn (raeburn@kr-pc.cygnus.com)
+ * Makefile.in (TARG_CPU_DEP_*): New variables.
+ (targ-cpu.o): Depend on one, selected by autoconf substitution,
+ instead of TARG_CPU_DEPENDENTS.
+ * configure.in: Substitute $cpu_type, $obj_format, $atof, and
+ $emulation into Makefile.in.
+start-sanitize-arc
+ * config/arc.mt: Deleted.
+end-sanitize-arc
+ * config/h8300.mt: Deleted.
+ * config/h8500.mt: Deleted.
+ * config/i386coff.mt (TARG_CPU_DEPENDENTS): Deleted.
+ * config/m68k.mt: Deleted.
+ * config/m68kcoff.mt (TARG_CPU_DEPENDENTS): Deleted.
+ * config/m88kcoff.mt (TARG_CPU_DEPENDENTS): Deleted.
+ * config/mips-big.mt (TARG_CPU_DEPENDENTS): Deleted.
+ * config/mips-lit.mt (TARG_CPU_DEPENDENTS): Deleted.
+start-sanitize-rce
+ * config/rce.mt: Deleted.
+end-sanitize-rce
+ * config/sh.mt: Deleted.
+ * config/w65.mt: Deleted.
+ * config/z8k.mt: Deleted.
+
* config/te-dpx2.h (dpx2): Deleted unused macro.
* config/te-generic.h (TE_GENERIC): Ditto.
* config/te-go32.h (TE_GO32): Ditto.