Replace free() with xfree().
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 8e8c12c275cb438c6968134639a381cd2653c89d..56655c6c10838ff182e933646daf16d6957aff4d 100644 (file)
@@ -1,3 +1,53 @@
+2000-12-14  Kevin Buettner  <kevinb@redhat.com>
+2000-12-14  J.T. Conklin  <jtc@redback.com>
+
+       * configure.tgt (hppa*-*-bsd*, hppa*-*-osf*, m68*-*-sunos4*,
+       rs6000-*-lynxos*, sparc-*-sunos4*): Add gdbserver to configdirs.
+
+2000-12-13  Michael Chastain  <chastain@redhat.com>
+
+       * MAINTAINERS: Add Michael Chastain to Write After Approval list.
+
+2000-12-11  Fernando Nasser  <fnasser@redhat.com>
+
+        * Makefile.in (CONFIG_LOBS): New macro.  Configured to the files
+       that must be added to the gdblib itself.
+       (DEPFILES): Use CONFIG_LOBS, not CONFIG_OBS.
+       (INIT_FILES): Include CONFIG_OBS.
+       (gdb$(EXEEXT)): Depend on CONFIG_OBS and link with it.
+       (kdb): Ditto.
+       * configure.in (CONFIG_LOBS): New variable. Object files that must
+       be added to gdblib for the specific configuration.
+       * configure: Regenerate.
+
+2000-12-11  Michael Snyder  <msnyder@cleaver.cygnus.com>
+
+       * sh-tdep.c (sh_extract_struct_value_address): Protoize.
+
+2000-12-11  Michael Snyder  <msnyder@mvstp600e.cygnus.com>
+
+       * blockframe.c (get_prev_frame): Add missing paren omitted in 
+       last check-in.
+
+2000-12-11  Fernando Nasser  <fnasser@redhat.com>
+
+        * Makefile.in (SUBDIR_GDBTK_OBS, SUBDIR_GDBTK_SRCS,
+       SUBDIR_GDBTK_DEPS, SUBDIR_GDBTK_INITS, SUBDIR_GDBTK_LDFLAGS,
+       SUBDIR_GDBTK_CFLAGS): New macros.  For gdbtk subdir.
+       * configure.in: Fix typo.  It is CONFIG_OBS not CONFIG_OJS.
+       Use the SUBDIR_GDBTK_* macros instead of hard coded file names.
+       * configure: Regenerate.
+
+2000-12-11  Michael Snyder  <msnyder@mvstp600e.cygnus.com>
+
+       * blockframe.c (get_prev_frame): Zero all fields of prev by
+       default using memset (instead of one at a time).
+
+2000-12-11  Michael Snyder  <msnyder@cleaver.cygnus.com>
+
+       * sh-tdep.c (sh_extract_struct_value_address): For consistancy,
+       change decl from "CORE_ADDR static" to "static CORE_ADDR".
+
 2000-12-11  Fernando Nasser  <fnasser@redhat.com>
 
        * configure.in: Fix typos.  It is CONFIG_SRCS not CONFIG_SRS.
This page took 0.024077 seconds and 4 git commands to generate.