2002-03-27 Daniel Jacobowitz <drow@mvista.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 8073d5671cc79bd3450445ed5a7749e791535e3e..9d6eea654099eaca8125bf460091141f88231cf0 100644 (file)
@@ -1,5 +1,643 @@
+2002-03-27  Daniel Jacobowitz  <drow@mvista.com>
+
+       * signals.c: Moved to...
+       * signals/signals.c: Here.
+       * Makefile (signals.o): Update.   
+
+2002-03-26  Jeff Law (law@redhat.com)
+
+       * somread.c (som_symtab_read): Remove some commented out code and
+       updated related comments.  Do not set the minimal symbol table to
+       mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
+       in a dynamic executable.
+       * hppa-tdep.c (find_proc_framesize): Sanely handle the case
+       where we are unable to find the minimal symbol for the given
+       PC value.
+
+2002-03-25  Jeff Law (law@redhat.com)
+
+       * linux-proc.c (read_mapping): Scan up to end of line for filename.
+
+2002-03-25  Michal Ludvig  <mludvig@suse.cz>
+
+       * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
+
+2002-03-23  Andrew Cagney  <ac131313@redhat.com>
+
+       * command.h: Update copyright.
+       (struct cmd_list_element): Replace definition with opaque
+       declaration.
+       (enum cmd_types): Document that it will eventually be moved to
+       cli/cli-decode.h
+       (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
+       (MALLOCED_REPLACEMENT): Delete macro.
+       * Makefile.in (cli_decode_h): Add $(command_h).
+       (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
+       * top.c: Include "cli/cli-decode.h".  
+       * completer.c: Include "cli/cli-decode.h".
+       * maint.c: Include "cli/cli-decode.h".
+       * cli/cli-decode.h: Include "command.h".
+       (enum command_class): Delete.
+       (enum cmd_types): Comment out.
+       (enum cmd_auto_boolean): Delete.
+       (enum var_types): Delete.
+
+2002-03-23  Andrew Cagney  <ac131313@redhat.com>
+
+       * cli/cli-decode.c: Include "gdb_assert.h".
+       (add_set_or_show_cmd): New static function.
+       (add_set_cmd): Rewrite.  Use add_set_or_show_cmd.
+       (add_show_from_set): Rewrite. Use add_set_or_show_cmd.  Don't copy
+       all fields, such as func, from the set command.
+
+2002-03-23  Andrew Cagney  <ac131313@redhat.com>
+
+       * MAINTAINERS (sh-elf): Change warning flag to -w.
+
+2002-03-23  Andrew Cagney  <cagney@redhat.com>
+
+       * defs.h (error): Add printf format attribute.
+       * thread-db.c (thread_from_lwp): Fix error format string.
+       * stack.c (parse_frame_specification): Ditto.
+       * cli/cli-decode.c (undef_cmd_error): Ditto.
+       * scm-lang.c (scm_lookup_name): Ditto.
+       * tracepoint.c (trace_error): Ditto.
+       * remote-utils.c (usage): Ditto.
+       * remote.c (compare_sections_command): Ditto.
+       Fix PR gdb/328.
+
+2002-03-22  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdbtypes.c (append_composite_type_field): New function.
+       (init_composite_type): New function.
+       * gdbtypes.h (append_composite_type_field): Declare.
+       (init_composite_type): Ditto.
+
+2002-03-22  Elena Zannoni  <ezannoni@redhat.com>
+
+        * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
+        function.  
+       * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
+        * rs6000-tdep.c (rs6000_gdbarch_init): Use different
+        structure returning convention for SYSV ABI case, but not
+        for GNU/Linux, FreeBSD, or NetBSD.
+
+2002-03-22  Daniel Jacobowitz  <drow@mvista.com>
+
+       * symtab.h (lookup_block_symbol): Add mangled_name argument
+       to prototype.
+
+       * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
+       with new mangled_name argument.
+       * linespec.c (decode_line_1): Likewise.
+       * valops (value_of_this): Likewise.
+       * symtab.c (lookup_transparent_type): Likewise.
+       (lookup_symbol_aux): Likewise.  Accept new mangled_name argument.
+       (lookup_symbol): If we are given a mangled name, pass it down
+       to lookup_symbol_aux.
+       (lookup_block_symbol): If we are given a mangled name to check
+       against, only return symbols which match it.
+
+2002-03-22  Christopher Faylor  <cgf@redhat.com>
+
+       * win32-nat.c (child_create_inferior): Check for proper shell to use
+       here, in case the user changes it on the fly.
+       (_initialize_inftarg): Remove shell path considerations.
+
+2002-03-21  Elena Zannoni  <ezannoni@redhat.com>
+
+       * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
+       for gdbarch_max_register_raw_size and max_register_virtual_size.
+       Adjust copyright year.
+
+2002-03-21  Daniel Jacobowitz  <drow@mvista.com>
+
+        * dbxread.c (process_one_symbol): Extend the first N_SLINE
+        in a function to cover the entire beginning of the function
+        as well if it does not already.
+
+2002-03-21  Tom Rix  <trix@redhat.com>
+
+       * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
+       (rs6000_ptrace64): Renamed from ptrace64.
+
+2002-03-20  Martin M. Hunt  <hunt@redhat.com>
+
+       * gdbserver/remote-utils.c (remote_open): Don't call
+       getprotobyname, we're all using TCP here so just use
+       IPPROTO_TCP.
+       * gdbserver/gdbreplay.c (remote_open): Ditto.   
+
+2002-03-20  Martin M. Hunt  <hunt@redhat.com>
+       
+       * regcache.c (_initialize_regcache): No need to call
+       build_regcache() at this time; it gets called whenever
+       the gdbarch changes.
+
+2002-03-20  David O'Brien  <obrien@FreeBSD.org>
+
+       * sparc-nat.c:  Include sys/param.h where possible.
+
+2002-03-20  Daniel Jacobowitz  <drow@mvista.com>
+
+       Fix PR gdb/422.
+       * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
+       FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
+       * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
+       complex types.
+       * stabsread.c (rs6000_builtin_type): Likewise.
+       (read_sun_floating_type): Likewise.
+
+2002-03-19  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
+
+       * stabsread.c (read_member_functions): Remove skip code for duplicate
+       constructor/destructor methods.  Use standard parsing for these
+       methods and just do not chain them to the list of methods after
+       parsing.
+
+2002-03-19  Alexandre Oliva  <aoliva@redhat.com>
+
+       * coffread.c: Remove redundant static declarations.  Replace
+       occurrences of `PTR' with `void *'.
+       * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
+       * top.h (quit_cover): Likewise.
+       * defs.h (catch_errors): Likewise.
+
+2002-03-18  Andrew Cagney  <ac131313@redhat.com>
+
+       * defs.h (XMALLOC): Define.
+       * gdb-events.sh (XMALLOC): Delete macro.
+       * gdb-events.c, gdb-events.h: Regenerate.
+       * gdbarch.sh (XMALLOC): Delete macro.
+       * gdbarch.c: Regenerate.
+       * serial.c (XMALLOC): Delete macro.
+       * ui-file.c (XMALLOC): Ditto.
+       * ser-unix.h (XMALLOC): Ditto.
+       * sh-tdep.c (XMALLOC): Ditto.
+       * ui-out.c (XMALLOC): Ditto.
+       * utils.c (XMALLOC): Ditto.
+       * i386-tdep.c (XMALLOC): Ditto.
+       * gdb-events.c (XMALLOC): Ditto.
+       * d10v-tdep.c (XMALLOC): Ditto.
+       * cli-out.c (XMALLOC): Ditto.
+
+       * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
+       * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
+       * ui-file.c, ui-out.c: Ditto.
+
+2002-03-18  Andrew Cagney  <ac131313@redhat.com>
+
+       * command.h (struct cmd_list_element): Add field context.
+       (set_cmd_context, get_cmd_context): Declare.
+       * cli/cli-decode.h: Ditto.
+       * cli/cli-decode.c (get_cmd_context): New function.
+       (set_cmd_context): New function.
+       (add_cmd): Initialize context.
+       Part of fixing PR gdb/145 and PR gdb/146.
+
+2002-03-17  Andrew Cagney  <ac131313@redhat.com>
+
+       * cli/cli-decode.c (cmd_type): New function.
+       * command.h (cmd_type): Declare.
+       * infrun.c (set_schedlock_func): Call function cmd_type.
+       * kod.c (kod_set_os): Call cmd_type.
+       * cris-tdep.c (cris_version_update): Use function cmd_type.
+       (cris_mode_update, cris_abi_update): Ditto.
+
+       * command.h: (execute_cmd_post_hook): Declare.
+       (execute_cmd_pre_hook): Declare.
+       * cli/cli-script.c (clear_hook_in_cleanup): New function.
+       (execute_cmd_post_hook, execute_cmd_pre_hook): New
+       functions. Execute pre/post hook while ensuring that afterwords
+       hook_in is cleared.
+       * top.c (execute_command): Use execute_cmd_post_hook, and
+       execute_cmd_pre_hook to execute pre/post commands.
+       * infrun.c (normal_stop): Pass stop_command and not pre_hook to
+       hook_stop_stub.
+       (hook_stop_stub): Call execute_cmd_pre_hook.
+
+2002-03-17  Andrew Cagney  <ac131313@redhat.com>
+
+       * kod.c (kod_set_os): Revert previous change.  Is called by ``info
+       set'' and this leads to a core dump.  Move xstrdup of
+       operating_system to after check that it is not NULL.
+
+2002-03-17  Andrew Cagney  <ac131313@redhat.com>
+
+       * kod.c (kod_set_os): Remove unnecessary check that
+       ``command->type'' is set_cmd.
+
+       * valprint.c (set_input_radix): Use input_radix.
+       (set_output_radix): Use output_radix.
+       (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
+       isn't reverted.
+
+2002-03-16  Andrew Cagney  <ac131313@redhat.com>
+
+       * value.h (struct value): Delete field ``substring_addr''.  Change
+       aligner fields to force_doublest_align, force_longest_align,
+       force_core_addr_align and force_pointer_aligh.
+
+       * value.h (struct value): Fix typo in above change.
+
+2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
+
+       * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
+       to fix internal_error from ``maintenance print architecture''.
+
+2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
+
+       * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
+       for gcc versions after gcc-2.8.1.
+
+2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
+
+       * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
+       for method resolution.  Restore adjustment of ``this'' pointer after
+       calling value_struct_elt, which was accidentally removed during the
+       HP merge.
+
+2002-03-15  Andrew Cagney  <ac131313@redhat.com>
+
+       * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
+       value_of_register.
+       * findvar.c (value_of_register): Add ``frame'' parameter.  Pass to
+       get_saved_register.
+       * value.h (value_of_register): Update.
+
+2002-03-14  Richard Henderson  <rth@redhat.com>
+
+       * configure.in: Detect declaration for canonicalize_file_name.
+       * utils.c (canonicalize_file_name): Declare, if needed.
+       (gdb_realpath): Prefer realpath if available and usable.
+       * config.in, configure: Rebuild.
+
+2002-03-14  Richard Henderson  <rth@redhat.com>
+
+       * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
+       a constant array bound.
+
+       * MAINTAINERS: Add myself to write-after-approval.
+
+2002-03-14  Michael Snyder  <msnyder@redhat.com>
+
+       * symfile.c (syms_from_objfile): Return immediately if no syms.
+       (symbol_file_add): Return immediately if no syms.
+       (find_sym_fns): Return immediately if no syms.
+
+2002-03-13  Michal Ludvig  <mludvig@suse.cz>
+
+       * gdbserver/remote-util.c (remote_open): Print remote-side's
+       IP address when remote debugging over the network.
+                
+2002-03-12  David O'Brien  <obrien@FreeBSD.org>
+
+       * config/sparc/fbsd.mh: Fix copyright.
+       * config/sparc/fbsd.mt: Likewise.
+
+2002-03-11  Richard Earnshaw  <rearnsha@arm.com>
+
+       * MAINTAINERS: Fix typo in name of gdb warnings option.
+       (x86-64): Fix formating so that this can be parsed by awk.
+
+2002-03-10  Daniel Jacobowitz  <drow@mvista.com>
+
+       * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
+       * defs.h: Include "gdb/signals.h".
+       (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
+
+2002-03-10  Michal Ludvig  <mludvig@suse.cz>
+
+       * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
+       * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here 
+       from x86-64-tdep.h
+
+2002-03-10  Daniel Jacobowitz  <drow@mvista.com>
+           Don Howard <dhoward@redhat.com>
+
+       * mips-tdep.c (ST0_FR): Define.
+       (mips2_fp_compat): New function, temporarily disabled.
+       (mips_read_fp_register_single): New function.
+       (mips_read_fp_register_double): New function.
+       (mips_print_register): Use them.
+       (do_fp_register_row): Likewise.
+
+2002-03-09  Andrew Cagney  <ac131313@redhat.com>
+
+       * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
+       approval''.
+
+2002-03-08  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
+
+       * stabsread.c (read_member_functions): Fix is_stub test for
+       static member functions, improve comment.
+
+2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
+
+       * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
+       (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
+       (_initialize_remote_rdi): Use add_set_boolean_cmd to register
+       commands that set boolean values.
+       (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
+       (arm_rdi_resume): Always initialize PC.
+       (arm_rdi_open): Don't use rslt as a boolean.
+       (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
+       (arm_rdi_fetch_registers, arm_rdi_store_registers)
+       (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
+       (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
+
+2002-03-06  Alexandre Oliva  <aoliva@redhat.com>
+
+       * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
+       * configure: Rebuilt.
+
+2002-03-06  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+       * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
+       (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
+
+2002-03-06  Andrew Cagney  <ac131313@redhat.com>
+
+       * cli/cli-decode.c (set_cmd_completer): New function.
+       * command.h (set_cmd_completer): Declare.
+       * cli/cli-decode.h (set_cmd_completer): Ditto.
+
+       * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
+       * cli/cli-cmds.c (init_cli_cmds): Ditto.
+       * win32-nat.c (_initialize_inftarg): Ditto.
+       * remote-rdi.c (_initialize_remote_rdi): Ditto.
+       * proc-api.c (_initialize_proc_api): Ditto.
+       * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
+       * source.c (_initialize_source): Ditto.
+       * exec.c (_initialize_exec): Ditto.
+       * solib.c (_initialize_solib): Ditto.
+       * top.c (init_main): Ditto.
+       * tracepoint.c (_initialize_tracepoint): Ditto.
+       * symfile.c (_initialize_symfile): Ditto.
+       * printcmd.c (_initialize_printcmd): Ditto.
+       * infcmd.c (_initialize_infcmd): Ditto.
+       * corefile.c (_initialize_core): Ditto.
+
+2002-03-05  Andrew Cagney  <ac131313@redhat.com>
+
+       * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
+
+2002-03-05  Andrew Cagney  <ac131313@redhat.com>
+
+       * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
+
+2002-03-05  Andrew Cagney  <ac131313@redhat.com>
+
+       * NEWS: Update headings, 5.2 has branched.
+
+2002-03-04  Daniel Jacobowitz  <drow@mvista.com>
+
+       * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
+       (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
+       (register_addr, REGISTER_RAW_SIZE): Likewise.
+       (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
+       * gdbserver/linux-x86-64-low.c: Remove extra #endif.
+
+2002-03-03  Michal Ludvig <mludvig@suse.cz>
+
+       * MAINTAINERS (x86-64): Add myself.
+       * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
+       changed value_ptr -> struct value *
+
+2002-03-01  David O'Brien  <obrien@FreeBSD.org>
+
+       * configure.host (sparc64-*-freebsd): Add.
+       * configure.tgt: Likewise.
+       * config/sparc/fbsd.mh: New file.
+       * config/sparc/fbsd.mt: Likewise.
+       * config/sparc/nm-fbsd.h: Likewise.
+       * config/sparc/tm-fbsd.h: Likewise.
+
+2002-03-01  Daniel Jacobowitz  <drow@mvista.com>
+
+       * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
+       regformats/reg-s390x.dat.
+
+2002-03-01  Andrew Cagney  <ac131313@redhat.com>
+
+       * utils.c: Add FIXME explaining true/false problem.
+
+2002-02-28  Andrew Cagney  <ac131313@redhat.com>
+
+       * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
+
+2002-02-28  Michael Chastain  <mec@shout.net>
+
+       * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
+
+2002-02-28  Daniel Jacobowitz  <drow@mvista.com>
+
+       * gdbserver/linux-s390-low.c: New file.
+       * regformats/reg-s390.dat: New file.
+       * regformats/reg-s390x.dat: New file.
+       * gdbserver/configure.srv: Add S/390.
+       * gdbserver/Makefile.in: Add S/390.
+       * configure.tgt: Enable gdbserver for S/390.
+
+2002-02-28  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * go32-nat.c (_initialize_go32_nat): Don't use periods in the
+       first line of the doc string for "info dos", except at the end of
+       the sentence, since the short help stops at the first period.
+
+2002-02-28  Jason Merrill  <jason@redhat.com>
+
+       * dwarf2read.c (dwarf_cfi_name): Add new codes.
+
+2002-02-27  Fred Fish  <fnf@redhat.com>
+
+       * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
+       comment (dumy -> dummy).
+
+2002-02-27  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
+
+       * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
+
+2002-02-27  Rodney Brown  <rbrown64@csc.com.au>
+
+      * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
+
+2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
+
+       * gdbserver/acconfig.h: New file.
+       * gdbserver/i387-fp.c: New file.
+       * gdbserver/i387-fp.h: New file.
+       * gdbserver/linux-x86-64.c: New file.
+       * regformats/reg-x86-64.dat: New file.
+       * configure.tgt: Add x86_64-*-linux* gdbserver support.
+       * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
+       * gdbserver/configure.in: Add support for regsets.
+       * gdbserver/config.in: Regenerate.
+       * gdbserver/configure: Regenerate.
+       * gdbserver/Makefile.in: Likewise.  Add $(linux_low_h).
+       * gdbserver/linux-low.h: New file.
+       * gdbserver/linux-low.c: Include "linux-low.h".  Add support
+       for regsets.
+       * gdbserver/linux-arm-low.c: Include "linux-low.h".
+       * gdbserver/linux-ia64-low.c: Include "linux-low.h".
+       * gdbserver/linux-m68k-low.c: Include "linux-low.h".
+       * gdbserver/linux-mips-low.c: Include "linux-low.h".
+       * gdbserver/linux-ppc-low.c: Include "linux-low.h".
+       * gdbserver/linux-sh-low.c: Include "linux-low.h".
+       * gdbserver/linux-i386-low.c: Include "linux-low.h".  Include
+       "i387-fp.h".  Add PTRACE_GETREGS and friends.
+       * gdbserver/regcache.c (supply_register): New function.
+       (supply_register_by_name): New function.
+       (collect_register): New function.
+       (collect_register_by_name): New function.
+
+2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
+
+       * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
+       (config.status): Add configure.srv dependency.
+       (server_h): Add config.h dependency.
+
+2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
+
+       * regformats/reg-i386-linux.dat: New file, with $orig_eax.
+       * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
+       * gdbserver/configure.srv: Change i386-*-linux* to use
+       reg-i386-linux.o.
+
+2002-02-26  Andrew Cagney  <ac131313@redhat.com>
+
+       * x86-64-tdep.c: Re-indent.  Update copyright date.
+
+2002-02-26  Andrew Cagney  <ac131313@redhat.com>
+
+       From Michal Ludvig <mludvig@suse.cz>:
+       * x86-64-tdep.c (value.h): Delete.
+       (gdb_assert.h): Include.
+       (x86_64_register_convert_to_virtual,
+       x86_64_register_convert_to_raw ): Add check which lets only
+       floating-point values to be converted.
+       (value_push): Delete.
+       (x86_64_push_arguments): Order of arguments pushed on stack fixed.
+       (i386_gdbarch_init): Number of register_bytes fixed.
+
+2002-02-26  Andrew Cagney  <ac131313@redhat.com>
+
+       * MAINTAINERS: Add x86-64 target.
+
+2002-02-26  Andrew Cagney  <ac131313@redhat.com>
+
+       * memattr.c (mem_command): Eliminate ``true'' and ``false''.
+       * osfsolib.c (solib_map_sections): Ditto.
+       * irix5-nat.c (solib_map_sections): Ditto.
+       * corelow.c (gdb_check_format): Ditto.
+       * symfile.c (symfile_bfd_open): Ditto.
+       * solib.c (solib_map_sections): Ditto.
+       Fix PR gdb/354.
+       
+2002-02-26  Andrew Cagney  <ac131313@redhat.com>
+
+       * remote.c (_initialize_remote): By default, disable ``e'' and
+       ``E'' step out-of-range packets.
+
+2002-02-26  Andreas Schwab  <schwab@suse.de>
+
+       * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
+       m68k_linux_frame_saved_pc.
+       (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
+       in_sigtramp.
+       (SIGCONTEXT_PC_OFFSET): Remove.
+       * m68klinux-nat.c (m68k_linux_frame_saved_pc,
+       m68k_linux_sigtramp_saved_pc): New functions.
+       (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
+       (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
+       (UCONTEXT_PC_OFFSET): Define.
+       (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
+       non-RT and RT signal trampolines.
+
+2002-02-26  Richard Earnshaw  <rearnsha@arm.com>
+
+       * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
+       (TARGET_NBPG, STACK_END_ADDR): Delete
+       (VARIABLES_INSIDE_BLOCK): Delete.
+
+2002-02-25  Andrew Cagney  <ac131313@redhat.com>
+
+       * utils.c (perror_with_name): Make string parameter constant.
+       (print_sys_errmsg): Ditto.
+       (query): Ditto.
+       * defs.h (perror_with_name): Update.
+       (print_sys_errmsg): Update.
+       (query): Update.
+
+2002-02-25  Daniel Jacobowitz  <drow@mvista.com>
+
+       From Eliot Dresselhaus <eliot@ayrnetworks.com>:
+       * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
+
+2002-02-25  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
+
+       * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
+       if it already matches the current architecture from the exec file.
+       Include arch-utils.h for gdbarch_info_init prototype.
+       * Makefile.in (rs6000-nat.o): Update dependencies.
+
+2002-02-25  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
+        list of exported variables.
+
+2002-02-24  Daniel Jacobowitz  <drow@mvista.com>
+
+       * gdbserver/configure.srv: New file.
+       * gdbserver/configure.in: Use configure.srv instead
+       of the host/target makefile fragments.  Set GDBSERVER_DEPFILES
+       from it.
+       * gdbserver/configure: Regenerated.
+       * gdbserver/terminal.h: New file.
+       * gdbserver/Makefile.in: Update for configure changes.  Remove
+       more unneeded include paths.
+
+2002-02-24  Andrew Cagney  <ac131313@redhat.com>
+
+       From wiz at danbala:
+       * config/sparc/tm-sp64.h: Fix grammar and typos.
+       Fix PR gdb/287.
+
+2002-02-24  Andrew Cagney  <ac131313@redhat.com>
+
+       * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
+       with either ``GNU/Linux'' or ``Linux kernel''.  Update copyright.
+       * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
+       * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
+       * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
+       * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
+       * s390-tdep.c: Ditto.
+       * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
+       * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
+       * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
+       * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
+       * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
+       * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
+       * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
+       * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
+       * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
+       * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
+       Fix PR gdb/378.
+       
 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
 
+       * lin-thread.c: Delete file.
+       * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
+       to gdb_proc_service.h.
+       * configure: Re-generate.
+
+       * ocd.c (ocd_open): Do not try to open the "ocd" device.
+       * serial.c (serial_open): Delete check for "ocd".
+       Fix PR gdb/349.
+
+       * Makefile.in (linux-thread.o): Delete target.
+       * linux-thread.c: Delete file.
+
        * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c.  Tweak other
        renamed SH files to be consistent.
 
This page took 0.02891 seconds and 4 git commands to generate.