* osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index ea0a8d855c29a4122cad5cf70521a24145d4377c..e191274f34cf55db7a816bc57072d1300812abb0 100644 (file)
@@ -1,3 +1,108 @@
+2002-09-11  J. Brobecker  <brobecker@gnat.com>
+
+       * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
+
+2002-09-11  J. Brobecker  <brobecker@gnat.com>
+
+       * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
+       Interix.
+
+2002-06-05  Paul N. Hilfinger  <hilfingr@otisco.mckusick.com>
+
+       * procfs.c (do_detach): Clear current signal, not just fault.
+       Corrects problem with breakpoint trap signal leaking to detached
+       process on Tru64.
+
+2002-09-10  Michael Snyder  <msnyder@redhat.com>
+
+       * buildsym.c (finish_block): Protect against null pointer.
+
+2002-09-10  Andrew Cagney  <cagney@redhat.com>
+
+       * infcmd.c (default_print_registers_info): Send all output to
+       ``file'' instead of ``gdb_stdout''.
+
+2002-09-10  Michael Snyder  <msnyder@redhat.com>
+
+       * mips-tdep.c (mips_extract_struct_value_address): Make val a
+       LONGEST, and use signed register read (addresses are sign-
+       extended for mips).
+
+2002-09-10  Stephane Carrez  <stcarrez@nerim.fr>
+
+       * event-loop.c (gdb_do_one_event): Make public.
+       * event-loop.h (gdb_do_one_event): Declare.
+
+2002-09-10  Jeff Law  <law@redhat.com>
+
+       * infttrace.c (child_resume): Simplify and rework to avoid
+       TT_PROC_CONTINUE.
+
+2002-09-09  Fred Fish  <fnf@intrinsity.com>
+
+       * printcmd.c (print_scalar_formatted): "len" is the number of
+       target bytes, NOT the number of target bits.
+
+2002-09-09  Elena Zannoni  <ezannoni@redhat.com>
+
+       From: Emmanuel Thome'  <thome@lix.polytechnique.fr>
+       * top.c (init_main): Set rl_terminal_name.
+
+2002-09-08  Aidan Skinner <aidan@velvet.net>
+
+       * ada-lang.c (ada_array_bound, ada_type_match,
+       _initialize_ada_language): Fix K&R definitions.
+       * ada-tasks.c (get_current_task): Fix K&R definitions.
+       * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
+                       
+2002-09-07  Christopher Faylor  <cgf@redhat.com>
+
+       * MAINTAINERS: Remove CE from list of maintainership responsibilities.
+       Add XP.
+
+2002-09-06  Mark Kettenis  <kettenis@gnu.org>
+
+       * i386-tdep.c (i386_register_virtual_type,
+       i386_register_convertible, i386_register_convert_to_virtual,
+       i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
+       instead of IS_FP_REGNUM and IS_SSE_REGNUM.
+       (i386_gdbarch_init): Fix comment.  Add comments on calls that set
+       sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
+       Don't set push_arguments twice.
+
+       * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
+       sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
+       * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
+       sigtramp_end to NULL.
+       * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
+       defines.
+       (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
+
+       * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
+       whitespace.
+
+       * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
+       * gdbarch.h, gdbarch.c: Re-generate.
+       * blockframe.c (find_pc_sect_partial_function): Convert to use
+       SIGTRAMP_START_P predicate.
+
+2002-09-05  Michael Snyder  <msnyder@redhat.com>
+
+       * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
+       generic_dummy_frame method and old method.  Also distinguish
+       between ARM_FP_REGNUM and THUMB_FP_REGNUM.
+       (arm_extract_return_value): Use new regcache method.
+
+       * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
+       adjustment that doesn't conform to the ABI.
+       (mips_extract_struct_value_address): Retrieve V0_REGNUM from
+       saved regcache, not from current regcache.
+
+2002-09-05  Andrew Cagney  <ac131313@redhat.com>
+
+       * NEWS: Update for 5.3.  Add new section ``Changes since 5.3''.
+       * README: Update.
+
 2002-09-04  Jason Thorpe  <thorpej@wasabisystems.com>
 
        * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
This page took 0.02613 seconds and 4 git commands to generate.