]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/ChangeLog
2003-02-01 Andrew Cagney <ac131313@redhat.com>
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
index 1279eb49c4eddfdf22b9a185e09631eadb4eb3fc..9388cf23722f3952a9146a3afea0590714a28e21 100644 (file)
@@ -1,3 +1,583 @@
+2003-02-01  Andrew Cagney  <ac131313@redhat.com>
+
+       From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
+        * stack.c (print_frame_info_base): Output complete FRAME tuple
+        for synthesized frames.
+
+2003-02-02  Andrew Cagney  <ac131313@redhat.com>
+
+       * mips-nat.c (zerobuf): Delete.
+       (fetch_inferior_registers): Alloc local zerobuf.
+       (fetch_core_registers): Alloc local zerobuf.
+       * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
+       MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
+       * thread-db.c (thread_db_store_registers): Ditto.
+       * sh-tdep.c (sh_do_register): Ditto.
+       * rom68k-rom.c (rom68k_supply_one_register): Ditto.
+       * remote-sim.c (gdbsim_store_register): Ditto.
+       * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
+       * remote-e7000.c (fetch_regs_from_dump): Ditto.
+       * monitor.c (monitor_supply_register): Ditto.
+       * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
+       * mips-nat.c (fetch_inferior_registers): Ditto.
+       * m68klinux-nat.c (fetch_register): Ditto.
+       * lynx-nat.c (fetch_inferior_registers): Ditto.
+       (fetch_inferior_registers): Ditto.
+       * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
+       * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
+       (hpux_thread_store_registers): Ditto.
+       * hppah-nat.c (fetch_register): Ditto.
+       * hppab-nat.c (fetch_register): Ditto.
+       * hppa-tdep.c (pa_register_look_aside): Ditto.
+       (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
+       * dve3900-rom.c (fetch_bitmapped_register): Ditto.
+
+2003-02-01  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdbarch.sh: Explictly specify all method levels.  When a
+       variable with an empty level, provide a non-multi-arch default.
+       (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
+       * gdbarch.h: Re-generate.
+       * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete.  Always defined.
+       * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
+
+2003-02-01  Andrew Cagney  <ac131313@redhat.com>
+
+       * defs.h (host_pointer_to_address): Delete declaration.
+       (address_to_host_pointer): Delete declaration.
+       * utils.c (host_pointer_to_address): Delete function.
+       (address_to_host_pointer): Delete function.
+       * procfs.c (procfs_address_to_host_pointer): New function.
+       * procfs.c (proc_set_watchpoint): Use.
+       (procfs_can_use_hw_breakpoint): Update comments.
+       * somsolib.c (hpux_address_to_host_pointer_hack): New function.
+       (som_solib_add): Use.
+       * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
+       * hppa-tdep.c (unwind_command): Use.
+       
+2003-02-01  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
+       strlen d_name.
+
+       * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
+       ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
+       (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
+       * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
+       (define_symbol): Update.
+       * symfile.c (generic_load): Remove references to nindy.
+       * symtab.c: Remove references to nindy.
+
+2003-02-01  Andrew Cagney  <ac131313@redhat.com>
+
+       * infcmd.c (print_float_info): Delete code conditional on
+       FLOAT_INFO.
+       * config/nm-lynx.h: Delete #undef FLOAT_INFO.  Update copyright.
+       * config/m68k/nm-apollo68b.h: Ditto.
+       * config/i386/tm-ptx.h (FLOAT_INFO): Delete.  Update copyright.
+       * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
+       * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
+
+2003-02-01  Mark Kettenis  <kettenis@gnu.org>
+
+       * config/i386/tm-i386os9k.h: Removed.
+
+       * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
+       Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
+       they're identical to i[3456]86-*-sysv* now.
+       * config/i386/i386v32.mh: Removed.
+       * config/i386/xm-i386v32.h: Removed.
+       * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
+
+       * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
+
+       * config/i386/i386dgux.mh: Removed.
+       * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
+
+       * configure.in: Fix typo.
+       * configure: Regenerated.
+
+2003-01-31  David Carlton  <carlton@math.stanford.edu>
+
+       * dwarf2read.c (dwarf2_locate_sections): Set
+       dwarf_ranges_section.
+
+2003-01-31  Andrew Cagney  <ac131313@redhat.com>
+
+       * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
+       * utils.c: Update comments documenting legitimate uses of PTR.
+       
+       * utils.c: Re-indent.
+
+       * config/djgpp/fnchange.lst: Delete nindy files.
+       * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
+       * nindy-share/nindy.c, nindy-share/env.h: Delete files.
+       * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
+       * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
+       * nindy-share/README, nindy-share/Onindy.c: Delete files.
+       * nindy-tdep.c, nindy-share/Makefile: Delete files.
+       * Makefile.in (init.c): Remove nindy references.
+       (saber_gdb): Delete rule.
+       (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
+       nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
+       and a68v-nat.c.
+       (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
+       (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
+       (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
+       nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
+       nindy-share/stop.h.
+       * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
+       * saber.suppress: Delete file.
+
+2003-01-31  Daniel Jacobowitz  <drow@mvista.com>
+
+       * dbxread.c (stabs_data): New static variable.
+       (fill_symbuf): Support an in-memory buffer for stabs data.
+       (stabs_seek): New function.
+       (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
+       (read_ofile_symtab): Use stabs_seek.
+       (elfstab_build_psymtabs): Take an asection* instead of
+       an offset and size.  Relocate the stabs data if necessary.
+       Save the section* for dbx_psymtab_to_symtab.
+       * dwarf2read.c: Add section variables for each debug section.
+       (dwarf2_locate_sections): Fill them in.
+       (dwarf2_read_section): Take an asection* argument.
+       Relocate the section contents if necessary.
+       (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
+       * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
+       it to dwarf2_read_section.
+       (dwarf2_build_frame_info): Update callers.
+       * elfread.c (elf_symfile_read): Update call to
+       elfstab_build_psymtabs.
+       * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
+       (DBX_STAB_SECTION): New macro.
+       * stabsread.h (elfstab_build_psymtabs): Update prototype. 
+       * symfile.c (symfile_dummy_outputs): New function.
+       (symfile_relocate_debug_section): New function.
+       * symfile.h (symfile_relocate_debug_section): Add prototype.
+
+2003-01-31  Richard Henderson  <rth@redhat.com>
+
+       * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
+       (register_addr): ... here.  Support ALPHA_UNIQUE_REGNUM.
+       (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
+       * alpha-tdep.c (alpha_register_name): Add "unique".
+       * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
+       (ALPHA_UNIQUE_REGNUM): New.
+       * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
+
+2003-01-31  Andrew Cagney  <ac131313@redhat.com>
+
+       * README: Remove reference to Ericsson 1800 monitor.
+       * Makefile.in (remote-es.o): Delete rule.
+       (ALLDEPFILES): Delete remote-es.c.
+       * remote-es.c: Delete file.
+       * config/m68k/es1800.mt: Delete file.
+       * config/djgpp/fnchange.lst: Update.
+       * configure.tgt: Delete m68*-ericsson-* target.
+
+2003-01-31  Adam Fedor  <fedor@gnu.org>
+
+       * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
+       Remove duplicate/shadowing variable of same name.
+
+2003-01-30  Jim Blandy  <jimb@redhat.com>
+
+       * symfile.c (find_separate_debug_file): Assert that the objfile's
+       directory name we compute ends with a slash, and then assume that
+       that's so everywhere we use it.
+
+2003-01-30  Daniel Jacobowitz  <drow@mvista.com>
+
+       * valops.c (value_assign): Flush frame cache after stores to memory
+       also.
+
+2003-01-30  Andrew Cagney  <ac131313@redhat.com>
+
+       * Makefile.in (mon960-rom.o): Delete rule.
+       * mon960-rom.c: Delete file.
+
+2003-01-30  Andrew Cagney  <ac131313@redhat.com>
+
+       * d10v-tdep.c: Include "frame-unwind.h".
+       (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
+       list.
+       (next_addr, uses_frame): Delete.
+       (struct d10v_unwind_cache): Define.
+       (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
+       Use info instead of next_addr and uses_frame globals.
+       (d10v_frame_init_saved_regs): Delete function.
+       (d10v_init_extra_frame_info): Delete function.
+       (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
+       frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
+       init_frame_pc or frame_saved_pc.
+       (d10v_pop_frame): Delete function.
+       (do_d10v_pop_frame): Delete function.
+       (d10v_frame_chain): Delete function.
+       (d10v_frame_chain_valid): Delete function.
+       (d10v_frame_pc_unwind): New function.
+       (d10v_frame_id_unwind): New function.
+       (saved_regs_unwinder): New function.
+       (d10v_frame_register_unwind): New function.
+       (d10v_frame_pop): New function.
+       (d10v_frame_unwind): New variable.
+       (d10v_frame_p): New function.
+       (d10v_frame_saved_pc): Delete function.
+       * Makefile.in (d10v-tdep.o): Update dependencies.
+
+2003-01-30  J. Brobecker  <brobecker@gnat.com>
+
+       * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
+       causing some regressions due to a change in the default value
+       for this macro.
+
+2003-01-29  Richard Henderson  <rth@redhat.com>
+           Elena Zannoni  <ezannoni@redhat.com>
+           Daniel Jacobowitz  <drow@mvista.com>
+
+       Fix PR gdb/961.
+       * dwarf2read.c  (dwarf_ranges_offset, dwarf_ranges_size): New
+       variables.
+       (RANGES_SECTION): New.
+       (dwarf_ranges_buffer): New variable.
+       (struct comp_unit_head): Add member "die".
+       (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
+       (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
+       (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
+       (dwarf2_locate_sections): Likewise.
+       (dwarf2_build_psymtabs): Read .debug_ranges.
+       (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
+       (psymtab_to_symtab_1): Swap dwarf_ranges in.  Set cu_header.die.
+       (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
+       Look for DW_AT_ranges and return the bounding box.
+
+2003-01-29  Brian Ford <ford@vss.fsi.com>
+
+       * win32-nat.c (cygwin_pid): Removed as unused.
+       (child_attach): Try fall back to Cygwin pid.
+
+2003-01-29  Jim Blandy  <jimb@redhat.com>
+
+       * objfiles.h (struct objfile): Doc fix.
+
+2003-01-29  Andrew Cagney  <ac131313@redhat.com>
+
+       * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
+       (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
+       (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
+       (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
+       * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
+       (FRAME_SAVED_PC): Change to a function with predicate.
+       * gdbarch.h, gdbarch.c: Re-generate.
+
+2003-01-28  Andrew Cagney  <ac131313@redhat.com>
+
+       * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
+
+       * complaints.c (complain): Delete function.
+       * complaints.h (struct deprecated_complaint): Delete definition.
+       (complain): Delete declaration.
+
+2003-01-28  Kevin Buettner  <kevinb@redhat.com>
+
+       * mips-tdep.c (mips_init_extra_frame_info): Return early for
+       dummy frames.
+
+2003-01-27  Andrew Cagney  <ac131313@redhat.com>
+
+       * sentinel-frame.h, sentinel-frame.c: New files.
+       * Makefile.in (frame.o): Update dependencies.
+       (SFILES): Add sentinel-frame.c.
+       (sentinel_frame_h): Define.
+       (COMMON_OBS): Add sentinel-frame.o.
+       (sentinel-frame.o): Specify dependencies.
+       * frame.c: Include "sentinel-frame.h".
+       (frame_register_unwind): Rewrite assuming that there is always a a
+       ->next frame.
+       (frame_register, generic_unwind_get_saved_register): Ditto.
+       (frame_read_unsigned_register, frame_read_signed_register): Ditto.
+       (create_sentinel_frame, unwind_to_current_frame): New functions.
+       (get_current_frame): Rewrite using create_sentinel_frame and
+       unwind_to_current_frame.  When possible, always create a frame.
+       (create_new_frame): Set next to the sentinel frame.
+       (get_next_frame): Rewrite.  Don't go below the level 0 frame.
+       (deprecated_update_frame_pc_hack): Update the next frame's PC and
+       ID cache when necessary.
+       (frame_saved_regs_id_unwind): Use frame_relative_level.
+       (deprecated_generic_get_saved_register): Use frame_relative_level,
+       get_frame_saved_regs, get_frame_pc, get_frame_base and
+       get_next_frame.
+       (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
+       frame_register.
+
+2003-01-27  Daniel Jacobowitz  <drow@mvista.com>
+
+       * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
+
+2003-01-27  Daniel Jacobowitz  <drow@mvista.com>
+
+       * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
+       (maintenance_set_profile_cmd): Use error () instead of warning ().
+
+2003-01-27  Daniel Jacobowitz  <drow@mvista.com>
+
+       * configure.in: Check that -pg works if using --enable-profiling.
+       Check for monstartup and _mcleanup regardless of --enable-profiling.
+       * maint.c: Check for monstartup and _mcleanup before using them.
+       * config.in: Regenerated.
+       * configure: Regenerated.
+
+2003-01-23  Jim Blandy  <jimb@redhat.com>
+
+       * symfile.c (syms_from_objfile): Don't print the "(no debugging
+       symbols found)" message here; we haven't checked for a separate
+       debug info file yet, so we don't know yet.
+       (symbol_file_add_with_addrs_or_offsets): Print it here, after
+       we've looked everywhere.  Also, there's no need to print a special
+       message when we're loading the separate debug info file: the one
+       symbol_file_add prints is fine.
+
+2003-01-23  Alexander Larsson <alexl@redhat.com>
+           Jim Blandy  <jimb@redhat.com>
+
+       Add support for executables whose debug info has been separated
+       out into a separate file, leaving only a link behind.
+       * objfiles.h (struct objfile): New fields: separate_debug_objfile
+       and separate_debug_objfile_backlink.
+       (put_objfile_before): New declaration.
+       * symfile.c: #include "filenames.h".
+       (symbol_file_add_with_addrs_or_offsets): If this objfile has its
+       debug info in a separate file, read that, too. Save the addrs
+       argument, so we can use it again to read the separated debug info;
+       syms_from_objfile modifies the table we pass it.
+       (reread_symbols): After re-reading an objfile, call
+       reread_separate_symbols to refresh its separate debug info
+       objfile, if it has one.
+       (reread_separate_symbols, find_separate_debug_file,
+       get_debug_link_info, separate_debug_file_exists): New functions.
+       (debug_file_directory): New global var.
+       (_initialize_symfile): Initialize debug_file_directory, and
+       provide the new `set debug-file-directory' command to let the user
+       change it.
+       * objfiles.c (free_objfile): If this objfile has its debug info in
+       a separate objfile, free that one too.  If this is itself a
+       separate debug info objfile, clear our parent's backlink.
+       (put_objfile_before): New function.
+       * utils.c (gnu_debuglink_crc32): New function.
+       * defs.h (gnu_debuglink_crc32): New declaration.
+       * Makefile.in (symfile.o): Note dependency on "filenames.h".
+       * configure.in: Handle --with-separate-debug-dir config option.
+       * acinclude.m4 (AC_DEFINE_DIR): New macro.
+       * acconfig.h (DEBUGDIR): New macro.
+       * configure, aclocal.m4, config.in: Regenerated.
+
+2003-01-22  Jim Blandy  <jimb@redhat.com>
+
+       * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
+       like the old symbol_file_add, but taking new arguments: you can
+       now pass in either a `struct section_addr_info' list to say where
+       each section is loaded, or a `struct section_offsets' table.  Pass
+       these new arguments through to syms_from_objfile as appropriate.
+       (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets, 
+       with the appropriate quiescent values for the new arguments.
+
+       * symfile.c: #include "gdb_assert.h".
+       (syms_from_objfile): Add the ability to pass in a section offset
+       table directly, as an alternative to the section_addr_info table.
+       Document arguments better.
+       (symbol_file_add): Pass extra arguments to syms_from_objfile.
+       * symfile.h (syms_from_objfile): Update declaration.
+       * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
+       syms_from_objfile.
+       * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
+
+2003-01-22  Daniel Jacobowitz  <drow@mvista.com>
+
+       Original patch by Tom Tromey <tromey@cygnus.com> and
+       Jason Molenda <jmolenda@apple.com>.
+       * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
+       (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
+       * NEWS: Mention profiling.
+       * configure.in (--enable-gdbtk): Fix typo.
+       (--enable-profiling): New.  Set PROFILE_CFLAGS.
+       * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
+       Fill in function.
+       (profiling_state): New variable.
+       (mcleanup_wrapper): New function.
+       (_initialize_maint): Remove NOTYET, fix call to
+       add_setshow_boolean_cmd for "maint set profile".
+       * configure: Regenerated.
+
+2003-01-21  Martin M. Hunt  <hunt@redhat.com>
+
+       * Makefile.in (install-gdbtk): Install PNG images too.
+
+2003-01-21  Andrew Cagney  <ac131313@redhat.com>
+
+       * exec.c (text_start): Delete global variable.
+       (exec_file_attach): Make text_start local to the function.
+       * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
+       * valops.c (hand_function_call): Delete code that handles
+       BEFORE_TEXT_END and AFTER_TEXT_END.
+       * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
+       of CALL_DUMMY_LOCATION.
+       * gdbarch.c: Regenerate.
+       * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
+       (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
+       * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
+       (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
+       (text_end): Delete extern declaration.
+
+2003-01-21  Andrew Cagney  <ac131313@redhat.com>
+
+       * frame.h (FRAME_OBSTACK_ZALLOC): Define.
+       * blockframe.c (backtrace_below_main): Move to "frame.c".
+       (frame_chain_valid): Delete check for backtrace_below_main.
+       (_initialize_blockframe): Delete initialization, move ``set
+       backtrace-below-main'' command to "frame.c".
+       (do_flush_frames_sfunc): Delete function.
+       * frame.c: Include "command.h" and "gdbcmd.h".
+       (frame_type_from_pc): New function.
+       (create_new_frame): Use frame_type_from_pc.
+       (legacy_get_prev_frame): New function.
+       (get_prev_frame): Rewrite.  When an old style frame, call
+       legacy_get_prev_frame.  Otherwize, unwind the PC first.
+       (_initialize_frame): Add ``set backtrace-below-main'' command.
+       * Makefile.in (frame.o): Update dependencies.
+
+2003-01-19  Andrew Cagney  <ac131313@redhat.com>
+
+       * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
+       DEPRECATED_REGISTERS_INFO.
+
+2003-01-19  Andrew Cagney  <ac131313@redhat.com>
+
+       * MAINTAINERS: Replace `Blanket Write Privs' with `Global
+       Maintainers'.  Update `Various Maintainers'.
+
+2003-01-19  Andrew Cagney  <ac131313@redhat.com>
+
+       * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
+       * gdbarch.sh (POP_FRAME): Change to function with predicate.
+       Suppress actual parameters when `-'.
+       * gdbarch.h, gdbarch.c: Regenerate.
+
+2003-01-19  Andrew Cagney  <ac131313@redhat.com>
+
+       * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
+       code handling dummy frames.
+
+2003-01-19  Andrew Cagney  <ac131313@redhat.com>
+
+       * frame-unwind.h (frame_unwind_pop_ftype): Declare.
+       (struct frame_unwind): Add field pop.
+       * frame.h (frame_pop): Declare.
+       * frame.c (frame_saved_regs_pop): New function.
+       (trad_frame_unwinder): Add frame_saved_regs_pop.
+       (frame_pop): New function.
+       * dummy-frame.c (dummy_frame_pop): New function.
+       (discard_innermost_dummy): New function.
+       (generic_pop_dummy_frame): Use discard_innermost_dummy.
+       (dummy_frame_unwind): Add dummy_frame_pop.
+       * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
+       * valops.c (hand_function_call): Ditto.
+       * stack.c (return_command): Ditto.
+
+2003-01-18  Andrew Cagney  <ac131313@redhat.com>
+
+       * cris-tdep.c: Fix function declaration indentation.
+       * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
+       * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
+       * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
+       * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
+       * xcoffread.c, config/pa/tm-hppa.h: Ditto.
+       * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
+
+2003-01-18  Michael Chastain  <mec@shout.net>
+
+       * README (Unpacking and Installation -- quick overview):
+       Warn against ".../gdb-5.3/gdb/configure".
+
+2003-01-18  Andrew Cagney  <ac131313@redhat.com>
+
+       * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
+       (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
+       (struct frame_unwind): Declare opaque.
+       (dummy_frame_p): Declare function.
+       * dummy-frame.c (dummy_frame_id_unwind): Make static.
+       (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
+       * dummy-frame.c: Include "frame-unwind.h".
+       (dummy_frame_p): New function.
+       (dummy_frame_unwind): New variable.
+       * frame.c: Include "frame-unwind.h".
+       (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
+       to use the new unwind field.
+       (set_unwind_by_pc): Delete function.
+       (create_new_frame, get_prev_frame): Set unwind field using
+       frame_unwind_find_by_pc.
+       (trad_frame_unwind, trad_frame_unwinder): New variables.
+       * frame.h (trad_frame_unwind): Declare variable.
+       (frame_id_unwind_ftype): Delete declaration.
+       (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
+       (struct frame_unwind): Declare opaque.
+       (struct frame_info): Replace the fields id_unwind, pc_unwind and
+       register_unwind with a single unwind pointer.
+       * frame-unwind.h, frame-unwind.c: New files.
+       * Makefile.in (SFILES): Add frame-unwind.c.
+       (frame_unwind_h): Define.
+       (COMMON_OBS): Add frame-unwind.o.
+       (frame-unwind.o): Specify dependencies.
+       (frame.o, dummy-frame.o): Update dependencies.
+       
+2003-01-18  Andrew Cagney  <ac131313@redhat.com>
+
+       * ada-valprint.c: Eliminate PTR.
+       * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
+       * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
+       * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
+       * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
+       * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
+       * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
+       * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
+       
+2003-01-17  Andrew Cagney  <ac131313@redhat.com>
+
+       * main.c (captured_main): Don't use PTR.
+       * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
+       * gdbtypes.c (lookup_primitive_typename): Ditto.
+       (lookup_struct_elt_type): Ditto.
+       * f-valprint.c (info_common_command): Ditto.
+       (list_all_visible_commons): Ditto.
+       * jv-typeprint.c (java_type_print_base): Ditto.
+
+       * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
+       mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
+       Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c.  Rename
+       i386-interix-nat.c and i386-interix-tdep.c.  Rename
+       m68klinux-nat.c and m68klinux-tdep.c.  Rename
+       config/mips/tm-linux.h and config/mips/tm-linux64.h.  Rename
+       bfd/po/.cvsignore and opcodes/po/.cvsignore.  Rename
+       gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
+       * main.c (captured_main): Use xfree, not free.
+
+2003-01-16  Andrew Cagney  <ac131313@redhat.com>
+
+       * frame.h (frame_id_unwind_ftype): Change type so that the frame's
+       ID back using a parameter.
+       * frame.c (frame_id_unwind): Update call.
+       (frame_saved_regs_id_unwind): Update.
+       * dummy-frame.c (dummy_frame_id_unwind): Update function.
+       * dummy-frame.h (struct frame_id): Add opaque declaration.
+       (dummy_frame_id_unwind): Update declaration.
+
+2003-01-15  Andrew Cagney  <ac131313@redhat.com>
+
+       * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
+
+2003-01-15  Stephen P. Smith <ischis2@cox.net>
+
+       * MAINTAINERS (Stephen P. Smith): Updated email address.
+
 2003-01-14  Elena Zannoni  <ezannoni@redhat.com>
 
        * breakpoint.c (until_break_command): Add new argument.  Use it to