* config/sparc/sp64linux.mt: New file.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index d59c0fb88684c08f339d10590d11c66001af6bc8..72f9c9db58dfb4b9d743ab23f771015583fcbb6c 100644 (file)
@@ -1,3 +1,290 @@
+2001-02-23  Andrew Cagney  <ac131313@redhat.com>
+
+       * config/sparc/sp64linux.mt: New file.
+       * configure.tgt: Recognize sparc64-*-linux* as a sp64linux target.
+       * configure.host: Recognize sparc64-*-linux* as a linux host.
+
+       From 2000-03-17 Jakub Jelinek <jakub@redhat.com>:
+       * config/sparc/tm-sp64linux.h: New file.
+       
+2001-02-24  Kevin Buettner  <kevinb@redhat.com>
+
+       * buildsym.c (push_subfile, pop_subfile): Replace call to abort()
+       with call to internal_error().
+       * dbxread.c (process_one_symbol): Likewise.
+       * exec.c (build_section_table, xfer_memory): Likewise.
+       * h8500-tdep.c (h8500_register_size, h8500_register_virtual_type):
+       Likewise.
+       * hpread.c (hpread_type_translate, hpread_read_array_type)
+       (hpread_type_lookup): Likewise.
+       * i386-tdep.c (gdb_print_insn_i386): Likewise.
+       * i960-tdep.c (mem): Likewise
+       * inflow.c (set_sigio_trap, clear_sigio_trap): Likewise.
+       * infptrace.c (child_resume): Likewise.
+       * infttrace.c (_initialize_infttrace): Likewise.
+       * language.c (binop_result_type, add_language): Likewise.
+       * lynx-nat.c (store_inferior_registers): Likewise.
+       * m3-nat.c (port_chain_insert, m3_trace_me): Likewise.
+       * mdebugread.c (parse_partial_symbols): Likewise.
+       * monitor.c (monitor_printf_noecho, monitor_printf)
+       (monitor_dump_regs): Likewise.
+       * ocd.c (stu_put_packet): Likewise.
+       * printcmd.c (decode_format, print_scalar_formatted): Likewise.
+       * remote-bug.c (bug_open): Likewise.
+       * remote-e7000.c (fetch_regs_from_dump, e7000_wait): Likewise.
+       * remote-es.c (es1800_read_bytes): Likewise.
+       * remote-mips.c (common_breakpoint): Likewise.
+       * remote-rdp.c (send_rdp): Likewise.
+       * remote-sds.c (putmessage): Likewise.
+       * sparc-nat.c (fetch_inferior_registers, store_inferior_registers):
+       Likewise.
+       * sparcl-tdep.c (sparclite_download): Likewise.
+       * symtab.c (lookup_partial_symbol): Likewise.
+       * target.c (push_target, pop_target, initialize_targets): Likewise.
+       * utils.c (internal_verror, malloc_botch, wrap_here, decimal2str):
+       Likewise.
+       * valprint.c (print_decimal, print_longest, print_longest)
+       (strcat_longest): Likewise.
+       * w65-tdep.c (init_frame_pc, w65_push_dummy_frame): Likewise.
+       * xmodem.c (xmodem_send_packet): Likewise.
+       * z8k-tdep.c (init_frame_pc, z8k_push_dummy_frame): Likewise.
+       * config/h8500/tm-h8500.h (STORE_STRUCT_RETURN): Likewise.
+       * config/mn10200/tm-mn10200.h (EXTRACT_RETURN_VALUE)
+       (STORE_RETURN_VALUE): Likewise.
+       * config/ns32k/nm-umax.h (REGISTER_U_ADDR): Likewise.
+       * config/ns32k/xm-merlin.h (REGISTER_U_ADDR): Likewise.
+       * config/z8k/tm-z8k.h (STORE_STRUCT_RETURN, STORE_RETURN_VALUE):
+       Likewise.
+
+2001-02-23  Andrew Cagney  <ac131313@redhat.com>
+
+       * CONTRIBUTE: Document how to cite a problem report.
+       * TODO: Note need to replace CONTRIBUTE with generated file.
+
+       * CONTRIBUTE: Mention that patches do not need to include the
+       generated files gdbarch.h and gdbarch.c.
+       
+2001-02-21  Andrew Cagney  <ac131313@redhat.com>
+
+       * value.h (get_saved_register): Move from here.
+       * frame.h: To here.
+
+2001-02-21  Kevin Buettner  <kevinb@redhat.com>
+
+       * solib.h (in_svr4_dynsym_resolve_code): Delete declaration.
+       (in_solib_dynsym_resolve_code): Add declaration.
+       (IN_SOLIB_DYNSYM_RESOLVE_CODE): Changed define to invoke
+       in_solib_dynsym_resolve_code() rather than
+       in_svr4_dynsym_resolve_code().  Also, removed the ifdefs
+       which caused this macro to only be defined when
+       SVR4_SHARED_LIBS is defined.
+       * solib.c (in_solib_dynsym_resolve_code): New function.
+       * solist.h (struct target_so_ops): Add new member
+       in_dynsym_resolve_code.
+       * solib-aix5.c (aix5_in_dynsym_resolve_code): Renamed from
+       in_svr4_dynsym_resolve_code.  Also, made static.
+       (_initialize_aix5_solib): Initialize in_dynsym_resolve_code
+       member in aix5_so_ops.
+       * solib-svr4.c (svr4_in_dynsym_resolve_code): Renamed from
+       in_svr4_dynsym_resolve_code.  Also, added second version
+       of this function which will be used when SVR4_SHARED_LIBS
+       is not defined.
+       (_initialize_svr4_solib): Initialize in_dynsym_resolve_code
+       member in svr4_so_ops.
+
+       * ia64-aix-nat.c, ia64-aix-tdep.c, config/ia64/aix.mh,
+       config/ia64/aix.mt, config/ia64/nm-aix.h, config/ia64/tm-aix.h,
+       config/ia64/xm-aix.h: New files.
+       * ia64-tdep.c (_initialize_ia64_tdep): Remove declaration.
+       (ia64_aix_sigcontext_register_address): New declaration.
+       (ia64_gdbarch_init): Provide for initialization of 
+       sigcontext_register_address member of struct tdep when
+       on target is detected to be running AIX.
+       * config/ia64/linux.mt (TDEPFILES): Add ia64-aix-tdep.o to
+       this list.
+
+2001-02-20  Kevin Buettner  <kevinb@redhat.com>
+
+       * ia64-tdep.c (ia64_frameless_function_invocation): Implement.
+       * config/ia64/linux.mh (NATDEPFILES): Use thread-db.o and lin-lwp.o
+       for thread support instead of linux-thread.o and lin-thread.o.
+       * config/ia64/nm-linux.h (PREPARE_TO_PROCEED, GET_THREAD_SIGNALS,
+       ATTACH_LWP): Define to use the following lin-lwp.c functions...
+       (lin_lwp_prepare_to_proceed, lin_thread_get_thread_signals,
+       lin_lwp_attach_lwp): Declare.
+
+2001-02-20  Andrew Cagney  <ac131313@redhat.com>
+
+       * mips-tdep.c (do_fp_register_row, do_fp_register_row): Fix printf
+       formatting.
+
+2001-02-20  Kevin Buettner  <kevinb@redhat.com>
+
+       * solib-aix5.c (solib-svr4.h): Remove include.
+       (solib_break_names): Delete names which aren't actually
+       used by AIX5.
+       (bkpt_names): Remove.
+       (aix5_relocate_main_executable, bfd_lookup_symbol): Replace calls
+       to STREQ() with equivalent calls to strcmp().
+       (in_svr4_dynsym_resolve_code, enable_break, bfd_lookup_symbol,
+       aix5_solib_create_inferior_hook): Revise comments.
+       (enable_break): Remove old ``bkpt_names'' code.
+
+2001-02-19  Andrew Cagney  <ac131313@redhat.com>
+
+       * Makefile.in (SFILES): Add frame.c .
+       (COMMON_OBS): Add frame.o .
+       (frame.o): New target.
+
+       * frame.c (find_saved_register): 
+       (default_get_saved_register): 
+       (get_saved_register): 
+       (read_relative_register_raw_bytes_for_frame): 
+       (read_relative_register_raw_bytes): Moved to here.
+       * regcache.c: From here.
+
+2001-02-20  Kevin Buettner  <kevinb@redhat.com>
+
+       * solib-aix5.c: New file.
+
+2001-02-20  Martin M. Hunt  <hunt@redhat.com>
+
+       * solib.c (info_sharedlibrary_command): Don't assume pointers
+       are the same size of long, call longest_local_hex_string_custom().
+
+       * solib-svr4.c (LM_ADDR): LM_ADDR is a signed offset, so
+       extract_signed_integer() should be called instead of
+       extract_address().
+
+2001-02-20  Martin M. Hunt  <hunt@redhat.com>  
+       
+       * MAINTAINERS: Add Martin Hunt to Write After Approval list.
+
+2001-02-19  Andrew Cagney  <ac131313@redhat.com>
+
+       Frm 2001-02-09 Jim Kingdon <jkingdon@engr.sgi.com>:
+       * mips-tdep.c (mips_register_raw_size): If FP_REGISTER_DOUBLE,
+       then floating point registers are 8 bytes.
+
+2001-02-19  Michael Snyder  <msnyder@mvstp600e.cygnus.com>
+
+       * parse.c (write_exp_msymbol): Make the type CORE_ADDR, to 
+       accomodate 64-bit addresses.
+
+2001-02-19  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>
+       * symtab.c (lookup_symbol_aux): Call lookup_symbol_aux, not
+       lookup_symbol, when trying to find a symbol with a mangled name,
+       to avoid infinite recursion.
+
+2001-02-18  Andrew Cagney  <ac131313@redhat.com>
+
+       * TODO (5.2): Mention G++ 3.0 ABI.  General cleanups.
+
+2001-02-19  Jonathan Larmour  <jlarmour@redhat.com>
+
+       * arm-tdep.c (check_prologue_cache): Fix off by 1 error.
+       (save_prologue_cache): Ditto.
+
+2001-02-19  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       From: innadadadavida@yahoo.com:
+       * partial-stab.h (switch): Check that pst is not null
+       before dereferencing it.
+
+2001-02-19  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+        From Andrew Cagney  <cagney@b1.cygnus.com>:
+       * symfile.c (add_symbol_file_command): Always initialize
+       my_cleanup using a NULL cleanup.
+
+2001-02-19  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * demangle.c (demangling_style_names): New variable.
+       (_initialize_demangler): Fill demangling_style_names with the
+       names of known demangling styles from libiberty_demanglers[].  Use
+       add_set_enum_cmd instead of add_set_cmd, to get completion on
+       demangling style names.
+
+       * proc-api.c (_initialize_proc_api): Make `procfs-file' use
+       file-name completion.
+
+       * remote-rdi.c (_initialize_remote_rdi): Ditto for `rdilogfile'.
+
+       * solib.c (_initialize_solib): Ditto for `solib-search-path' and
+       `solib-absolute-prefix'.
+
+       * tracepoint.c (_initialize_tracepoint): Ditto for
+       `save-tracepoints'.
+
+       * win32-nat.c (_initialize_inftarg): Ditto for `dll-symbols'.
+
+       * cli/cli-cmds.c (init_cli_cmds): Make `shell' and `make' use
+       file-name completion.
+
+       * infcmd.c (_initialize_infcmd): Make the following commands use
+       the file-name completer: `tty', `args', `path', `paths', and
+       `run'.
+
+2001-02-18  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * go32-nat.c: Include i387-nat.h.
+       (fetch_register): New function, uses some of the guts of
+       go32_fetch_registers and calls i387_supply_register.
+       (go32_fetch_registers): Most of the code moved into
+       fetch_register.  Use i387_supply_fsave.
+       (store_register): Use i387_fill_fsave instead of custom code.
+       (go32_store_registers): Use i387_fill_fsave.
+
+       * Makefile.in (go32-nat.o): Depend on i387-nat.h.
+
+       * config/i386/go32.mh (NATDEPFILES): Add i387-nat.o.
+
+       * completer.c (gdb_completer_file_name_break_characters): Remove
+       slash from file-name break characters.
+       [__MSDOS__]: Special definition for DOS/Windows file names.
+       (line_completion_function): When completing on file names, bump
+       `p' to the first file-name constituent character of `word', before
+       invoking the completer.
+
+2001-02-17  Mark Kettenis  <kettenis@gnu.org>
+
+       * i387-nat.c: Include "i387-nat.h".  Use regnum instead of regno
+       consistently for parameter names.  Fix comments accordingly.
+       (i387_supply_register): New function.
+       (i387_supply_fsave): Implement using i387_supply_register.
+       * i387-nat.h: Use regnum instead of regno consistently for
+       parameter names.  Fix comments accordingly.
+       (i387_supply_register): New prototype.
+
+2001-02-16  Michael Snyder  <msnyder@mvstp600e.cygnus.com>
+
+       * remote.c (build_remote_gdbarch_data): Use new TARGET_ADDR_BIT 
+       instead of TARGET_PTR_BIT (to support Harvard architectures).
+
+2001-02-16  Andrew Cagney  <ac131313@redhat.com>
+
+       From 2001-02-11 Paul Hilfinger <hilfingr@lisbon.int.act-europe.fr>
+       * hpux-thread.c (hpux_thread_xfer_memory): Add mem_attrib 
+       argument to parameter list and to call in order to conform to 
+       to_xfer_memory field of struct target_ops.
+
+2001-02-12  Michael Chastain  <chastain@redhat.com>
+
+       * somsolib.c (som_solib_add_solib_objfile): Do not use
+       section relocation feature of syms_from_objfile.  Do my own
+       section relocation, offsetting each section of the som by
+       either text_addr - text_link_addr or data_start.
+
+2001-02-16  Andrew Cagney  <ac131313@redhat.com>
+
+       * TODO (5.1): Move ``Hardware watchpint problems'' out of 5.1.
+
+2001-02-16  Andrew Cagney  <ac131313@redhat.com>
+
+       * MAINTAINERS (paper trail): Update.
+
 2001-02-16  Mark Kettenis  <kettenis@gnu.org>
 
        * target.h (target_fetch_registers): Fix comment.
This page took 0.02716 seconds and 4 git commands to generate.