]> Git Repo - binutils.git/blobdiff - ChangeLog
Remove ppc.em; do it all in nlmconv instead.
[binutils.git] / ChangeLog
index b5e13c29c2e4d82a130e2a9a9bec9727788321db..5c8c0fa6602de7eaa06342a090e3af7fc862f0f5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,214 @@
+Fri Mar 11 12:52:39 1994  Per Bothner  ([email protected])
+
+       * config.guess:  Recognize i[34]86-unknown-freebsd.
+       From Shawn M Carey <[email protected]>.
+
+Thu Mar  3 14:24:21 1994  Per Bothner  ([email protected])
+
+       * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
+
+Wed Mar  2 13:28:48 1994  Jim Kingdon  ([email protected])
+
+       * config.guess: Check for ptx.
+
+Mon Feb 28 16:46:50 1994  Kung Hsu  ([email protected])
+
+       * config.sub: Add os9k checking.
+
+Thu Feb 24 07:09:04 1994  Jeffrey A. Law  ([email protected])
+
+       * config.guess: Handle OSF1 running on HPPA processors
+
+Fri Feb 18 14:14:00 1994  Ken Raeburn  ([email protected])
+
+       * configure: If subdir configure fails, print out a message with
+       subdirectory name, in case subdir's configure code didn't identify
+       itself.
+
+Fri Feb 18 12:50:15 1994  Doug Evans  ([email protected])
+
+       * configure.in: Remove embedded newlines from configdirs.
+       Avoid mismatches of substrings.  Fix matching strings at end
+       of configdirs.
+
+Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
+
+       * config.guess:  Add Lynx/rs6000 config support.
+
+Tue Feb  8 13:41:09 1994  Ken Raeburn  ([email protected])
+
+       * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
+
+Mon Feb  7 15:42:36 1994  Jeffrey A. Law  ([email protected])
+
+       * configure.in (hppa*-*-osf*): Treat this just like most other
+       PA configurations (eg no binutils or ld).
+       (hppa*-*-*elf*): These configurations have binutils and ld.
+
+Sun Feb  6 16:35:07 1994  Jeffrey A. Law  ([email protected])
+
+       * config.sub (hiux): Fix typo.  From [email protected].
+
+Sat Feb  5 01:00:33 1994  Ian Lance Taylor  ([email protected])
+
+       * configure.in (rs6000-*-*): Build gas.
+
+Wed Feb  2 13:57:57 1994  Jeffrey A. Law  ([email protected])
+
+        * Makefile.in:  Avoid bug in losing hpux sed.
+
+Wed Feb  2 14:53:05 1994  Jim Kingdon  ([email protected])
+
+       * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
+       for GDB and GDB has been fixed to not need it.
+
+Mon Jan 31 18:40:55 1994  Stu Grossman  (grossman at cygnus.com)
+
+       * config/mh-lynxosrs6k:  Account for lack of ranlib!
+
+Sun Jan 30 17:58:06 1994  Ken Raeburn  ([email protected])
+
+       * config.guess: Recognize vax hosts.
+
+Fri Jan 28 15:29:38 1994  Ken Raeburn  ([email protected])
+
+       * configure (while loop): Don't use "break 2" inside case
+       statement -- the case statement isn't an enclosing loop.
+
+Mon Jan 24 18:40:06 1994  Per Bothner  ([email protected])
+
+       * config.guess:  Clean up NeXT support, to allow nextstep
+       on Intel machines.  Make OS be nextstep.
+
+Sun Jan 23 18:47:22 1994  Richard Kenner  ([email protected])
+
+       * config.guess: Add alternate forms for Convex.
+
+Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
+
+       * configure:  Completely rewrite option processing.  Take
+       advantage of pattern-matching to avoid invoking test frequently.
+       Also clean up host and target defaulting logic.
+
+Mon Jan 17 15:06:56 1994  Ken Raeburn  ([email protected])
+
+       * Makefile.in: Replace all occurrances of "rootme" with "r" and
+       "$${rootme}" with "$$r", to increase the likelihood that the do-*
+       commands (plus user environment) will fit SCO limits.
+
+Thu Jan  6 11:20:57 1994  Ian Lance Taylor  ([email protected])
+
+       * configure.in: Don't issue warnings about directories which are
+       not being configured if -norecursion is set.  Correct test for
+       --with-gnu-as and --with-gnu-ld to not get confused by substring
+       matches.
+
+       * configure.in: Don't build gas for alpha-dec-osf1*.
+
+Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
+
+       * configure:  Back out Per's change of 12/19/1993.  It changes the
+       behavior of configure in unexpected and confusing ways.
+
+       Also, use different delim char when calculating
+       program_transform_name so that the name can contain slashes.
+
+Sat Jan  1 13:45:31 1994  Rob Savoye  ([email protected])
+
+       * configure.in, config.sub: Add support for VSTa micro-kernel.
+
+Sat Dec 25 20:00:47 1993  Jeffrey A. Law  ([email protected])
+
+       * configure.in: Nuke hacks which were used to get a special
+       version of GAS for HPPA configurations.
+
+Sun Dec 19 20:40:44 1993  Per Bothner  ([email protected])
+
+       * configure:  If only ${target_alias} is given, use that
+       as the default for ${host_alias}.
+       * configure:  Add missing back-slashes before nested quotes.
+
+Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  ([email protected])
+
+       * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
+
+Tue Dec 14 21:25:33 1993  Per Bothner  ([email protected])
+
+       * config.guess:  Recognize some Tektronix configurations.
+       From Kaveh R. Ghazi <[email protected]>.
+
+Sat Dec 11 11:18:00 1993  Steve Chamberlain  ([email protected])
+
+       * config.sub: Match any flavor of SH.
+
+Thu Dec  2 17:16:58 1993  Ken Raeburn  ([email protected])
+
+       * configure.in: Don't try to configure newlib for Alpha.
+
+Thu Dec  2 14:35:54 1993  Ian Lance Taylor  ([email protected])
+
+       * configure.in: Don't build ld for Irix 5.  Don't build gas,
+       libg++ or libio for any Alpha target.
+
+       * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
+       * config/mh-irix5. New file for Irix 5.
+
+Wed Dec  1 17:00:33 1993  Jason Merrill  ([email protected])
+
+       * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
+       default arguments -- so it tried to compress itself.
+
+Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  ([email protected])
+
+       * configure.in (notsupp): ensure that a space is always at the end
+         of the configdirs list, since the grep checks for an explicit space
+
+Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  ([email protected])
+
+       * configure.in (target i386-sysv4.2): don't build ld, since static
+         versions of many libraries are not available.
+
+Tue Nov 16 14:28:12 1993  Jim Kingdon  ([email protected])
+
+       * config.guess: Recognize Apollos (using environment variables).
+       * configure.in: Don't configure ld, binutils, or gprof for Apollo.
+
+Thu Nov 11 12:03:50 1993  Jim Kingdon  ([email protected])
+
+       * config.guess: Recognize Sony news mips running newsos.
+
+Wed Nov 10 16:57:00 1993  Mark Eichin  ([email protected])
+
+       * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
+       "fi ; else" for bash.
+
+Tue Nov  9 15:54:01 1993  Mark Eichin  ([email protected])
+
+       * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
+
+Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  ([email protected])
+
+       * config.sub: accept unixware as an alias for svr4.2.
+       Fix some inconsistancies with the gcc version.
+
+Fri Nov  5 15:14:12 1993  Jim Kingdon  ([email protected])
+
+       * Makefile.in (DISTDOCDIRS):  Add gdb.
+
+Fri Nov  5 11:59:42 1993  Per Bothner  ([email protected])
+
+       * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
+
+Fri Nov  5 10:35:05 1993  Ken Raeburn  ([email protected])
+
+       * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
+       (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
+       this now.
+
 Thu Nov  4 18:58:23 1993  Jim Kingdon  ([email protected])
 
+       * config.sub: Accept hiux* as an OS name.
+
        * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
        etc/make-stds.texi.  The underscore came from gcc, and dje now
        agrees that RUNTESTFLAGS is the correct name.
@@ -1985,3 +2194,7 @@ Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
 
        * Freshly created ChangeLog.
 
+\f
+Local Variables:
+version-control: never
+End:
This page took 0.028142 seconds and 4 git commands to generate.