* Makefile.in (symfile.o): Add gdb-stabs.h to dependencies list.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 7e49688fc505fffedfa1260c0666e80819ad728f..c1de70971ca3ddae2f56a68c01a35b783f2a9166 100644 (file)
@@ -1,3 +1,81 @@
+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
+       at the section index; instead just always use the bfd index.
+       (elf_symtab_read): Handle weak symbols appearing in data
+       sections.
+
+Mon Dec  4 14:36:39 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * gdbarch.sh (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM,
+       DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM):
+       Add.
+       * gdbarch.h, gdbarch.c: Regenerate.
+       * arch-utils.c (no_op_reg_to_regnum): New function.
+       * arch-utils.h (no_op_reg_to_regnum): Declare.
+
+       * dwarfread.c (DWARF_REG_TO_REGNUM), coffread.c
+       (SDB_REG_TO_REGNUM), stabsread.h (STAB_REG_TO_REGNUM),
+       mdebugread.c (ECOFF_REG_TO_REGNUM): Delete macro.
+
+       * config/mips/tm-mips.h (ECOFF_REG_TO_REGNUM, STAB_REG_TO_REGNUM):
+       Delete.  Moved to mips-tdep.c.
+       * mips-tdep.c (mips_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
+       New functions.
+       (mips_gdbarch_init): Add ``mips_ecoff_reg_to_regnum'' and
+       ``mips_stab_reg_to_regnum'' to multi-arch vector.
+
+2000-12-03  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+       * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove elf_flags, cleanup.
+       (gdbarch_tdep): Likewise.
+
+2000-12-03  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+       * m68hc11-tdep.c (SOFT_D1_REGNUM): Soft registers start at 14.
+       (m68hc11_register_names): Add null for register 13.
+
+2000-12-03  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+       * m68hc11-tdep.c (m68hc11_frame_args_address): Fix args address
+       computation.
+       (m68hc11_frame_init_saved_regs): Frame pointer is saved only if
+       the symbol exist.
+       (m68hc11_analyze_instruction): New function.
+       (m6811_prologue, m6812_prologue): New prologue description tables.
+       (m68hc11_guess_from_prologue): Use the above.
+       (m68hc11_gdbarch_init): Setup gdbarch_tdep for the prologue
+       descriptions.
+
+Sun Dec  3 02:28:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * ser-pipe.c (pipe_open): Only use vfork when available.
+       * fork-child.c (fork_inferior): Fix #ifdef HAVE_VFORK test.
+       (clone_and_follow_inferior): Ditto.
+
+       * configure.in (AC_CHECK_FUNCS): Check for vfork.
+       * configure, config.in: Regenerate.
+
+Sun Dec  3 01:54:49 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * ser-unix.c (wait_for): Initialize the FD_SET before every select
+       call.
+       (ser_unix_wait_for): Ditto.
+
+Sun Dec  3 01:01:02 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * Makefile.in (varobj.o): Delete special .c.o rule supressing
+       -Werror flag.
+
+Sun Dec  3 00:29:31 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * m32r-rom.c (m32r_load_section): Update to match
+       bfd_map_over_sections's ``func'' arg.
+
 Thu Nov 30 01:24:37 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * mips-tdep.c (struct upk_mips16): Delete fields ``inst'' and
@@ -140,8 +218,6 @@ Thu Nov 30 13:19:16 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
 Thu Nov 30 01:14:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
-       * Makefile.in (varobj.o): Delete special compile rule
-       suppressing -Werror flag.
        * varobj.c (varobj_create): Initialize ``old_fi''.
        (varobj_update): Initialize ``templist''.
 
This page took 0.023691 seconds and 4 git commands to generate.