Support for stepping through longjmp in DJGPP programs:
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 51c77275fdfcfeeb7c039c26704dcc9b3c901ed0..0c59dbe3468e42c5ce8c866277821bd373923adf 100644 (file)
@@ -1,5 +1,81 @@
+2001-07-29  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       Support for stepping through longjmp in DJGPP programs:
+
+       * config/i386/tm-go32.h (JB_ELEMENT_SIZE, JB_PC): New macros.
+       (GET_LONGJMP_TARGET): Define to call get_longjmp_target.
+       (get_longjmp_target): Add prototype.
+
+2001-07-28  Andrew Cagney  <ac131313@redhat.com>
+
+       Fix some PID/TPID fallout for HP/UX.
+       From 2001-07-22 Rodney Brown <rbrown64@csc.com.au>:
+       * infttrace.c (ptrace_wait): Match external declaration,
+       and match target_post_wait declaration.
+
+2001-07-28  Andrew Cagney  <ac131313@redhat.com>
+
+       * MAINTAINERS: Add Orjan Friberg as cris target maintainer.
+       (cris): Set --enable-gdb-build-warnings flag to -w.
+
+2001-07-28  Andrew Cagney  <ac131313@redhat.com>
+
+       From 2001-07-23 Andreas Schwab <schwab@suse.de>:
+       * config/m68k/tm-m68k.h (TARGET_LONG_DOUBLE_FORMAT): Define.
+       (TARGET_LONG_DOUBLE_BIT): Define.
+       (REGISTER_VIRTUAL_SIZE): Return 12 for floating point registers.
+       (MAX_REGISTER_VIRTUAL_SIZE): Increase to 12.
+       (REGISTER_VIRTUAL_TYPE): Return builtin_type_long_double for
+       floating point registers.
+       (REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL)
+       (REGISTER_CONVERT_TO_RAW): Remove.
+       * config/m68k/xm-linux.h (HOST_LONG_DOUBLE_FORMAT): Define.
+
+2001-07-26  Andrew Cagney  <ac131313@redhat.com>
+
+       * thread.c, breakpoint.c: Include "gdb.h".
+       * Makefile.in (gdb_h): Define.
+       (HFILES_NO_SRCDIR): Add gdb.h.
+       (mi-cmd-break.o, mi-main.o, thread.o)
+       (breakpoint.o): Add dependency on $(gdb_h).
+
+       * defs.h (enum gdb_rc, gdb_breakpoint_query)
+       (gdb_breakpoint, gdb_thread_select)
+       (gdb_list_thread_ids): Move declaration from here ...
+       * gdb.h: To here.  New file.
+
+2001-07-28  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+       * Makefile.in (SUBDIR_TUI_OBS): Add tui-out.o, tui-hooks.o.
+       (SUBDIR_TUI_SRCS): Add tui-out.c tui-hooks.c
+       (SFILES): Likewise.
+       (tui-out.o): Define dependencies.
+       (tui-hooks.o): Likewise.
+
+2001-07-28  Andrew Cagney  <ac131313@redhat.com>
+
+       * MAINTAINERS: Update e-mail address of active @cygnus.com
+       maintainers to @redhat.com.
+
+2001-07-28  Andrew Cagney  <ac131313@redhat.com>
+
+       * README (Known bugs): Delete section.
+       (Kernel debugging): Delete section.
+       (Languages other than C): Delete section.
+       (Host/target specific installation notes) New section.
+
 2001-07-28  Mark Kettenis  <kettenis@gnu.org>
 
+       * config/i386/tm-i386.h (STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
+       DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): New defines.
+       (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): New
+       prototypes.
+       * config/i386/tm-fbsd.h, config/i386/tm-i386gnu.h,
+       config/i386/tm-linux.h (STAB_REG_TO_REGNUM): Redefine to call
+       i386_dwarf_reg_to_regnum.
+       * i386-tdep.c (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum):
+       New functions.
+
        * i386-tdep.c: Include "gdb_assert.h"
        (i386_register_convert_to_virtual): Fix such that it can handle
        conversion to any floating-point type.  Assert that we are dealing
This page took 0.024423 seconds and 4 git commands to generate.