X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=ChangeLog;h=e2ed8f9cac50a9bc2778357756f8d1450ec55142;hb=eb03bc25f73390ff3d542bf9c7489e7435bfaecf;hp=36ea27338cc9d74e5e2224dbe5fc888332f4cd75;hpb=5042ba876337207ce3bb34f573872395315f08bd;p=deliverable%2Fbinutils-gdb.git diff --git a/ChangeLog b/ChangeLog index 36ea27338c..e2ed8f9cac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,192 @@ +Tue Apr 14 18:01:55 1998 Ian Lance Taylor + + * configure.in: Don't set PICFLAG on ix86-cygwin32. + +Tue Apr 14 12:24:45 1998 J. Kean Johnston + + * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and + use mh-sysv5 if specified. Support gprof on SCO Open Server. + +Mon Apr 13 15:37:24 1998 Ian Lance Taylor + + * ltconfig: Add cygwin32 support. + + * Makefile.in, configure.in: Add libtool as a native only directory + to configure and build. + +Wed Apr 8 13:18:56 1998 Philippe De Muyter + + * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened. + +Thu Apr 2 14:48:44 1998 Geoffrey Noer + + * Makefile.in: add ash make rules + * configure.in: add ash to native_only and host_tools lists + +start-sanitize-ide +Tue Mar 31 16:50:42 1998 Ian Lance Taylor + + * Makefile.in: Add libidetcl, like libide. + (all-libide): Remove dependencies on all-tcl, all-tk, all-itcl, + all-ilu. + * configure.IN: Add libidetcl, like libide. + * configure (GDB_TK): If enable_ide, add all-libidetcl. + +end-sanitize-ide +Thu Mar 26 12:53:20 1998 Tom Tromey + + * Makefile.in (all-gettext, all-intl): New targets. + (ALL_MODULES): Added all-gettext, all-intl. + (CROSS_CHECK_MODULES): Added check-gettext, check-intl. + (INSTALL_MODULES): Added install-gettext, install-intl. + (CLEAN_MODULES): Added clean-gettext, clean-intl. + + * configure.in (host_tools): Added gettext. + (native_only): Likewise. + (noconfigdirs) [various cases]: Likewise. + (host_libs): Added intl. + +start-sanitize-gdbtk +Thu Mar 26 15:00:11 1998 Keith Seitz + + * configure: Do not disable building gdbtk for cygwin32 hosts. + +end-sanitize-gdbtk +Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com) + + * Makefile.in: Revert yesterday's change. + (all-target-winsup): all-target-librx stays out of here. + +Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com) + + * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES, + CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES, + INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup): + Remove references to librx and libg++. + +Tue Mar 24 18:28:12 1998 Eric Mumpower + + * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to + recursive makes + +Tue Mar 24 11:37:45 1998 Ian Lance Taylor + + * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B + for newlib directory. + (CXX_FOR_TARGET): Likewise. + +Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com) + + * ltconfig: Update after libtool/ltconfig.in change for + hpux11. + +Fri Mar 20 18:51:43 1998 Ian Lance Taylor + + * ltconfig, ltmain.sh: Update to libtool 1.2. + +Wed Mar 18 09:24:59 1998 Nick Clifton + + * configure.in: Add Thumb-pe target. + +Tue Mar 17 16:59:00 1998 Syd Polk + * Makefile.in - changed sn targets to snavigator + * configure.in - changed sn targets to snavigator + +Fri Mar 6 01:02:03 1998 Richard Henderson + + * config.sub: Accept alphapca56 and alphaev6 properly. + +start-sanitize-vr4320 +Tue Mar 3 11:01:52 1998 Gavin Koch + + * config.sub (mips64vr4320-unknown-elf) : Added. + +end-sanitize-vr4320 + +Mon Feb 23 14:46:06 1998 Ian Lance Taylor + + * Makefile.in (INSTALL_MODULES): Move install-tcl before + install-itcl. + (install-itcl): Remove dependency on install-tcl. + +Mon Feb 23 09:53:28 1998 Mark Alexander + + * configure.in: Remove libgloss from noconfigdirs for MN10300. + +Fri Feb 20 16:47:24 1998 Tom Tromey + + * configure: Don't let builds be done in source tree. + +Thu Feb 19 13:40:41 1998 Ian Lance Taylor + + * configure.in: Don't build libgui for a cygwin32 target when not on + a cygwin32 host. + +Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com) + + * configure (redirect): Set to null, so default behavior of + configure is now --verbose. + +Thu Feb 12 15:03:08 1998 H.J. Lu + + * ltmain.sh (mkdir): Check that the directory doesn't exist + before we exit with error, so that we don't get races during + parallel builds. + +Sat Feb 7 15:19:18 1998 Ian Lance Taylor + + * ltconfig, ltmain.sh: Update from libtool 1.0i. + +Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com) + + * configure.in (host_tools, native_only): Add libtool. + +Wed Feb 4 16:53:58 1998 Geoffrey Noer + + * configure.in: add target-gperf to noconfigdirs for Cygwin32. + Fix typo in ming config comment. + +Wed Feb 4 18:56:13 1998 Ian Lance Taylor + + * ltconfig, ltmain.sh: Update from libtool 1.0h. + +Mon Feb 2 19:38:19 1998 Ian Lance Taylor + + * config.sub: Add tic30 cases, and map c30 to tic30. + +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. @@ -33,12 +222,6 @@ 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. @@ -86,13 +269,6 @@ 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)