asintl.h/bucomm.h/ld.h: Prevent the inclusion of <libintl.h> from the Solaris
[binutils-gdb.git] / gdb / ChangeLog
index bfa38e611caf136672ba5ff1488cbe166f7bba76..d59cd4ee5396806d5f29b780d48047a912a45036 100644 (file)
@@ -1,3 +1,43 @@
+2005-09-29  Andreas Schwab  <schwab@suse.de>
+
+       PR threads/2015
+       * infrun.c (adjust_pc_after_break): Don't use the state from a
+       non-matching thread context.
+
+2005-09-29  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * rs6000-tdep.c (rs6000_frame_cache): Handle misdetected frameless
+       functions.
+
+2005-09-29  Nick Roberts  <nickrob@snap.net.nz>
+
+       * annotate.c (breakpoints_changed, annotate_frames_invalid)
+       (_initialize_annotate): Print breakpoints-invalid and
+       frames-invalid for level 2 annotations only.
+
+2005-09-28  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * infrun.c (init_execution_control_state): Initialize
+       ecs->another_trap.
+
+2005-09-28  Nick Roberts  <nickrob@snap.net.nz>
+
+       * Makefile.in (TAGS): Put DEPFILES back and add as a dependency.
+
+2005-09-26  Nick Roberts  <nickrob@snap.net.nz>
+
+       * Makefile.in (HFILES_NO_SRCDIR): Remove minimon.h, symfile-mem.h.
+       (ALLDEPFILES) Correct typo amdfbsd-nat.c -> amd64fbsd-nat.c.
+       Remove irix4-nat.c, m3-nat.c, mipsm3-nat.c, ns32k-tdep.c
+       symm-tdep.c and symm-nat.c.
+       (TAGFILES_NO_SRCDIR): Add CONFIG_SRCS.
+       (DEPFILES): Remove CONFIG_OBS and include it explicitly where
+       needed.
+
+2005-09-26  Jan Beulich  <jbeulich@novell.com>
+
+       * MAINTAINERS (Write After Approval): Add myself.
+
 2005-09-26  Jan Beulich  <jbeulich@novell.com>
 
        * amd64-tdep.h (AMD64_FCTRL_REGNUM, AMD64_FSTAT_REGNUM,
@@ -18,8 +58,6 @@
        (arm_return_value): New function.
        (arm_gdbarch_init): Default for VFP float model for EABI binaries.
        Use set_gdbarch_return_value instead of obsolete functions.
-       * testsuite/long_long.exp: Exclude eabi targets from arm FPA float
-       format test.
 
 2005-09-21  Mark Kettenis  <kettenis@gnu.org>