2002-02-10 Daniel Jacobowitz <drow@mvista.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 9f2daf7b1a9537f92a3939dfad8aecfafdc7d1de..fbba769fb69d09b0784a0be9046270f9fc424aa5 100644 (file)
@@ -1,3 +1,716 @@
+2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
+
+       * symtab.c (compare_search_syms): New function.
+       (sort_search_symbols): New function.
+       (search_symbols): Sort symbols after searching rather than
+       before.
+
+2002-02-10  Andrew Cagney  <ac131313@redhat.com>
+
+       * NEWS: Linux -> GNU/Linux.
+
+2002-02-10  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdbarch.sh: For for level one methods, disallow a definition
+       when partially multi-arched.  Add comments explaining rationale.
+       * gdbarch.h: Re-generate.
+
+2002-02-10  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
+       multi-arch partial.
+       
+2002-02-10  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL.  Exit on bad
+       field.  Use diff -u.
+       * gdbarch.c: Re-generate.
+
+2002-02-10  Andrew Cagney  <ac131313@redhat.com>
+
+       * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
+       * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
+       partial.
+
+2002-02-10  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
+       multi-arch partial.
+       (PUSH_ARGUMENTS): Switch to using predefault.
+       * gdbarch.c: Regenerate.
+
+2002-02-10  Andrew Cagney  <ac131313@redhat.com>
+
+       * valops.c (PUSH_ARGUMENTS): Delete definition.
+       * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
+       partial.  Default to default_push_arguments.
+       * gdbarch.h, gdbarch.c: Regenerate.
+
+2002-02-09  Andrew Cagney  <ac131313@redhat.com>
+
+       * defs.h (throw_exception): Rename return_to_top_level.  Update
+       comments.
+       * utils.c (error_stream, internal_verror, quit): Ditto.
+       * top.c (throw_exception, catcher): Ditto.
+       * sparclet-rom.c (sparclet_load): Ditto.
+       * remote.c (interrupt_query, minitelnet): Ditto.
+       * remote-sds.c (interrupt_query): Ditto.
+       * remote-mips.c (mips_error, mips_kill): Ditto.
+       * ocd.c (interrupt_query): Ditto.
+       * monitor.c (monitor_interrupt_query): Ditto.
+       * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
+       * target.h: Update comment.
+       
+       * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
+       
+2002-02-09  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
+       default_double_format.
+       * gdbarch.h, gdbarch.c: Re-generate.
+       * findvar.c (floatformat_unknown): Delete variable definition.
+       * doublest.h (floatformat_unknown): Delete variable declaration.
+
+2002-02-09  Jim Blandy  <jimb@redhat.com>
+
+       * stabsread.c (read_type): Add code to parse Sun's syntax for
+       prototyped function types.
+
+2002-02-09  Andrew Cagney  <ac131313@redhat.com>
+
+       * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
+       (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
+
+2002-02-09  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
+
+       * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
+       _initialize_solib.  Fixes name clash with solib.c:_initialize_solib,
+       now _initialize_xcoffsolib gets called again and overrides the
+       commands from solib.c in a native configuration.
+
+2002-02-09  Mark Kettenis  <kettenis@gnu.org>
+
+       * doublest.c (store_typed_floating): Don't try to return a value.
+       Fixes PR gdb/290.
+
+2002-02-08  Jim Blandy  <jimb@redhat.com>
+
+       * c-typeprint.c (c_type_print_varspec_suffix): If a function type
+       is prototyped and has no arguments, print its argument list as
+       `(void)'.
+
+2002-02-08  Chris Demetriou  <cgd@broadcom.com>
+
+       * MAINTAINERS (write-after-approval): Add myself.
+       (paper-trail): I've escaped!
+       
+2002-02-08  Christopher Faylor  <cgf@redhat.com>
+
+       * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
+       changes.
+       (_initialize_check_for_gdb_ini): Ditto.
+
+2002-02-08  Martin M. Hunt  <hunt@redhat.com>
+
+       * win32-nat.c (cygwin_pid_to_str): Fix typo.
+       xaprintf -> xasprintf.
+
+2002-02-08  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * win32-nat.c: Remove use of printf and sprintf functions.
+
+2002-02-08  Richard Earnshaw  <rearnsha@arm.com>
+
+       * arm-tdep.c (arm_frame_chain_valid): Make static.
+       (arm_push_arguments): Likewise.
+       (arm_gdbarch_init): New function.
+       (_initialize_arm_tdep): Call it.
+       * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
+       (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
+       (FRAME_CHAIN_VALID): Delete.
+       (arm_frame_chain_valid): Delete declaration.
+       (PUSH_ARGUMENTS): Delete.
+       (arm_push_arguments): Delete declaration.
+       (CALL_DUMMY_P): Delete.
+
+2002-02-08  Andrew Cagney  <ac131313@redhat.com>
+           Corinna Vinschen  <vinschen@redhat.com>
+
+       * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
+       on builtin float types.
+
+2002-02-08  Daniel Jacobowitz  <drow@mvista.com>
+
+       * utils.c: Include <curses.h> before "bfd.h".
+       * tui/tui-hooks.c: Likewise.
+       * tui/tui.c: Likewise.
+       * tui/tuiCommand.c: Likewise.
+       * tui/tuiData.c: Likewise.
+       * tui/tuiDataWin.c: Likewise.
+       * tui/tuiDisassem.c: Likewise.
+       * tui/tuiGeneralWin.c: Likewise.
+       * tui/tuiIO.c: Likewise.
+       * tui/tuiLayout.c: Likewise.
+       * tui/tuiRegs.c: Likewise.
+       * tui/tuiSource.c: Likewise.
+       * tui/tuiSourceWin.c: Likewise.
+       * tui/tuiStack.c: Likewise.
+       * tui/tuiWin.c: Likewise.
+
+2002-02-07  Elena Zannoni  <ezannoni@redhat.com>
+
+       * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
+       to include space for pseudoregs as well. Update loops accordingly.
+       (sh_fp_frame_init_saved_regs): Ditto.
+       (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
+
+2002-02-07  Andrew Cagney  <ac131313@redhat.com>
+
+       * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
+       Add Richard Earnshaw to Arm maintainers.
+
+2002-02-07  Andrew Cagney  <ac131313@redhat.com>
+
+       * defs.h (warning_begin): Delete declaration.
+
+       * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
+       Delete macro.
+
+2002-02-07  Michael Snyder  <msnyder@redhat.com>
+
+       * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): 
+       Logic bug, remove misplaced else.
+
+2002-02-07  Klee Dienes  <klee@apple.com>
+
+       * fork-inferior.c (fork_inferior): Add '!' to the list of
+       characters that need to be quoted when building a string for the
+       shell.  Quote '!' specifically with a backslash, since CSH chokes
+       when trying to evaluate "str!str".
+       
+2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * rdi-share/host.h: Only provide a typedef for bool if it is not
+       defined.
+
+2002-02-04  Michael Snyder  <msnyder@redhat.com>
+
+       * breakpoint.h (enum bptype): Add new overlay event bp type.
+       (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
+       
+       * breakpoint.c (create_internal_breakpoint): New function.
+       (internal_breakpoint_number): Moved into create_internal_breakpoint.
+       (create_longjmp_breakpoint): Use create_internal_breakpoint.
+       (create_thread_event_breakpoint): Ditto.
+       (create_solib_event_breakpoint): Ditto.
+       (create_overlay_event_breakpoint): New function.
+       (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
+       (update_breakpoints_after_exec): Delete and re-initialize
+       overlay event breakpoints after an exec.  Add FIXME comment
+       about longjmp breakpoint.
+       (print_it_typical): Ignore overlay event breakpoints.
+       (print_one_breakpoint): Ditto.
+       (mention): Ditto.
+       (bpstat_what): Do not stop for overlay event breakpoints.
+       (delete_breakpoint): Don't delete overlay event breakpoints.
+       (breakpoint_re_set_one): Delete the overlay event breakpoint.
+       (breakpoint_re_set): Re-create overlay event breakpoint.
+
+       * symfile.c (overlay_auto_command): Enable overlay breakpoints.
+       (overlay_manual_command): Disable overlay breakpoints.
+       (overlay_off_command): Disable overlay breakpoints.
+
+2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
+
+       * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
+       (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
+       to here from config/tm-arm.h.
+       (coff_sym_is_thumb): Make static.
+       (arm_elf_make_msymbol_special): New function.
+       (arm_coff_make_msymbol_special): New function.
+       * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
+       (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
+       (coff_sym_is_thumb): Delete declaration.
+       (arm_elf_make_msymbol_special): Declare.
+       (arm_coff_make_msymbol_special): Declare.
+       (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
+       (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
+
+2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
+
+       * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
+
+2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
+
+       * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
+       * gdbarch.c gdbarch.h: Regenerate.
+       * arch-utils.c (default_print_float_info): New function.
+       * arch-utils.h (default_print_float_info): Prototype it.
+       * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
+       * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
+       (PRINT_FLOAT_INFO): Document it.
+
+       * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
+       * config/arm/tm-arm.h (FLOAT_INFO): Delete.
+       (PRINT_FLOAT_INFO): Define.
+
+2002-02-06  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * win32-nat.c (_initialize_check_for_gdb_ini): 
+       Add typecast to sprintf argument to suppress a warning.
+
+2002-02-05  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * win32-nat.c (last_sig): Changed type of variable to target_signal,
+       to allow easier handling of pass state.
+       (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
+       that gives exception name and address.
+       (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
+       and set last_sig value to ourstatus->value.sig. Some missing 
+       exceptions added.
+       (child_continue): Correctly report continue_status.     
+       (get_child_debug_event,do_initial_child_stuff): Set last_sig to 
+       TARGET_SIGNAL_0 (new default value).
+       (child_resume): consider sig argument passed to decide if 
+       the exception should be passed to debuggee or not.
+
+2002-02-05  Michael Snyder  <msnyder@redhat.com>
+
+       * regcache.c (fetch_register): Call target_fetch_register
+       only if we don't call FETCH_PSEUDO_REGISTER.
+       (store_register): Call target_store_register only if we
+       don't call STORE_PSEUDO_REGISTER.
+
+2002-02-05  Elena Zannoni  <ezannoni@redhat.com>
+
+       * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
+       ELF_MAKE_MSYMBOL_SPECIAL.
+       * gdbarch.c, gdbarch.h: Regenerate.
+       * arch-utils.c (default_make_msymbol_special): New function.
+       * arch-utils.h (default_make_msymbol_special): Export. 
+       * elfread.c (elf_symtab_read): Compile use of
+       ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
+       multiarched.
+       * coffread.c (coff_symtab_read): Ditto, for
+       COFF_MAKE_MSYMBOL_SPECIAL.
+
+2002-02-05  Jim Blandy  <jimb@redhat.com>
+
+       * solib-svr4.c (svr4_truncate_ptr): New function.
+       (svr4_relocate_section_addresses): Do the address arithmetic with
+       the appropriate truncation for target addresses, even when
+       CORE_ADDR is larger than a target address.
+
+2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
+
+       * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
+       to (int *).
+
+2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
+
+       * gdbserver/linux-low.c (kill_inferior): Remove commented out
+       code.
+
+2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
+
+        * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
+
+2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
+
+       * gdbserver/linux-low.c: Remove unused include files.
+
+2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
+
+       * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
+       (read_inferior_memory): Use it.
+       (write_inferior_memory): Likewise.
+
+2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
+
+       * gdbserver/linux-low.c (create_inferior): Call strerror instead of
+       grubbing through sys_errlist.
+
+2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
+
+       * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
+
+2002-02-04  Pierre Muller  <muller@ics.u-strasbg.fr>
+       * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
+
+2002-02-04  Andrew Cagney  <ac131313@redhat.com>
+
+       * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
+       (do_sfunc, set_cmd_sfunc): New functions.
+
+       * command.h (struct cmd_list_element): Add field func.
+       * cli/cli-decode.h (struct cmd_list_element): Ditto.
+       * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
+       * cli/cli-decode.h: Ditto.
+
+       * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
+       (help_all, help_cmd_list): Ditto.
+       (find_cmd, complete_on_cmdlist): Ditto.
+       * top.c (execute_command): Ditto.
+
+       * cli/cli-setshow.c (do_setshow_command): Call func instead of
+       function.sfunc.
+
+       * infcmd.c (notice_args_read): Fix function signature.
+
+       * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
+       * cli/cli-decode.c (add_set_cmd): Ditto.
+       * utils.c (initialize_utils): Ditto.
+       * maint.c (_initialize_maint_cmds): Ditto.
+       * infrun.c (_initialize_infrun): Ditto.
+       * demangle.c (_initialize_demangler): Ditto.
+       * remote.c (add_packet_config_cmd): Ditto.
+       * mips-tdep.c (_initialize_mips_tdep): Ditto.
+       * cris-tdep.c (_initialize_cris_tdep): Ditto.
+       * proc-api.c (_initialize_proc_api): Ditto.
+       * kod.c (_initialize_kod): Ditto.
+       * valprint.c (_initialize_valprint): Ditto.
+       * top.c (init_main): Ditto.
+       * infcmd.c (_initialize_infcmd): Ditto.
+       * corefile.c (_initialize_core): Ditto.
+       * arm-tdep.c (_initialize_arm_tdep): Ditto.
+       * arch-utils.c (initialize_current_architecture): Ditto.
+       (_initialize_gdbarch_utils): Ditto.
+       * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
+
+       * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
+       * wince.c (_initialize_inftarg): Ditto.
+       * symfile.c (_initialize_symfile): Ditto.
+       * mips-tdep.c (_initialize_mips_tdep): Ditto.
+       * language.c (_initialize_language): Ditto.
+       * arc-tdep.c (_initialize_arc_tdep): Ditto.
+
+2002-02-04  Michael Snyder  <msnyder@redhat.com>
+
+       * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
+
+2002-02-04  Daniel Jacobowitz  <drow@mvista.com>
+
+       * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
+       Add rules for building the register data files.
+
+2002-02-04  Daniel Jacobowitz  <drow@mvista.com>
+
+       * regformats/regdat.sh: Add braces to the definition of
+       expedite_regs_${arch}.
+
+2002-02-04  Daniel Jacobowitz  <drow@mvista.com>
+
+       * regformats/regdef.h (struct reg): Add comment describing the
+       requirements for offset and size fields.
+
+2002-02-04  Andreas Schwab  <schwab@suse.de>
+
+       * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
+       * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
+
+2002-02-04  Richard Earnshaw  <rearnsha@arm.com>
+
+       * gdbarch.sh (copyright): Update years in generated header.
+       (SMASH_TEXT_ADDRESS): Add rule.
+       * gdbarch.h, gdbarch.c: Re-generate.
+       * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
+       * dbxread.c: Likewise.
+       * dwarfread.c: Likewise.
+       * elfread.c: Likewise.
+       * somread.c: Likewise.
+
+       * arm-tdep.c (arm_smash_text_address): New function.
+       * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
+
+2002-02-04  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       Add support for hardware watchpoints on win32 native.
+       * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of 
+       CONTEXT_DEBUG_REGISTERS.
+       (dr variable): New variable. Static array containing a local copy 
+       of debug registers.
+       (debug_registers_changed): New variable.  Reflects when debug registers
+       are changed and need to be written to inferior.
+       (debug_registers_used): New variable. Reflects when any debug register 
+       was set, used when new threads are created.
+       (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
+       i386-nat code.
+       (thread_rec): Set dr array if id is the thread of current_event .
+       (child_continue, child_resume): Change the debug registers for all
+       threads if debug_registers_changed.
+       (child_add_thread): Change the debug registers if debug_registers_used.
+       * config/i386/cygwin.mh: Add use of i386-nat.o file.
+       Link nm.h to new nm-cygwin.h file.
+       + config/i386/nm-cygwin.h: New file. Contains the macros used for use
+       of hardware registers.
+
+2002-02-03  Andrew Cagney  <ac131313@redhat.com>
+
+       * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
+       Restore behavour broken by 2002-01-20 Andrew Cagney
+       <ac131313@redhat.com> IEEE_FLOAT removal.
+
+2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
+
+       * c-valprint.c (c_val_print): Pass a proper valaddr to
+       cp_print_class_method.
+       * valops.c (search_struct_method): If there is only one method
+       and args is NULL, return that method.
+
+2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
+
+       * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
+       accessing tag_name directly.
+
+2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
+
+       * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
+       of accessing tag_name directly.
+
+2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
+
+       PR gdb/280
+       * gdbtypes.c (replace_type): New function.
+       * gdbtypes.h (replace_type): Add prototype.
+       * stabsread.c (read_type): Use replace_type.
+
+2002-02-03  Richard Earnshaw  <rearnsha@arm.com>
+
+       * Makefile.in (memattr.o): Add missing dependencies rule.
+
+2002-02-03  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
+
+       * breakpoint.c (break_at_finish_command): Really export.
+       (break_at_finish_at_depth_command): Ditto.
+       (tbreak_at_finish_command): Ditto.
+       * hppa-tdep.c: Include completer.h.
+       * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
+       (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
+
+2002-02-01  Andrew Cagney  <ac131313@redhat.com>
+
+       * utils.c (do_write): New function.
+       (error_stream): Rewrite combining the code from error_begin and
+       verror.
+       (verror): Rewrite using error_stream.
+       (error_begin): Delete function.
+
+2002-02-01  Andrew Cagney  <ac131313@redhat.com>
+
+       * utils.c (error_begin): Make static.
+       * defs.h (error_begin): Delete declaration.
+
+       * linespec.c (cplusplus_error): Replace cplusplus_hint.
+       (decode_line_1): Use cplusplus_error instead of error_begin,
+       cplusplus_hint and return_to_top_level.
+       * coffread.c (coff_symfile_read): Use error instead of error_begin
+       and return_to_top_level.
+       * infrun.c (default_skip_permanent_breakpoint): Ditto.
+
+2002-02-01  Andrew Cagney  <ac131313@redhat.com>
+
+       * language.h (type_error, range_error): Make string parameter
+       constant.
+       * language.c (warning_pre_print): Delete extern declaration.
+       * dwarfread.c (warning_pre_print): Ditto.
+       * language.c (type_error, range_error): Rewrite to use verror and
+       vwarning instead of warning_begin.
+
+2002-02-01  Michael Snyder  <msnyder@redhat.com>
+
+       * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
+       (set_ignore_count): Move misplaced comment back where it belongs.
+
+2002-02-01  Andrew Cagney  <ac131313@redhat.com>
+
+       * command.h (NO_FUNCTION): Delete macro.
+       * cli/cli-decode.h (NO_FUNCTION): Ditto.
+       * top.c (execute_command): Replace NO_FUNCTION with NULL.
+       * tracepoint.c (_initialize_tracepoint): Ditto.
+       * cli/cli-decode.c (add_set_cmd): Ditto.
+       * cli/cli-cmds.c (init_cli_cmds): Ditto.
+       
+2002-02-01  Daniel Jacobowitz  <drow@mvista.com>
+
+       * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
+       Update ``this'' pointer when calling virtual functions.
+
+2002-02-01  Michael Snyder  <msnyder@redhat.com>
+
+       * breakpoint.c (create_temp_exception_breakpoint): Delete.
+       * 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.
+       * 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/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.
This page took 0.038699 seconds and 4 git commands to generate.