Replace free() with xfree().
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 17221bb393990042aa5c5768cef4f065f8269bb5..56655c6c10838ff182e933646daf16d6957aff4d 100644 (file)
@@ -1,3 +1,158 @@
+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.
+       * configure: Regenerate.
+
+2000-12-11  Fernando Nasser  <fnasser@redhat.com>
+
+       * configure.in: Fix a couple of typos in the handling of the
+       enable_gdbcli option.  Make it check enableval for the result
+       of AC_ARG_ENABLE.
+       * configure: Regenerate.
+
+2000-12-08  Michael Snyder  <msnyder@mvstp600e.cygnus.com>
+
+       * dwarf2read.c (DWARF2_REG_TO_REGNUM): New macro.  Provide default
+       definition.  Will be used to translate between the compiler's
+       register numbering and GDB's (for register variables etc).
+       (new_symbol): Use DWARF2_REG_TO_REGNUM to translate register ids.
+       * alpha-tdep.c: Fix typo in comment.
+       * dbxread.c: Fix typo in comment.
+       * fr30-tdep.c: Fix typo: newline missing after comment.
+       * mcore-tdep.c: Fix typo in comment.    
+
+2000-12-07  J.T. Conklin  <jtc@redback.com>
+
+       * gdbserver/low-hppabsd.c (buf2, environ, quit, quit_flag):
+       Removed unused variables and declarations.
+       * gdbserver/low-linux.c (buf2, environ, query, quit, quit_flag):
+       Likewise.
+       * gdbserver/low-nbsd.c (buf2, environ, quit, quit_flag):
+       Likewise.
+       * gdbserver/low-sparc.c (buf2, environ, query, quit, quit_flag):
+       Likewise.
+       * gdbserver/low-sun.c (buf2, environ, query, quit, quit_flag):
+       Likewise.
+
+       * gdbserver/low-hppabsd.c, gdbserver/low-linux.c,
+       gdbserver/low-nbsd.c, gdbserver/low-sparc.c, gdbserver/low-sun3.c
+       (create_inferior): Update comment.
+
+       * gdbserver/low-nbsd.c (initialize_arch, fetch_inferior_registers,
+       store_inferior_registers): Provide implementations for the m68k 
+       and ns32k.
+       * config/m68k/nbsd.mt (GDBSERVER_DEPFILES): Add low-nbsd.o
+       * config/ns32k/nbsd.mt (GDBSERVER_DEPFILES): Likewise.
+       * configure.tgt (m68*-*-netbsd*, ns32k-*-netbsd*): Add gdbserver
+       to configdirs.
+
+2000-12-07  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       * config/sh/tm-sh.h (struct gdbarch_tdep): Rename fields
+       {FP15,DR14,FV12}_REGNUM to {FP,DR,FV}_LAST_REGNUM.
+       * sh-tdep.c (sh_sh3e_register_virtual_type,
+       sh_sh4_register_virtual_type, sh_do_registers_info,
+       sh_gdbarch_init, sh_sh4_register_byte, sh_sh4_register_raw_size,
+       sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
+       sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
+       sh_store_pseudo_register, sh_do_pseudo_register): Ditto.
+
+       * sh-tdep.c (sh_gdbarch_init): Use a function pointer to set the
+       disassembly print function.
+       (_initialize_sh_tdep): Initialize tm_print_insn using the function
+       pointer.
+
+2000-12-07  Mark Kettenis  <kettenis@gnu.org>
+
+       From Richard Henderson <rth@twiddle.net>:
+       * alpha-nat.c (supply_gregset, fill_gregset): Use gdb_gregset_t.
+       (supply_fpregset, fill_fpregset): Use gdb_fpregset_t.
+
+2000-12-06  Fernando Nasser  <fnasser@redhat.com>
+
+       * cli/cli-decode.c (add_abbrev_cmd): Reinstate. Add comment saying
+       that is not currently used.
+
+2000-12-06  Fernando Nasser  <fnasser@redhat.com>
+
+       * cli/cli-decode.c (lookup_cmd): Change disabled code into comment.
+
+2000-12-06  Fernando Nasser  <fnasser@redhat.com>
+
+       * cli/cli-decode.c (lookup_cmd): Remove old stale copy of this routine
+       which was not being used for quite some time.
+
+2000-12-05  Mark Kettenis  <kettenis@gnu.org>
+
+       * gdb-stabs.h (SECT_OFF_MAX): Increase to 64.
+       * symfile.h (MAX_SECTIONS): Increase to 64.
+
+2000-12-05  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       * config/sh/tm-sh.h (struct gdbarch_tdep): Get rid of
+       DR{2,4,6,8,10,12}_REGNUM, FV{4,8}_REGNUM, they are not used
+       anywhere.
+       * sh-tdep.c (sh_gdbarch_init): Don't initialize
+       DR{2,4,6,8,10,12}_REGNUM, FV{4,8}_REGNUM.
+
+2000-12-04  Michael Snyder  <msnyder@cleaver.cygnus.com>
+
+       * utils.c (internal_verror): Fix typo in error msg.
+
+2000-12-03  Mark Kettenis  <kettenis@gnu.org>
+
+       * Makefile.in (symfile.o): Add gdb-stabs.h to dependencies list.
+
 2000-12-04  Kevin Buettner  <kevinb@redhat.com>
 
        * elfread.c (record_minimal_symbol_and_info): Don't guess
This page took 0.031852 seconds and 4 git commands to generate.