* config/sparc/sp64linux.mt: New file.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 57f844968fe6e9d9ccbe63f91abd4f46c936a410..72f9c9db58dfb4b9d743ab23f771015583fcbb6c 100644 (file)
@@ -1,5 +1,157 @@
+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().
This page took 0.026018 seconds and 4 git commands to generate.