2002-03-27 Daniel Jacobowitz <drow@mvista.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index ff436393b6c251ebabc8546eabfcaf608348a833..9d6eea654099eaca8125bf460091141f88231cf0 100644 (file)
@@ -1,3 +1,126 @@
+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
This page took 0.025192 seconds and 4 git commands to generate.