* config/obj-coff.h (DO_STRIP): Don't define.
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 754dccf5793daa0cec725e3d3adc69aef4b0c5d6..01bb9bab90ac37bf6ad65093c3839fff44c6cd18 100644 (file)
@@ -1,3 +1,35 @@
+Fri Mar 21 15:42:37 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/obj-coff.h (DO_STRIP): Don't define.
+       * config/tc-h8300.h (DO_STRIP): Don't define.
+       * config/tc-h8500.h (DO_STRIP): Don't define.
+       * config/tc-w65.h (DO_STRIP): Don't define.
+       * config/tc-z8k.h (DO_STRIP): Don't define.
+
+       * symbols.c (colon): Call obj_frob_label if it is defined.
+       * config/obj-vms.h (obj_frob_label): Rename from tc_frob_label.
+
+       * configure.in: Don't set files and links.  Don't call
+       AC_LINK_FILES.  Substitute te_file.  Create targ-cpu.h,
+       obj-format.h, targ-env.h, and itbl-cpu.h in AC_OUTPUT.
+       * configure: Rebuild.
+       * Makefile.in (TARG_CPU_C): New variable.
+       (TARG_CPU_O, TARG_CPU_H): New variables.
+       (OBJ_FORMAT_C, OBJ_FORMAT_O, OBJ_FORMAT_H): New variables.
+       (TARG_ENV_H, ATOF_TARG_C, ATOF_TARG_O): New variables.
+       (SOURCES): Rename from REAL_SOURCES.  Delete old definition.
+       (LINKED_SOURCES): Remove.
+       (HEADERS): Rename from REAL_HEADERS.  Delete old definition.
+       (LINKED_HEADERS): Remove.
+       (OBJS): Use $(TARG_CPU_O), etc., rather than targ-cpu.o, etc.
+       ($(OBJS)): Depend upon $(TARG_ENV_H), etc., rather than
+       targ-cpu.h, etc.
+       ($(TARG_CPU_O), $(OBJ_FORMAT_O) $(ATOF_TARG_O)): New targets.
+       (targ-cpu.o, obj-format.o, atof-targ.o): Remove targets.
+       (itbl-cpu.h): Remove target.
+       (DISTCLEAN_HERE): Remove targ-cpu.c, obj-format.c, atof-targ.c,
+       atof-targ.h.
+
 Thu Mar 20 19:18:58 1997  Ian Lance Taylor  <ian@cygnus.com>
 
        * doc/as.texinfo (Symbol Names): Don't use obsolete @ctrl macro.
This page took 0.024617 seconds and 4 git commands to generate.