]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/ChangeLog
Remove cleanups from coff-pe-read.c
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
index 4f42528a06cf3fe7247ea232c9ce66ef37dfcd14..dd01ce376c8c7f050d5abfdce3b89090f7655229 100644 (file)
@@ -1,3 +1,32 @@
+2018-05-25  Tom Tromey  <tom@tromey.com>
+
+       * coff-pe-read.c (struct read_pe_section_data) <section_name>: Now
+       a std::string.
+       (get_pe_section_index, add_pe_exported_sym): Update.
+       (read_pe_exported_syms): Use gdb::def_vector.
+
+2018-05-25  Tom Tromey  <tom@tromey.com>
+
+       * frame.c (remove_prev_frame): Remove.
+       (get_prev_frame_if_no_cycle): Use TRY/CATCH.
+
+2018-05-25  Maciej W. Rozycki  <macro@mips.com>
+
+       * mips-linux-tdep.h (mips_supply_fpregset, mips_fill_fpregset):
+       Remove prototypes.
+       * mips-linux-nat.c (supply_fpregset): Always call
+       `mips64_supply_fpregset' rather than `mips_supply_fpregset'.
+       (fill_fpregset): Always call `mips64_fill_fpregset' rather than
+       `mips_fill_fpregset'.
+       * mips-linux-tdep.c (mips_supply_fpregset)
+       (mips_supply_fpregset_wrapper, mips_fill_fpregset)
+       (mips_fill_fpregset_wrapper): Remove functions.
+       (mips64_supply_fpregset, mips64_fill_fpregset): Update comments.
+       (mips_linux_fpregset): Remove variable.
+       (mips_linux_iterate_over_regset_sections): Use
+       `mips64_linux_fpregset' in place of `mips_linux_fpregset'.
+       (mips_linux_o32_sigframe_init): Remove comment.
+
 2018-05-25  Pedro Alves  <palves@redhat.com>
 
        * remote.c (struct vCont_action_support, MAXTHREADLISTRESULTS)