* pa64solib.c: s/boolean/int/. Fixes a build failure on hppa64-hpux.
[binutils-gdb.git] / gdb / ChangeLog
index e23b20eb3c9936a01d1fbfd2a728be749219e0aa..6ce60aa7f69ede42d0f8e7765caf7aff46b1141a 100644 (file)
@@ -1,3 +1,38 @@
+2002-12-04  J. Brobecker  <brobecker@gnat.com>
+
+       * pa64solib.c: s/boolean/int/. Fixes a build failure on hppa64-hpux.
+
+2002-12-04  J. Brobecker  <brobecker@gnat.com>
+
+       * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Renamed from IN_SIGTRAMP,
+       which is an obsolete macro name.
+
+2002-12-04  Daniel Jacobowitz  <drow@mvista.com>
+
+       * doublest.c (convert_floatformat_to_doublest): Cast exp_bias to int.
+       * config/alpha/alpha-linux.mh (MH_CFLAGS): Add -mieee.
+
+2002-12-03  H.J. Lu  (hjl@gnu.org)
+
+       * breakpoint.c (create_thread_event_breakpoint): Use xasprintf.
+       (create_breakpoints): Make sure the addr_string field is not
+       NULL.
+
+2002-12-03  Andrew Cagney  <ac131313@redhat.com>
+
+       * sparc-nat.c (fetch_inferior_registers)
+       (store_inferior_registers): Add comment on problem of LWP vs
+       threads.
+       
+       From 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
+       * lin-lwp.c (lin_lwp_fetch_registers): Remove.
+       (lin_lwp_store_registers): Remove.
+       (init_lin_lwp_ops): Use fetch_inferior_registers
+       and store_inferior_registers directly.
+       * sparc-nat.c (fetch_inferior_registers): Honor LWP ID.
+       (store_inferior_registers): Likewise.
+       Fix PR gdb/725.
+
 2002-12-03  Andrew Cagney  <ac131313@redhat.com>
 
        * frame.h (get_frame_id): Convert to a function.