X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2FChangeLog;h=7611dbb68f541cb5a29949813e1be8f078ef967a;hb=c2853f3d99797a321c37948297441ca6021f719a;hp=cea09eee45d1312408bd277e466922bf32ff0e38;hpb=0548b5db301937e52a34dd6991ae571e21e75b40;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index cea09eee45..7611dbb68f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,94 @@ +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.