Move GDBtk's ``ln -s ... gdbtcl'' code out of configure.
[binutils-gdb.git] / gdb / ChangeLog
index c984023b386bda8ee3a05a1ac6dafe63dd8ead02..86b901648440935273c080c694f3008089e6ef25 100644 (file)
@@ -1,10 +1,61 @@
+Fri Mar  3 15:39:34 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * Makefile.in (CONFIG_CLEAN, CONFIG_ALL, LN_S): Defined by
+       configure.
+       (SUBDIR_MI_CLEAN, SUBDIR_GDBTK_CLEAN, SUBDIR_MI_ALL,
+       SUBDIR_GDBTK_ALL): Define.
+       (all-gdbtk, clean-gdbtk): New targets.
+       (all): Add CONFIG_ALL as dependency.
+       (clean): Add CONFIG_CLEAN as dependency.
+       
+       * configure.in (CONFIG_ALL, CONFIG_CLEAN): Define.
+       (LN_S): Define.  Delete GDBtk's link code.
+
+Fri Mar  3 13:12:34 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * configure.in (ENABLE_GDBTK): Delete variable.
+       (enable-gdbtk): Only enable gdbtk when there is a GDBTK directory.
+       * Makefile.in: Update.
+       * configure: Regenerate
+
+2000-03-02  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       * config/alpha/alpha-linux.mh: Remove core-regset.o fron the
+       NATDEPFILES list.
+
+2000-03-02  Mark Kettenis  <kettenis@gnu.org>
+
+       * config/i386/tm-i386aix.h (NUM_FPREGS, NUM_REGS, REGISTER_BYTES):
+       Override definitions to include the normal FPU registers.
+       (REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
+       REGISTER_CONVERT_TO_RAW): Removed.  The default definitions are
+       fine for AIX/i386.
+       (i387_to_double, double_to_i387): Remove prototypes.
+
+2000-03-02  Kevin Buettner  <kevinb@redhat.com>
+
+       * findvar.c (extract_floating, store_floating): Use target
+       floating point type sizes rather host sizes to determine
+       which conversion needs to be done.
+
+2000-03-02  Nick Duffek  <nsd@cygnus.com>
+
+       * uw-thread.c: Apply GNU conventions to comment formatting.
+       (deactivate_uw_thread): Call remove_thread_event_breakpoints().
+       (uw_thread_mourn_inferior): Move remove_thread_event_breakpoints()
+       call to deactivate_uw_thread().
+
+Thu Mar  2 09:04:46 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * MAINTAINERS: Daniel Berlin is C++ maintainer.         
+
 Thu Mar  2 08:55:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * MAINTAINERS: Mark Kettenis is the x86 architcture maintainer and
        a joint GNU/Linux/x86 maintainer.  Nick Duffeck and Robert Lipe
        share SCO/Unixware.  Nick Duffek and Peter Schauer share
        Solaris/x86.
-       
+
 Wed Mar  1 22:12:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
        
        From Wed 23 Feb 2000 Fernando Nasser <fnasser@redhat.com>: