X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=ChangeLog;h=921ecf0b44b7003610354b975d7075a2506a21a8;hb=a3e8c5b712d92489860090317327dd80d00893a6;hp=38a8a27ce8961950903486aeac0093d55f2e44e3;hpb=92d902a8e9d40e5419d3a1f0361a40caa5d52522;p=deliverable%2Fbinutils-gdb.git diff --git a/ChangeLog b/ChangeLog index 38a8a27ce8..921ecf0b44 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,212 @@ +Wed Sep 24 15:18:32 1997 Ian Lance Taylor + + * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh. + +Thu Sep 18 15:37:42 1997 Andrew Cagney + + * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for + windows. Consistent with gdb/configure. + +1997-09-15 02:37 Ulrich Drepper + + * config/mt-linux: Define CXXFLAGS to make sure -fvtable-thunks is + used. + * configure.in: Name Linux target fragment. + + * configure: Rewrite so that project Makefile fragment is inserted + first and appears last in the resulting Makefile. + +Tue Sep 16 09:55:07 1997 Andrew Cagney + + * Makefile.in (install-itcl): Install tcl first. + +Sun Sep 14 20:53:42 1997 Geoffrey Noer + + * config/mh-cygwin32: ok to build split texinfo files + +Fri Sep 12 16:19:20 1997 Geoffrey Noer + + * configure.in: remove bison from noconfigdirs for Cygwin32 host + +Mon Sep 8 20:46:20 1997 Ian Lance Taylor + + * config.guess: Merge with FSF. + +Sun Sep 7 15:55:28 1997 Gavin Koch + + * config.sub: Add "marketing-names" patch. + +start-sanitize-tx19 + * config.sub: Add tx19/r1900. + +end-sanitize-tx19 +Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com) + + * configure.in (*-*-rtems*): Do not build libgloss for rtems. + +Wed Sep 3 12:15:24 1997 Chris Provenzano + + * ltconfig: Set CONFIG_SHELL in libtool. + * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh + +Tue Aug 26 16:46:46 1997 Andrew Cagney + + * Makefile.in (all-sim): Depends on all-readline. + +Wed Aug 20 19:57:37 1997 Jason Merrill + + * Makefile.in (BISON, YACC): Use $$s. + (all-bison): Depend on all-texinfo. + +Tue Aug 19 01:41:32 1997 Jason Merrill + + * Makefile.in (BISON): Add -L flag. + (YACC): Likewise. + +start-sanitize-v850e +Mon Aug 18 11:30:50 1997 Nick Clifton + + * configure.in (noconfigdirs): Add support for v850e target. + + * config.sub (maybe_os): Add support for v850e target. + +end-sanitize-v850e +start-sanitize-v850eq +Mon Aug 18 11:30:50 1997 Nick Clifton + + * configure.in (noconfigdirs): Add support for v850eq target. + + * config.sub (maybe_os): Add support for v850eq target. + +end-sanitize-v850eq +Mon Aug 18 09:24:06 1997 Gavin Koch + + * config.sub: Add mipstx39. Delete r3900. + +start-sanitize-ide +Mon Aug 18 19:12:51 1997 Jason Molenda (crash@godzilla.cygnus.co.jp) + + * Makefile.in (all-vmake): Depends on all-tix. + +end-sanitize-ide +Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp) + + * Makefile.in (all-autoconf): Depends on all-texinfo. + +Fri Aug 15 23:09:26 1997 Michael Meissner + + * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and + eabi targets. + +Thu Aug 14 14:42:17 1997 Ian Lance Taylor + + * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible. + + * configure: When handling a Canadian Cross, handle YACC as well as + BISON. Just set BISON to bison. When setting YACC, prefer bison. + +Tue Aug 12 20:09:48 1997 Jason Merrill + + * Makefile.in (BISON): bison, not byacc or bison -y. + (YACC): bison -y or byacc or yacc. + (various): Add *-bison as appropriate. + (taz): No need to mess with BISON anymore. + +Tue Aug 12 22:33:08 1997 Ian Lance Taylor + + * configure: If OSTYPE matches *win32*, try to find a good value for + CONFIG_SHELL. + +start-sanitize-ide +Mon Aug 11 13:49:46 1997 Ian Lance Taylor + + * Makefile.in, configure.in: Handle jstools like vmake. + +end-sanitize-ide +Sun Aug 10 14:41:11 1997 Ian Lance Taylor + + * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in + configure.in if it is present. + +Sat Aug 9 00:58:01 1997 Ian Lance Taylor + + * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new. + +Fri Aug 8 16:30:13 1997 Doug Evans + + * config.sub: Recognize `arc' cpu. + * configure.in: Likewise. + * config-ml.in: Likewise. + +Thu Aug 7 11:02:34 1997 Ian Lance Taylor + + * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs. + +Wed Aug 6 16:27:29 1997 Chris Provenzano + + * configure: Changed sed delimiter from ':' to '|' when + attempting to substitute ${config_shell} for SHELL. On + NT ${config_shell} may contain a ':' in it. + +Wed Aug 6 12:29:05 1997 Jason Merrill + + * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells. + +Wed Aug 6 00:42:35 1997 Ian Lance Taylor + + * Makefile.in (AS_FOR_TARGET): Change as.new to as-new. + +Tue Aug 5 14:08:51 1997 Ian Lance Taylor + + * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new. + + * ylwrap: If the program is a relative path, force it to be + absolute. + +Tue Aug 5 12:12:44 1997 Andrew Cagney + + * configure (tooldir): Set BISON to `bison -y' and not just bison. + +Mon Aug 4 22:59:02 1997 Andrew Cagney + + * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present, + correctly specify the target build directory $(TARGET_SUBDIR)/winsup + for libraries. + +Mon Aug 4 12:40:24 1997 Jason Merrill + + * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values + separated by spaces. + +Thu Jul 31 19:49:49 1997 Ian Lance Taylor + + * ylwrap: New file. + * Makefile.in (DEVO_SUPPORT): Add ylwrap. + + * ltmain.sh: Handle /bin/sh at start of install program. + + * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing. + + * ltconfig, ltmain.sh: New files, from libtool 1.0. + * missing: New file, from automake 1.2. + +Thu Jul 24 12:57:56 1997 Ian Lance Taylor + + * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add + check-tk to CHECK_X11_MODULES. + +Wed Jul 23 17:03:29 1997 Ian Lance Taylor + + * config.sub: Merge with FSF. + +Tue Jul 22 19:08:29 1997 Ian Lance Taylor + + * config.guess: Merge with FSF. + Tue Jul 22 14:50:42 1997 Robert Hoehne * configure: Treat msdosdjgpp like go32. + * configure.in: Likewise. Don't remove gprof for go32. * configure: Change Makefile.tem2 to Makefile.tm2. @@ -510,7 +716,6 @@ Sat Nov 23 19:26:22 1996 Michael Meissner * config.sub: Handle d10v-unknown. -start-sanitize-v850 Sat Nov 23 14:23:01 1996 Gavin Koch * gcc/depragmaize.c: Handle MSDOS's (non-unix) text files. @@ -519,7 +724,6 @@ Sat Nov 23 10:23:01 1996 Gavin Koch * config.sub: Handle v850-unknown. -end-sanitize-v850 Thu Nov 21 16:19:44 1996 Geoffrey Noer * Makefile.in: add findutils @@ -740,12 +944,10 @@ Mon Sep 30 14:24:01 1996 Stan Shebs * mpw-build.in: Don't always depend on byacc and flex. (install-only-top): New action. -start-sanitize-v850 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com) * configure.in: You can now configure GDB for the v850. -end-sanitize-v850 Tue Sep 24 19:05:12 1996 Stan Shebs * configure.in (noconfigdirs): Don't configure any C++ dirs @@ -789,25 +991,21 @@ Mon Aug 26 18:34:42 1996 Martin M. Hunt * configure.in (noconfigdirs): Removed gdb for D10V. -start-sanitize-v850 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com) * configure.in: Remove ld, target-libio, target-libg++, and target-libstdc++ from noconfigdirs. -end-sanitize-v850 Wed Aug 21 18:56:38 1996 Fred Fish * configure: Fix three locations where shell scripts were being run directly rather than with config_shell. -start-sanitize-v850 Tue Aug 20 13:08:47 1996 J.T. Conklin * configure.in (v850-*-*): Set up initial $noconfigdirs. * config.sub (basic_machine): Recognize v850. -end-sanitize-v850 Thu Aug 15 12:19:33 1996 Stan Shebs * mpw-configure: Handle multiple enable/disable options and