X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=ChangeLog;h=69e7cfc43810eb844139c5bb01a17824b46adc44;hb=53487a7b041b894a0f0d8d3e4e93b452a27c8655;hp=6e92255fa73d83df0ef869ace855ff8b8ffae626;hpb=b9876b8e4c6000db6305efd05a975850b1ce8c20;p=deliverable%2Fbinutils-gdb.git diff --git a/ChangeLog b/ChangeLog index 6e92255fa7..69e7cfc438 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,145 @@ +Fri Jan 30 17:18:32 1998 Geoffrey Noer + + * configure.in: Remove expect from noconfigdirs when target + is cygwin32. OK to build expect and dejagnu with Canadian + Cross. + +start-sanitize-sky +Wed Jan 28 11:59:32 1998 Doug Evans + + * configure.in: Add dvp-elf support. + * config.sub: Recognize dvp cpu. + +end-sanitize-sky +Wed Jan 28 12:58:49 1998 Ian Lance Taylor + + * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32 + host. + + * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32 + and mingw32. + +Wed Jan 28 10:26:37 1998 Manfred Hollstein + + * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix) + here as it is not defined in the toplevel Makefile. + +Tue Jan 27 23:25:06 1998 Manfred Hollstein + + * configure (package_makefile_rules_frag): New variable, which names + a file with generic rules, ... + Change comment to mention we now have FIVE parts. + * configure: Undo last change. + +Tue Jan 27 23:15:55 1998 Lassi A. Tuura + + * config.guess: More accurate determination of HP processor types. + * config.sub: More accurate determination of HP processor types. + +Sat Jan 24 01:59:45 1998 Manfred Hollstein + + * configure (package_makefile_frag): Move inserting the + ${package_makefile_frag} to where it should be according + to the comment. + +Fri Jan 23 00:30:21 1998 Philip Blundell + + * config.guess: Add support for Linux/ARM. + +Thu Jan 22 15:14:01 1998 Fred Fish + + * .cvsignore: Remove *-info and *-install since they match + release-info and mpw-install, which we don't want to just ignore. + +Sat Jan 17 21:28:08 1998 Pieter Nagel + + * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and + local_prefix to sub-make invocations. + +Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org) + + * configure.in: Check makefile fragments in the source + directory. + +Fri Jan 16 00:41:37 1998 Alexandre Oliva + + * configure.in: check whether host and target makefile + fragments exist before adding them to *_makefile_frag + +start-sanitize-vr4111 +Thu Jan 15 09:36:48 1998 Gavin Koch + + * config.sub: Create the vr4111 as a copy of vr4100. + +end-sanitize-vr4111 +Wed Jan 14 23:39:10 1998 Bob Manson + + * configure.in (target_configdirs): Add cygmon for sparc64-elf. + +Wed Jan 14 12:48:07 1998 Keith Seitz + + * configure.in: Make sure we only replace RPATH_ENVVAR on + lines which begin with RPATH_ENVVAR, i.e. add "^" to the + regexp to sed. + + * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down + to sub-makes. + +1998-01-13 Lee Iverson (leei@ai.sri.com) + + * config-ml.in (multi-do): LDFLAGS must include multilib + designator. + +Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com) + + * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5. + +Sun Jan 4 01:06:55 1998 Mumit Khan + + * config.sub: Add mingw32 support. + * configure.in: Likewise. + * mh-mingw32: New file. + +Sat Jan 3 12:11:05 1998 Franz Sirl + + * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1 + +Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com) + + * Makefile.in (INSTALL_TARGET): Do install-gcc first. + * configure (gxx_include_dir): Provide a definition for subdirs + which do not use autoconf. + +Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com) + + * config.guess: Sync with egcs. Picks up new alpha support, + BeOS & some additional linux support. + +Tue Dec 23 12:45:50 1997 Jeffrey A Law (law@cygnus.com) + + * config.guess: HP 9000/803 is a PA1.1 machine. + +start-sanitize-sky +Mon Dec 22 14:08:27 1997 Doug Evans + + * configure.in: Add txvu-elf support. + * config.sub: Recognize txvu cpu. + +end-sanitize-sky +start-sanitize-vr5400 +Mon Dec 22 11:27:12 1997 Jeffrey A Law (law@cygnus.com) + + * config.sub (mips64vr5xxx-elf): Handle. Treat as mips64vr5000-elf. + +end-sanitize-vr5400 + +Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu) + + * configure.in (host_makefile_frag, target_makefile_frag): + Handle multiple config files. + (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and + alpha-*-*. + Thu Dec 18 13:13:03 1997 Doug Evans * mkdep: New file. @@ -189,11 +331,13 @@ Wed Sep 24 15:18:32 1997 Ian Lance Taylor * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh. +start-sanitize-gdbtk Thu Sep 18 15:37:42 1997 Andrew Cagney * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for windows. Consistent with gdb/configure. +end-sanitize-gdbtk 1997-09-15 02:37 Ulrich Drepper * config/mt-linux: Define CXXFLAGS to make sure -fvtable-thunks is @@ -1367,7 +1511,9 @@ Mon Jun 17 16:34:46 1996 Jason Merrill Sat Jun 15 17:13:25 1996 Geoffrey Noer +start-sanitize-gdbtk * configure: enable_gdbtk=no for cygwin32-hosted toolchains +end-sanitize-gdbtk * configure.in: remove make from disable-if-Can-Cross list enable gdb if ${host} and ${target} are cygwin32 @@ -1760,12 +1906,14 @@ Fri Jan 12 15:25:35 1996 Ian Lance Taylor * configure.in: Make sure that ${CC} can be used to compile an executable. +start-sanitize-gdbtk Sat Jan 6 07:23:33 1996 Michael Meissner * Makefile.in (all-gdb): Depend on $(GDB_TK). * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or nothing depending on whether gdbtk is being built. +end-sanitize-gdbtk Wed Jan 3 17:54:41 1996 Doug Evans * Makefile.in (newlib.tar.gz): Delete building of newlib's info files. @@ -2363,11 +2511,13 @@ Mon Aug 7 09:21:35 1995 Doug Evans * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu). (i386-win32 host): Likewise. Don't build readline. +start-sanitize-gdbtk Sat Aug 5 09:51:49 1995 Fred Fish * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of SUPPORT_FILES to submakes. +end-sanitize-gdbtk Fri Aug 4 13:04:36 1995 Fred Fish * Makefile.in (GDB_SUPPORT_DIRS): Add utils. @@ -2546,11 +2696,13 @@ Tue Apr 11 18:55:40 1995 Doug Evans * configure.in: Recognize --with-newlib. (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target. +start-sanitize-gdbtk Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com) * Makefile.in: move {all,check,install}-gdb from *_MODULES to *_X11_MODULES due to gdbtk needing X include files et al. +end-sanitize-gdbtk Mon Apr 10 11:42:22 1995 Stan Shebs Merge in support for Mac MPW as a host.