2002-02-01 Michael Snyder <msnyder@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 73476591a7eceb386f083a4139d0f85cf6647d5c..991346904b01a118d48ac2af890bd2bdaf72d1ac 100644 (file)
@@ -1,3 +1,274 @@
+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
+       instead of referencing registers[] directly.
+
+2002-01-29  Andrew Cagney  <ac131313@redhat.com>
+
+       * parse.c (target_map_name_to_register): Delete code wrapped in
+       #ifdef REGISTER_NAME_ALIAS_HOOK.
+
+2002-01-28  Michael Snyder  <msnyder@redhat.com>
+
+       * regcache.c (legacy_read_register_gen): Need to be able to
+       read pseudo-register as well as real register.
+       (legacy_write_register_gen): Ditto.
+
+2002-01-28  Andrew Cagney  <ac131313@redhat.com>
+
+       * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
+       * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
+       * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
+       * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
+       * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
+       * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
+       * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
+       * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
+       * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
+       * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
+       * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
+       * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
+       * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
+       * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
+       * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
+       * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
+       * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
+       * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
+       * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
+       * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
+
+2002-01-28  Andrew Cagney  <ac131313@redhat.com>
+
+       * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
+       (target_byte_order): Initialize to BFD_ENDIAN_BIG.
+       (initialize_current_architecture): Update target_byte_order using
+       information from BFD.
+       * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
+       * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT): 
+       * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
+
+2002-01-28  Andrew Cagney  <ac131313@redhat.com>
+
+       * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
+       * vax-tdep.c (INVALID_FLOAT): To here.  Document why it is broken.
+
+       * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
+       #ifdef INVALID_FLOAT.
+       * infcmd.c (do_registers_info): Ditto.
+       * values.c (unpack_double): Ditto.  Add comment.
+
+       * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
+       already commented out.
+
+2002-01-26  Andreas Schwab  <schwab@suse.de>
+
+       * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
+       * m68klinux-nat.c: Update ptrace interface for fetching/storing
+       registers and add support for PTRACE_GETREGS.
+
+2002-01-24  Andrew Cagney  <ac131313@redhat.com>
+
+       GDB 5.1.1 released from 5.1 branch.
+       * NEWS: Add 5.1.1 news.
+       * README: Sync with 5.1 branch.
+
+2002-01-23  Fred Fish  <fnf@redhat.com>
+
+       * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
+       stabstring on initial malloc.  Reallocing will copy it for us,
+       if necessary.
+
+2002-01-23  Elena Zannoni  <ezannoni@redhat.com>
+
+        * Makefile.in (hpread_h): Delete. 
+        (HFILES_NO_SRCDIR): Remove hpread.h.
+        (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
+        (hpread.o): Update dependencies.
+        (hp-psymtab-read.o, hp-symtab-read.o): Remove.
+
+        * hp-psymtab-read.c: Remove file.
+        * hp-symtab-read.c: Remove file.
+        * hpread.h: Remove file.
+
+        * hpread.c: Merge all contents of hp-psymtab-read.c,
+        hp-symtab-read.c and hpread.h into this file, as it was prior to
+        January 1999.
+
+        * config/pa/hpux11w.mh, config/pa/hpux11.mh,
+        config/pa/hpux1020.mh, config/pa/hppaosf.mh, 
+        config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
+        Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
+
+2002-01-23  Elena Zannoni  <ezannoni@redhat.com>
+
+       * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
+       fill_gregset): Call gdbarch_tdep() just once, assign result to
+       variable and use that, instead of calling the function several
+       times.
+
+2002-01-24  Alexandre Oliva  <aoliva@redhat.com>
+
+       * configure.host: Accept sparcv9 as alias for sparc64.
+       * configure.tgt: Likewise.
+
+2002-01-22  Kevin Buettner  <kevinb@redhat.com>
+
+       * solib-aix5.c (build_so_list_from_mapfile)
+       (aix5_relocate_main_executable): Fix xcalloc() calls so order of
+       arguments is not reversed.
+       * solib-sunos.c (sunos_relocate_main_executable): Likewise.
+       * solib-svr4.c (svr4_relocate_main_executable): Likewise.
+       
+2002-01-22  Elena Zannoni  <ezannoni@redhat.com>
+
+       * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
+       modified version of obsolete sh_fetch_pseudo_register.
+       (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
+       (sh4_register_read): New function.
+       (sh_pseudo_register_write): New function. Renamed and modified
+       version of obsolete sh_store_pseudo_register.
+       (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
+       (sh4_register_write): New function.
+       (sh_gdbarch_init): Remove setting of gdbarch function
+       fetch_pseudo_register and store_pseudo_register. Remove setting of
+       register_convert_to_raw, register_convert_to_virtual,
+       register_convertible.
+       (sh_sh4_register_convertible): Delete. No longer needed. All is
+       taken care by architecture specific functions
+       register_read/register_write.
+       (sh_sh4_register_convert_to_virtual): Make static.
+       (sh_sh4_register_convert_to_raw): Ditto.
+
+2002-01-22  Andrew Cagney  <ac131313@redhat.com>
+
+       * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
+       (floatformat_is_nan, floatformat_mantissa): Ditto.
+
+       * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
+       for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
+       builtin_type_ieee_double_little,
+       builtin_type_ieee_double_littlebyte_bigword,
+       builtin_type_m68881_ext, builtin_type_i960_ext,
+       builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
+       builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
+       builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
+       builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
+
 2002-01-22  Corinna Vinschen  <vinschen@redhat.com>
 
        * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
This page took 0.025625 seconds and 4 git commands to generate.