From b55496866df097b0cea1c4c843b3f4db7be38055 Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Wed, 12 Apr 1995 19:27:42 +0000 Subject: [PATCH] Merge MPW ChangeLog with generic ChangeLog --- gas/ChangeLog | 54 ++++++++++++++++++++++++++++++++ gas/ChangeLog.mpw | 94 ------------------------------------------------------- 2 files changed, 54 insertions(+), 94 deletions(-) delete mode 100644 gas/ChangeLog.mpw diff --git a/gas/ChangeLog b/gas/ChangeLog index cd35c52..d0b742e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,57 @@ +Wed Apr 12 12:20:19 1995 Stan Shebs + + * mpw-config.in (TDEFINES): Put empty definition into + makefile fragment. + * mpw-make.in (xmalloc.c.o): Remove. + (as.new): Depend on Version.r. + (Version.r): Generate from version info. + + * mpw-make.in: Delete references to hex-value.c. + + * mpw-config.in: Add mapping from configs to object file formats, + get VERSION from Makefile.in and add to mk.tmp. + (mips-idt-ecoff) [TDEFINES]: Add TARGET_BYTES_BIG_ENDIAN. + * mpw-make.in (VERSION, gC): Don't define. + (ALL_CFLAGS): Remove -d flags. + (config.h): Remove definition of MPW, add HAVE_STDARG_H, + BFD_ASSEMBLER. + + * mpw-make.in (ALL_CFLAGS): Add definition of HAVE_STDARG_H, + include of ::libiberty:. + (config.h): Ifdef contents on GAS_VERSION. + + * mpw-make.in (as.c): Compile with C not gC. + (config-stamp): Touch correctly. + (install-only): New target. + (install): Depend on all and install-only. + + * mpw-config.in: Parse target and use to generate forward includes + to tc-, obj-, and atof- files, use te-generic.h for emulation. + * mpw-make.in (VERSION): Define. + (as.c): Compile with GCC. + (TARG_OBJECTS, CLIBS): Define. + (as.new): Use LDFLAGS, TARG_OBJECTS, CLIBS and EXTRALIBS in link + command. + (config.h, config-stamp): Build. + + * mpw-make.in (C, CFLAGS): Removed definitions. + (ALL_CFLAGS): Define. + Set default rule to use {CC} instead of {C}. + + * mpw-make.in (install): Moved here from mpw-build.in. + * mpw-build.in: Removed, functionality in mpw-make.in + + * mpw-make.in (CFLAGS): Add more include paths. + + * mpw-config.in (varargs.h, sys/*.h): Don't create when + configuring. + * mpw-make.in (CFLAGS): Add -w flag. + + * mpw-make.in: Replace 8-bit chars with their names. + + * mpw-config.in: New file, MPW version of configure.in. + * mpw-make.in: New file, MPW version of Makefile.in. + start-sanitize-arc Wed Apr 12 07:35:44 1995 Doug Evans diff --git a/gas/ChangeLog.mpw b/gas/ChangeLog.mpw deleted file mode 100644 index b6fe16d..0000000 --- a/gas/ChangeLog.mpw +++ /dev/null @@ -1,94 +0,0 @@ -Fri Mar 17 16:48:12 1995 Stan Shebs - - * mpw-config.in (TDEFINES): Put empty definition into - makefile fragment. - * mpw-make.in (xmalloc.c.o): Remove. - (as.new): Depend on Version.r. - (Version.r): Generate from version info. - -Thu Jan 12 18:03:03 1995 Ken Raeburn - - * mpw-make.in: Delete references to hex-value.c. - -Mon Dec 12 19:44:29 1994 Stan Shebs - - * mpw-config.in: Add mapping from configs to object file formats, - get VERSION from Makefile.in and add to mk.tmp. - (mips-idt-ecoff) [TDEFINES]: Add TARGET_BYTES_BIG_ENDIAN. - * mpw-make.in (VERSION, gC): Don't define. - (ALL_CFLAGS): Remove -d flags. - (config.h): Remove definition of MPW, add HAVE_STDARG_H, - BFD_ASSEMBLER. - -Sat Sep 24 14:24:48 1994 Stan Shebs (shebs@andros.cygnus.com) - - * mpw-make.in (config.h): Add defines from ho-mpw.h directly. - * config/ho-mpw.h: Remove. - -Tue Sep 20 17:32:03 1994 Stan Shebs (shebs@andros.cygnus.com) - - * mpw-config.in: Don't create host.h. - * mpw-make.in (config.h): Add in contents of ho-mpw.h. - * config/ho-mpw.h (TRUE_FALSE_ALREADY_DEFINED, WANT_FOPEN_BIN, - HAVE_ERRNO_H): Define. - -Mon Sep 12 16:56:02 1994 Stan Shebs (shebs@andros.cygnus.com) - - * mpw-make.in (ALL_CFLAGS): Add definition of HAVE_STDARG_H, - include of ::libiberty:. - (config.h): Ifdef contents on GAS_VERSION. - config/ho-mpw.h: Remove redefinitions of true and false. - -Wed Jun 29 17:56:52 1994 Stan Shebs (shebs@andros.cygnus.com) - - * mpw-make.in (as.c): Compile with C not gC. - (config-stamp): Touch correctly. - (install-only): New target. - (install): Depend on all and install-only. - -Sun Jun 26 16:42:12 1994 Stan Shebs (shebs@andros.cygnus.com) - - * mpw-config.in: Parse target and use to generate forward includes - to tc-, obj-, and atof- files, use te-generic.h for emulation. - * mpw-make.in (VERSION): Define. - (as.c): Compile with GCC. - (TARG_OBJECTS, CLIBS): Define. - (as.new): Use LDFLAGS, TARG_OBJECTS, CLIBS and EXTRALIBS in link - command. - (config.h, config-stamp): Build. - config/ho-mpw.h (HOST_SPECIAL_INIT): Define. - -Sun Jun 12 16:38:42 1994 Stan Shebs (shebs@andros.cygnus.com) - - * mpw-make.in (C, CFLAGS): Removed definitions. - (ALL_CFLAGS): Define. - Set default rule to use {CC} instead of {C}. - -Sat Feb 26 13:23:06 1994 Stan Shebs (shebs@andros.cygnus.com) - - * mpw-make.in (install): Moved here from mpw-build.in. - * mpw-build.in: Removed, functionality in mpw-make.in - -Mon Jan 31 18:06:41 1994 Stan Shebs (shebs@andros.cygnus.com) - - * mpw-make.in (CFLAGS): Add more include paths. - -Tue Jan 25 10:49:31 1994 Stan Shebs (shebs@andros.cygnus.com) - - * mpw-config.in (varargs.h, sys/*.h): Don't create when - configuring. - (host.h): Create with forward-include. - * mpw-make.in (CFLAGS): Add -w flag. - * mpw-build.in: New file, build script fragment. - -Fri Jan 7 11:18:48 1994 Stan Shebs (shebs@andros.cygnus.com) - - * mpw-make.in: Replace 8-bit chars with their names. - * config/ho-mpw.h (LOSING_COMPILER): Define. - -Tue Jan 4 12:25:35 1994 Stan Shebs (shebs@andros.cygnus.com) - - * mpw-config.in: New file, MPW version of configure.in. - * mpw-make.in: New file, MPW version of Makefile.in. - * config/ho-mpw.h: New file, MPW host definitions. - -- 2.7.4