X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2FChangeLog;h=7611dbb68f541cb5a29949813e1be8f078ef967a;hb=c2853f3d99797a321c37948297441ca6021f719a;hp=2fcd4a92bdab55d9b02276170f576fd529835d6f;hpb=edcc890fce07a26950e5a24f4edc7664b0d4e1f5;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2fcd4a92bd..7611dbb68f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,156 @@ +2014-02-14 Jose E. Marchesi + + * sparc64-linux-nat.c (_initialize_sparc64_linux_nat): Register + the proper offsets to access fpregset_t. + +2014-02-13 Sanimir Agovic + + * cris-tdep.c (cris_supply_gregset): Remove zerobuf. + (_initialize_cris_tdep): Remove cris_set_cmdlist, cris_show_cmdlist. + * h8300-tdep.c (setmachinelist): Remove global. + * hppa-tdep.c (hppa_sigtramp): Remove global. + * mipsnbsd-tdep.c (sigtramp_retcode_mipsel, sigtramp_retcode_mipseb + RETCODE_NWORDS, RETCODE_SIZE): Wrap code with #if 0. + * ravenscar-thread.c (update_target_observer): Remove global. + * rs6000-tdep.c (rs6000_gdbarch_init): Remove segment_regs. + +2014-02-12 Tom Tromey + + * common/rsp-low.c: Update comments. + * common/rsp-low.h: Update comments. + +2014-02-12 Tom Tromey + + * common/rsp-low.c (convert_ascii_to_int): Remove. + * common/rsp-low.h (convert_ascii_to_int): Don't declare. + +2014-02-12 Tom Tromey + + * common/rsp-low.h (unhexify): Don't declare. + * common/rsp-low.c (unhexify): Remove. + +2014-02-12 Tom Tromey + + * common/rsp-low.h (convert_int_to_ascii): Don't declare. + * common/rsp-low.c (convert_int_to_ascii): Remove. + +2014-02-12 Tom Tromey + + * common/rsp-low.h (hexify): Don't declare. + * common/rsp-low.c (hexify): Remove. + +2014-02-12 Tom Tromey + + * common/rsp-low.c (hexify): Never take strlen of argument. + +2014-02-12 Tom Tromey + + * common/rsp-low.c (bin2hex): Never take strlen of argument. + * remote.c (extended_remote_run, remote_rcmd) + (remote_download_trace_state_variable, remote_save_trace_data) + (remote_set_trace_notes): Update. + * tracepoint.c (encode_source_string, tfile_write_status) + (tfile_write_uploaded_tsv): Update. + +2014-02-12 Tom Tromey + + * tracepoint.c: Include rsp-low.h. + * remote.h (hex2bin, bin2hex, unpack_varlen_hex): Don't declare. + * remote.c: Include rsp-low.h. + (hexchars, ishex, unpack_varlen_hex, pack_nibble, pack_hex_byte) + (fromhex, hex2bin, tohex, bin2hex, remote_escape_output) + (remote_unescape_input): Move to common/rsp-low.c. + * common/rsp-low.h: New file. + * common/rsp-low.c: New file. + * Makefile.in (SFILES): Add common/rsp-low.c. + (HFILES_NO_SRCDIR): Add common/rsp-low.h. + (COMMON_OBS): Add rsp-low.o. + (rsp-low.o): New target. + +2014-02-12 Tom Tromey + + * utils.h: Include print-utils.h. + (host_address_to_string, plongest, pulongest, phex, phex_nz) + (int_string, core_addr_to_string, core_addr_to_string_nz) + (hex_string, hex_string_custom): Don't declare. + * utils.c (NUMCELLS, CELLSIZE, get_cell, decimal2str, pulongest) + (plongest, thirty_two, phex, phex_nz, octal2str, hex_string) + (hex_string_custom, int_string, core_addr_to_string) + (core_addr_to_string_nz, host_address_to_string): Move to + common/print-utils.c. + * common/print-utils.h: New file. + * common/print-utils.c: New file + * Makefile.in (SFILES): Add common/print-utils.c. + (HFILES_NO_SRCDIR): Add common/print-utils.h. + (COMMON_OBS): Add print-utils.o. + (print-utils.o): New target. + +2014-02-12 Tom Tromey + + * nios2-tdep.c (nios2_stub_frame_base_address): Remove. + +2014-02-12 Mark Kettenis + + * sparc64obsd-tdep.c (sparc64obsd_init_abi): Call obsd_init_abi. + +2014-02-12 Mark Kettenis + + * inf-ptrace.c (inf_ptrace_xfer_partial): Return TARGET_XFER_EOF + if a PT_IO ptrace request returns sucessfully but indicates that 0 + bytes were transferred. + +2014-02-12 Pedro Alves + Kevin Buettner + + * gnu-v3-abi.c (build_gdb_vtable_type): Return a type marked with + TYPE_INSTANCE_FLAG_CODE_SPACE. + +2014-02-12 Pedro Alves + + * h8300-tdep.c (pseudo_from_raw_register) + (raw_from_pseudo_register): New functions. + (h8300_pseudo_register_read, h8300_pseudo_register_write): Use + them. + +2014-02-12 Pedro Alves + + * h8300-tdep.c (h8300_register_sim_regno): New function. + (h8300_gdbarch_init): Install h8300_register_sim_regno as + gdbarch_register_sim_regno hook. + +2014-02-12 Sanimir Agovic + + * nios2-tdep.c (nios2_stub_frame_base): Remove global. + +2014-02-12 Sanimir Agovic + + * tic6x-tdep.c (tic6x_gdbarch_init): Call frame_base_set_default. + +2014-02-12 Mark Kettenis + + * obsd-tdep.h (obsd_init_abi): New prototype. + * obsd-tdep.c: Define enum with OpenBSD signal numbers. + (obsd_gdb_signal_from_target, obsd_gdb_signal_to_target) + (obsd_init_abi): New functions. + * i386obsd-tdep.c: Include "obsd-tdep.h". + (i386obsd_init_abi): Call obsd_init_abi. + * amd64obsd-tdep.c: Include "obsd-tdep.h". + (amd64obsd_init_abi): Call obsd_init_abi. + * configure.tgt (i[34567]86-*-openbsd*, x86_64-*-openbsd*): Add + obsd-tdep.c to gdb_target_obs. + +2014-02-11 Jose E. Marchesi + + * sparc64-tdep.c (sparc64_store_arguments): Do not align complex + double float arguments to 16-byte in the argument slots. + +2014-02-11 Doug Evans + + * configure.ac: Don't crash if pkg-config is not found and guile + wasn't explicitly requested. Use AC_MSG_ERROR instead of AC_ERROR + in guile checks. + * configure: Regenerate. + 2014-02-11 Yao Qi * aix-thread.c (aix_thread_xfer_partial): Update comments.