]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/ChangeLog
bfd_section_* macros
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
index 421b26a004f5316c5989459af26b781ffb521ae1..7057e37e8da8e7dae9f744d0a7ffba5388a24017 100644 (file)
@@ -1,3 +1,42 @@
+2019-09-18  Alan Modra  <amodra@gmail.com>
+
+       * aarch64-linux-tdep.c, * arm-tdep.c, * auto-load.c,
+       * coff-pe-read.c, * coffread.c, * corelow.c, * dbxread.c,
+       * dicos-tdep.c, * dwarf2-frame.c, * dwarf2read.c, * elfread.c,
+       * exec.c, * fbsd-tdep.c, * gcore.c, * gdb_bfd.c, * gdb_bfd.h,
+       * hppa-tdep.c, * i386-cygwin-tdep.c, * i386-fbsd-tdep.c,
+       * i386-linux-tdep.c, * jit.c, * linux-tdep.c, * machoread.c,
+       * maint.c, * mdebugread.c, * minidebug.c, * mips-linux-tdep.c,
+       * mips-sde-tdep.c, * mips-tdep.c, * mipsread.c, * nto-tdep.c,
+       * objfiles.c, * objfiles.h, * osabi.c, * ppc-linux-tdep.c,
+       * ppc64-tdep.c, * record-btrace.c, * record-full.c, * remote.c,
+       * rs6000-aix-tdep.c, * rs6000-tdep.c, * s390-linux-tdep.c,
+       * s390-tdep.c, * solib-aix.c, * solib-dsbt.c, * solib-frv.c,
+       * solib-spu.c, * solib-svr4.c, * solib-target.c,
+       * spu-linux-nat.c, * spu-tdep.c, * symfile-mem.c, * symfile.c,
+       * symmisc.c, * symtab.c, * target.c, * windows-nat.c,
+       * xcoffread.c, * cli/cli-dump.c, * compile/compile-object-load.c,
+       * mi/mi-interp.c: Update throughout for bfd section macro and
+       function changes.
+       * gcore (gcore_create_callback): Use bfd_set_section_lma.
+       * spu-tdep.c (spu_overlay_new_objfile): Likewise.
+
+2019-09-18  Tom Tromey  <tom@tromey.com>
+
+       * NEWS: Add entry.
+       * tui/tui.c (tui_initialize_readline): Set name of keymap.  Do not
+       call rl_initialize.
+       (tui_enable): Do not call rl_initialize.
+
+2019-09-18  Christian Groessler  <chris@groessler.org>
+
+       * alpha-linux-nat.c: Include gdbarch.h.
+
+2019-09-18  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * ui-file.c: Include cli/cli-style.h.
+       (term_cli_styling): Remove cli_styling declaration.
+
 2019-09-18  Alan Modra  <amodra@gmail.com>
 
        * arm-tdep.c (arm_record_special_symbol): Update bfd_get_section
 
 2019-05-16  Sergio Durigan Junior  <sergiodj@redhat.com>
 
+       PR breakpoints/24541
        * stap-probe.c (stap_parse_register_operand): Make "regname" an
        "std::string", simplifying the algorithm.