* pa64solib.c: s/boolean/int/. Fixes a build failure on hppa64-hpux.
[binutils-gdb.git] / gdb / ChangeLog
index 6e5c8e0549cece22455dc9620afdac7d2c147b29..6ce60aa7f69ede42d0f8e7765caf7aff46b1141a 100644 (file)
@@ -1,3 +1,161 @@
+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.
+       (null_frame_id, frame_id_p): Declare.
+       (frame_id_eq, frame_id_inner): Declare.
+       (frame_id_build): New function.
+       * frame.c (get_frame_id): Update.  Use null_frame_id.
+       (frame_find_by_id): Rewrite using frame_id_p, frame_id_eq and
+       frame_id_inner.
+       (null_frame_id, frame_id_p): Define.
+       (frame_id_eq, frame_id_inner): Define.
+       (frame_id_build): New function.
+       * varobj.c (varobj_create): Update.
+       (varobj_update): Update.
+       * valops.c (value_assign): Update.
+       (new_root_variable): Update.
+       * infrun.c (save_inferior_status): Update.
+       * breakpoint.c (watch_command_1): Update.
+
+2002-12-03  J. Brobecker  <brobecker@gnat.com>
+
+       * config/pa/tm-hppah.h (SNAP1): Remove unused macro.
+       (SNAP2): Likewise.
+
+2002-12-03  Andrew Cagney  <cagney@redhat.com>
+
+       * NEWS: Mention Daniel Jacobowitz's multi-threaded shared library
+       patch.
+
+       * PROBLEMS: Mention PR gdb/725.
+
+2002-12-03  Andreas Schwab  <schwab@suse.de>
+
+       * infcmd.c (construct_inferior_arguments): Handle empty arguments.
+
+2002-12-02  Adam Fedor  <fedor@gnu.org>
+           Klee Dienes  <kdienes@apple.com>
+
+       * objc-lang.c (objc_printstr): Add width arg to match
+       printstr prototype.
+       (compare_selectors): Add 'const' to arg types.
+       (compare_classes): Likewise.
+       (find_imps): Cast msym pointer to avoid compiler warning.
+       (print_object_command): Validate the address before
+       passing it to the print routine.
+       (find_objc_msgcall_submethod): Change function argument to
+       return an int.
+       * objc-lang.h: Add 'extern' to all function declarations.
+       (value_nsstring): Add declaration.
+
+2002-12-02  J. Brobecker  <brobecker@gnat.com>
+
+       * somsolib.c (dld_cache): Replace boolean by int for field is_valid.
+       Fixes a build failure on HP/UX.
+
+       * hpread.c (told_objfile): Replace boolean type by int. Fixes a build
+       failure on HP/UX. 
+       (hpread_has_name): Advance declaration to avoid a compilation warning.
+       (pst_syms_count): Add missing variable type. By change, the compiler
+       was defaulting to int, which seems a good choice. Fixes a compilation
+       warning.
+       (pst_syms_size): Likewise.
+2002-12-02  J. Brobecker  <brobecker@gnat.com>
+
+       * hppa-tdep.c: Add #include "osabi.h" (for hppa_gdbarch_init).
+       (hppa_gdbarch_init): Detect osabi from objfile. Will be needed
+       later to set the proper gdbarch methods depending on the osabi.
+       * Makefile.in (hppa-tdep.o): Add dependency on osabi.h.
+
+2002-12-02  J. Brobecker  <brobecker@gnat.com>
+
+       * osabi.h (gdb_osabi): Add two new enum values for HPUX ELF and SOM.
+       * osabi.c (gdb_osabi_name): Add strings images for the two new
+       enum values.
+       (generic_elf_osabi_sniffer): Handle HPUX objfiles.
+
+2002-12-02  Andrew Cagney  <ac131313@redhat.com>
+
+       * MAINTAINERS (Java): Global maintainers are responible for Java.
+       (Past Maintainers): Mention both Anthony Green and Per Bothner as
+       part Java maintainers.
+
+2002-12-02  J. Brobecker  <brobecker@gnat.com>
+
+       * xcoffread.c (read_symbol_lineno): Replace boolean by int.
+       Fixes a compilation failure on AiX.
+
+2002-12-02  J. Brobecker  <brobecker@gnat.com>
+
+       * config/powerpc/aix432.mh (NATDEPFILES): Add a comment explaining
+       why aix-thread.o is not listed.
+
+2002-12-01  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Rename
+       PC_IN_CALL_DUMMY.  Change to predicate.  Always allow call.
+       * gdbarch.h, gdbarch.c: Re-generate.
+       * config/sparc/tm-sparc.h, config/sparc/tm-sp64.h: Update.
+       * config/mn10200/tm-mn10200.h, config/h8500/tm-h8500.h: Update.
+       * config/pa/tm-hppa.h, frame.h: Update.
+       * x86-64-tdep.c, vax-tdep.c, sparc-tdep.c: Update.
+       * s390-tdep.c, ns32k-tdep.c, mn10300-tdep.c: Update.
+       * m68k-tdep.c, i386-tdep.c, frv-tdep.c: Update.
+       * cris-tdep.c, alpha-tdep.c: Update.
+       * frame.c (set_unwind_by_pc, create_new_frame): Use either
+       DEPRECATED_PC_IN_CALL_DUMMY or pc_in_dummy_frame.
+       (get_prev_frame): Ditto.
+
+2002-11-30  Andrew Cagney  <cagney@redhat.com>
+
+       * exec.c (xfer_memory): Replace boolean with int.
+       * p-exp.y: Use 0 instead of false.
+       * corelow.c (gdb_check_format): Change return type to int from
+       boolean.
+       * utils.c: Don't include <curses.h> or <term.h> first.
+
+2002-11-29  Stephane Carrez  <stcarrez@nerim.fr>
+
+       * m68hc11-tdep.c (m68hc11_register_raw_size): Remove.
+       (m68hc11_register_byte): Remove.
+       (m68hc11_gdbarch_init): Don't set the above.
+
 2002-11-29  Andrew Cagney  <cagney@redhat.com>
 
        * remote-mips.c (mips_initialize): Force a selected frame rebuild