[PowerPC] Don't zero-initialize vector register buffers
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 61dc039d4fe963bf33a82b68350f8765a013da24..8b7323e54b75ca085a59882c46b19541a6520105 100644 (file)
@@ -1,3 +1,27 @@
+2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
+
+       * ppc-linux-tdep.c (ppc_linux_collect_vrregset): Remove.
+       (ppc32_le_linux_vrregset, ppc32_be_linux_vrregset): Replace
+       ppc_linux_collect_vrregset by regcache_collect_regset.
+
+2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
+
+       * linux-tdep.c (linux_collect_regset_section_cb): Use
+       std::vector<gdb_byte> instead of char * and malloc for buf.
+       Remove xfree.
+
+2018-10-26  Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
+
+       * xcoffread.c (read_xcoff_symtab): Pass deduced language to
+       symtab_start instead of always using language_unknown.
+
+2018-10-26  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * riscv-tdep.c (riscv_read_misa_reg): Update comment, remove
+       READ_P parameter, catch and ignore register access errors from
+       either the old or new MISA location.
+       (riscv_has_feature): Update call to riscv_read_misa_reg.
+
 2018-10-25  Andrew Burgess  <andrew.burgess@embecosm.com>
 
        * python/py-function.c (convert_values_to_python): Return
This page took 0.027209 seconds and 4 git commands to generate.