Remove unused parameter in solib_add and update_solib_list
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 8bc3aecb6db6c8e9b010bf54e446a2ac9340cf82..62db6b9d2c1b3347153e765c2a87d2b64ea5dd82 100644 (file)
@@ -1,3 +1,116 @@
+2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
+
+       * infcmd.c (post_create_inferior): Remove unused argument in
+       call to solib_add.
+       * remote.c (remote_start_remote): Likewise.
+       * solib-frv.c (frv_fetch_objfile_link_map): Likewise.
+       * solib-svr4.c: (svr4_fetch_objfile_link_map): Likewise.
+       (enable_break): Likewise.
+       * solib.c (update_solib_list): Remove unused target argument
+       and its documentation.
+       (solib_add): Remove unused target argument.  Remove unused
+       argument in call to update_solib_list.
+       (info_sharedlibrary_command): Remove unused argument in call
+       to update_solib_list.
+       (sharedlibrary_command): Remove unused argument in call to
+       solib_add.
+       (handle_solib_event): Likewise.
+       (reload_shared_libraries): Likewise.
+       * solib.h (solib_add): Remove unused target argument.
+
+2017-03-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * s390-linux-tdep.c (is_rsi, is_rie): Remove functions.
+       (s390_displaced_step_fixup): Cover relative branches with the
+       default fixup handling.  This fixes lack of support for some
+       relative branch instructions.
+
+2017-03-17  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * i386-gnu-nat.c (gnu_fetch_registers, gnu_store_registers): Use
+       ptid from regcache.
+
+2017-03-17  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers,
+       i386_darwin_store_inferior_registers): Use ptid from regcache.
+
+2017-03-17  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * i386-bsd-nat.c (i386bsd_fetch_inferior_registers,
+       i386bsd_store_inferior_registers): Use ptid from regcache.
+
+2017-03-17  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * hppa-obsd-nat.c (hppaobsd_fetch_registers,
+       hppaobsd_store_registers): Use ptid from regcache.
+
+2017-03-17  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * hppa-nbsd-nat.c (hppanbsd_fetch_registers,
+       hppanbsd_store_registers): Use ptid from regcache.
+
+2017-03-17  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * hppa-linux-nat.c (fetch_register, store_register): Use ptid
+       from regcache.  Use get_ptrace_pid.
+
+2017-03-17  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * corelow.c (get_core_register_section): Use ptid from regcache,
+       update doc.
+
+2017-03-17  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * bsd-uthread.c (bsd_uthread_fetch_registers,
+       bsd_uthread_store_registers): Use ptid from regcache, set and
+       restore inferior_ptid.
+
+2017-03-17  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * arm-nbsd-nat.c (fetch_register, fetch_regs, fetch_fp_register,
+       fetch_fp_regs, store_register, store_regs, store_fp_register,
+       store_fp_regs): Use ptid from regcache.
+
+2017-03-17  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * arm-linux-nat.c (fetch_fpregs, store_fpregs, fetch_regs,
+       store_regs, fetch_wmmx_regs, store_wmmx_regs, fetch_vfp_regs,
+       store_vfp_regs): Use ptid from regcache.
+
+2017-03-17  Pedro Alves  <palves@redhat.com>
+
+       PR remote/21188
+       * ser-base.c (ser_base_wait_for): Add comment.
+       (do_ser_base_readchar): Improve comment based on the ser-unix.c's
+       version.
+       * ser-unix.c (hardwire_raw): Remove reference to
+       scb->current_timeout.
+       (wait_for, do_hardwire_readchar, hardwire_readchar): Delete.
+       (hardwire_ops): Install ser_base_readchar instead of
+       hardwire_readchar.
+       * serial.h (struct serial) <current_timeout, timeout_remaining>:
+       Remove fields.
+
+2017-03-17  Jonah Graham  <jonah@kichwacoders.com>
+
+       PR gdb/19637
+       * python/lib/gdb/printer/bound_registers.py: Add support for
+       Python 3.
+
+2017-03-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * dwarf2loc.c (indirect_synthetic_pointer): Get data type of
+       pointed-to DIE and pass it to dwarf2_evaluate_loc_desc_full.
+       (dwarf2_evaluate_loc_desc_full): New parameter subobj_type; rename
+       byte_offset to subobj_byte_offset.  Fix the handling of
+       DWARF_VALUE_STACK on big-endian targets when coming via an
+       implicit pointer.
+       (dwarf2_evaluate_loc_desc): Adjust call to
+       dwarf2_evaluate_loc_desc_full.
+       * dwarf2loc.h (dwarf2_fetch_die_type_sect_off): New declaration.
+       * dwarf2read.c (dwarf2_fetch_die_type_sect_off): New function.
+
 2017-03-16  Yao Qi  <yao.qi@linaro.org>
 
        * arm-tdep.c (thumb_record_misc): Decode CBNZ, CBZ, REV16,
This page took 0.025914 seconds and 4 git commands to generate.