Import of readline 4.3.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 92340b29ffebade04ec1c9e9085809f1e066e8bf..d9ea83942ec17c0f5d3478ddcf41fc3046702f27 100644 (file)
@@ -1,3 +1,123 @@
+2002-12-08  Elena Zannoni  <ezannoni@redhat.com>
+
+        Import of readline 4.3:
+        * cli/cli-cmds.c: Include readline/tilde.h.
+        * cli/cli-setshow.c: Ditto.
+        * defs.h: Don't declare tilde_expand anymore, since readline
+        exports it.
+
+2002-12-08  Elena Zannoni  <ezannoni@redhat.com>
+
+       * Makefile.in (thread-db.o): Add explicit rule to ignore the use of
+       -Werror on this file.
+
+2002-12-07  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdbarch.sh (TARGET_FLOAT_FORMAT): Use the macro when printing
+       the format name.
+       (TARGET_DOUBLE_FORMAT, TARGET_LONG_DOUBLE_FORMAT): Ditto.
+       * gdbarch.c: Regenerate.
+       
+2002-12-06  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Rename
+       INIT_FRAME_PC_FIRST.  Change to a function with predicate.  Do not
+       provide a default value.
+       * gdbarch.h, gdbarch.c: Regenerate.
+       * frame.c (get_prev_frame): Update.  Check
+       DEPRECATED_INIT_FRAME_PC_FIRST_P.
+       * s390-tdep.c (s390_gdbarch_init): Update.
+       * mips-tdep.c (mips_gdbarch_init): Update.
+       * config/sparc/tm-sparc.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
+       * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
+       * alpha-tdep.c (alpha_gdbarch_init): Update.
+       
+2002-12-06  Elena Zannoni  <ezannoni@redhat.com>
+
+       * ia64-linux-nat.c: Include gdb_string.h.
+       * alpha-nat.c: Ditto.
+       * ppc-linux-nat.c: Ditto.
+       * Makefile.in (ia64-linux-nat.o, alpha-nat.o, ppc-linux-nat.o):
+       Update dependencies.
+
+2002-12-05  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdbthread.h: Include "frame.h".
+       (struct thread_info): Replace step_frame_address with
+       step_frame_id.
+       * inferior.h: Include "frame.h".
+       (step_frame_id): Replace external variable step_frame_address.
+       * gdbthread.h (save_infrun_state): Replace step_frame_address
+       parameter with step_frame_id parameter.
+       (load_infrun_state): Ditto.
+       * Makefile.in (gdbthread_h, inferior_h): Add $(frame_h).
+       * infcmd.c (step_frame_id, step_1, step_once): Update.
+       * thread.c (load_infrun_state, save_infrun_state): Update.
+       * infrun.c (clear_proceed_status, save_inferior_status): Update.
+       (handle_inferior_event, step_over_function): Update.
+       (normal_stop, context_switch, restore_inferior_status): Update.
+       (struct inferior_status): Replace step_frame_address with
+       step_frame_id.
+
+2002-12-05  David Carlton  <carlton@math.stanford.edu>
+
+       * dwarf2read.c (dwarf2_add_field): Treat a field that is a
+       DW_TAG_member as well as a declaration as being a C++ static data
+       member.
+       (read_structure_scope): Combine tests for DW_TAG_member and
+       DW_TAG_variable.
+
+2002-12-05  David Carlton  <carlton@math.stanford.edu>
+
+       * linespec.c (decode_compound): New function.
+       (decode_line_1): Move code into decode_compound.
+
+2002-12-05  David Carlton  <carlton@math.stanford.edu>
+
+       * symtab.c (lookup_symbol_aux_local): Add 'static_block'
+       argument.
+       (lookup_symbol_aux): Do the 'field_of_this' check before checking
+       the static block.  See PR gdb/804.
+
+2002-12-05  David Carlton  <carlton@math.stanford.edu>
+
+       * symtab.c (lookup_symbol_aux_block): New function.
+       (lookup_symbol_aux_local): Move code into lookup_symbol_aux_block.
+
+2002-12-05  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdbarch.sh: Dump the predicate function and macro values.
+       (read): Print error on standard error.
+       * gdbarch.c: Regenerate.
+       
+2002-12-04  Kevin Buettner  <kevinb@redhat.com>
+
+       * Makefile.in (mips_tdep_h): Define.
+       (mips-tdep.o): Add mips_tdep_h to dependency list.
+       * mips-tdep.h: New file.
+       * mips-tdep.c (mips-tdep.h): Include.
+       (enum mips_abi): Move to mips-tdep.h.
+       (mips_abi): New function.
+
+2002-12-04  David Carlton  <carlton@math.stanford.edu>
+
+       * Makefile.in (f-exp.tab.c): Don't depend on c-exp.tab.c.
+
+2002-12-04  David Carlton  <carlton@math.stanford.edu>
+
+       * symtab.c (lookup_symbol_aux): Move minsym code into a separate
+       function.
+       (lookup_symbol_aux_minsyms): New function.
+
+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.
This page took 0.026807 seconds and 4 git commands to generate.