* i386-tdep.c (i386_register_convert_to_virtual): Replace
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 57ad4912b55061fe8299245c970a98e9e6c29ceb..8f8ee3b2b54dd9c583d3a033a045d037851c5815 100644 (file)
@@ -1,3 +1,112 @@
+2001-07-30  Mark Kettenis  <kettenis@gnu.org>
+
+       * i386-tdep.c (i386_register_convert_to_virtual): Replace
+       assertion with a warning if we're asked to convert towards a
+       non-floating-point type.  Zero out the the buffer where the data
+       is supposed to be stored in that case.
+
+2001-07-29  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * config/djgpp/djconfig.sh: Unset CDPATH.
+
+       * go32-nat.c (get_cr3): Temporary disable support for page tables
+       in UMBs, as it is incomplete.
+
+       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
+       with a floating-point first.
+       (i386_register_convert_to_raw): Assert that TYPE is a
+       floating-point type with length 12.
+
+2001-07-27  John R. Moore  <jmoore@redhat.com>
+
+       * configure.in: Added dependency of gdb on tcl/tk libraries.
+       * Makefile.in: Likewise.
+       * configure: Regenerated with the above using autoconf.
+
+2001-07-26  Elena Zannoni  <ezannoni@redhat.com>
+
+       * sh-tdep.c (sh_gdbarch_init): Use SH_DEFAULT_NUM_REGS instead of
+       NUM_REGS.
+       (SH_DEFAULT_NUM_REGS): Define.
+
 2001-07-26  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * go32-nat.c (read_memory_region): Make sure the segment limit was
This page took 0.025152 seconds and 4 git commands to generate.