* stabsread.c (reg_value_complaint): The maximum register number
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 0331294a9ade0082fd9e9105e3f265ef1abbf8c1..caee6958ecfb6fd8c2f4d9f65fdee50f940e6eb2 100644 (file)
@@ -1,3 +1,96 @@
+2004-03-02  Jim Blandy  <jimb@redhat.com>
+
+       * stabsread.c (reg_value_complaint): The maximum register number
+       is one less than the number of registers.
+
+2004-03-02  Andrew Cagney  <cagney@redhat.com>
+
+       * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
+       I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM.  Remove
+       trailing comma and redundant assignment of I386_ST0_REGNUM.
+       * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
+       32-bit segment registers.
+
+2004-03-01  Andrew Cagney  <cagney@redhat.com>
+
+       * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
+       use frame_relative_level and get_next_frame.
+
+2004-02-29  Andrew Cagney  <cagney@redhat.com>
+
+       * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
+       (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
+       * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
+       Delete macro.
+
+2004-02-29  Daniel Jacobowitz  <drow@mvista.com>
+
+       * inflow.c (terminal_inferior): Don't give up the terminal if we
+       previously couldn't get the inferior's terminal state.
+
+2004-02-29  Daniel Jacobowitz  <drow@mvista.com>
+
+       * regcache.c (read_pc_pid): Restore inferior_ptid after reading
+       PC_REGNUM.
+
+2004-02-28  Andrew Cagney  <cagney@redhat.com>
+
+       * NEWS: Refer to GDB 6.1.
+       * README: Refer to GDB 6.1.
+       * PROBLEMS: Refer to GDB 6.1.
+
+2004-02-28  Daniel Jacobowitz  <drow@mvista.com>
+
+       * thread-db.c (disable_thread_signals): Remove unused function.
+
+2004-02-28  Mark Kettenis  <kettenis@gnu.org>
+
+       * amd64-nat.c: Include "gdb_string.h".
+       (amd64_collect_native_gregset): Zero-extend the 32-bit
+       general-purpose registers and %eip.
+
+       * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
+       * amd64-tdep.c (amd64_collect_fxsave): New function.
+       (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
+
+       * i387-tdep.h: Update copyright year.
+       (i387_collect_fxsave): New prototype.
+       * i387-tdep.c: Update copyright year.
+       (i387_collect_fxsave): New function containing most of the code
+       from i387_fill_fxsave.
+       (i387_fill_fxsave): Call i387_collect_fxsave.
+
+2004-02-28  Andrew Cagney  <cagney@redhat.com>
+
+        * amd64-linux-nat.c (ps_get_thread_area): When architecture is
+       i386 use PTRACE_GET_THREAD_AREA.  Suggested by Roland McGrath.
+
+2004-02-28  Mark Kettenis  <kettenis@gnu.org>
+
+       * amd64-tdep.c (amd64_frame_cache): Fix comment.
+
+2004-02-28  Andrew Cagney  <cagney@redhat.com>
+
+       * utils.c: Use "", instead of <>, to include readline.
+       tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
+       * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
+       * source.c, solib.c, exec.c, event-top.c: Ditto.
+       * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
+       * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
+       * Makefile.in: Update all dependencies.
+       (readline_tilde_h, readline_history_h): Define.
+       (readline_headers): Delete.
+
+2004-02-28  Mark Kettenis  <kettenis@gnu.org>
+
+       * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
+       "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
+       "config/i386/tm-lx64.h".
+
+       * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
+       "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c".  Remove
+       rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
+
 2004-02-28  Andrew Cagney  <cagney@redhat.com>
 
        * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
This page took 0.027638 seconds and 4 git commands to generate.