2002-02-01 Michael Snyder <msnyder@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 83b3900f61cb870a814f3ca3a3ec521a6fb084bf..991346904b01a118d48ac2af890bd2bdaf72d1ac 100644 (file)
@@ -1,3 +1,118 @@
+2002-02-01  Michael Snyder  <msnyder@redhat.com>
+
+       * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
+
+2002-02-01  Daniel Jacobowitz  <drow@mvista.com>
+
+       * regformats/reg-arm.dat: New file.
+       * regformats/reg-i386.dat: New file.
+       * regformats/reg-ia64.dat: New file.
+       * regformats/reg-m68k.dat: New file.
+       * regformats/reg-mips.dat: New file.
+       * regformats/reg-ppc.dat: New file.
+       * regformats/reg-sh.dat: New file.
+       * regformats/regdef.h: New file.
+       * regformats/regdat.sh: New file.
+
+2002-02-01  Richard Earnshaw  <reanrsha@arm.com>
+
+       * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
+       (arm_frame_args_address, arm_frame_locals_address): New functions.
+       (arm_frame_num_args): New function.
+       * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
+       (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
+       (FRMA_NUM_ARGS): Call arm_frame_num_args.
+
+2002-01-31  Michael Snyder  <msnyder@redhat.com>
+
+       * breakpoint.c (break_at_finish_command): Export.
+       (break_at_finish_at_depth_command): Export.
+       (tbreak_at_finish_command): Export.
+       (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
+       * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
+       "tbreak" commands, which are HPPA specific.
+
+       * printcmd.c (disassemble_command): Remove an ancient
+       artifact of an old merge.
+
+       * symfile.h (enum overlay_debugging_state): 
+       Define enum constant values for overlay mode.
+       * symfile.c (overlay_debugging): Use enums instead of literals.
+       (overlay_is_mapped, overlay_auto_command, 
+       overlay_manual_command): Ditto. 
+
+       * breakpoint.c (insert_breakpoints, remove_breakpoint, 
+       breakpoint_here_p, breakpoint_inserted_here_p, 
+       breakpoint_thread_match, bpstat_stop_status, 
+       describe_other_breakpoints, check_duplicates, clear_command):
+       Coding standard fixes.
+
+       * target.c (target_xfer_memory): Add spaces, coding standard.
+       (do_xfer_memory): Add missing line to trust-readonly
+       code: check bfd SEC_READONLY flag for section.
+
+2002-01-31  Andrew Cagney  <ac131313@redhat.com>
+
+       * PROBLEMS: Fix typo, 5.1->5.1.1.
+
+2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
+
+       * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
+       data symbols, since we search based on textlow and texthigh.
+       (find_pc_sect_symtab): Likewise.
+
+2002-01-30  Andrew Cagney  <ac131313@redhat.com>
+
+       * defs.h (vwarning): Declare.
+       (warning_begin): Delete declaration.
+       * utils.c (vwarning): New function.
+       (warning): Call vwarning.
+       (warning_begin): Delete function.
+
+       * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
+       the warning message.
+       * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
+       warning_begin.
+
+2002-01-30  Michael Snyder  <msnyder@redhat.com>
+
+       * NEWS: Mention "set trust-readonly-sections" command.
+       Mention generate-core-file command.
+
+2002-01-15  Michael Snyder  <msnyder@redhat.com>
+
+       * target.c: New command, "set trust-readonly-sections on".
+       (do_xfer_memory): Honor the suggestion to trust readonly sections
+       by reading them from the object file instead of from the target.
+       (initialize_targets): Register command "set trust-readonly-sections".
+
+2002-01-29  Andrew Cagney  <ac131313@redhat.com>
+
+       * parse.c (target_map_name_to_register): Simplify, search regs and
+       pseudo-regs using a single loop.
+
+2002-01-30  Andrew Cagney  <ac131313@redhat.com>
+
+       * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
+
+2002-01-15  Rodney Brown  <rbrown64@csc.com.au>
+
+       * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
+       * config/i386/i386v42mp.mh: Add i387-nat.o .
+       * i386v4-nat.c: Include i387-nat.h.
+       (supply_fpregset): Use i387_supply_fsave.
+       (fill_fpregset): Use i387_fill_fsave.
+
+2002-01-30  Richard Earnshaw  <rearnsha@arm.com>
+
+       * arm-tdep.c (arm_call_dummy_words): Define.
+       * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
+       * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
+       (CALL_DUMMY_WORDS): Define.
+       (arm_call_dummy_words): Declare.
+       * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
+       (arm_linux_call_dummy_words): Declare.
+
 2002-01-30  Andreas Schwab  <schwab@suse.de>
 
        * m68klinux-nat.c: Fix last change to use regcache_collect
This page took 0.026215 seconds and 4 git commands to generate.