PR13616, linker should pad executable sections with nops, not zeros
[deliverable/binutils-gdb.git] / include / ChangeLog
index e779c177023786babd2bf4b93b640f18d639701d..412d71459e077001a2d21320e7905160c5fa4b7c 100644 (file)
@@ -1,3 +1,125 @@
+2019-10-16  Alan Modra  <amodra@gmail.com>
+
+       PR 13616
+       * bfdlink.h (struct bfd_link_info <big_endian>): New field.
+
+2019-10-07  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
+
+       * elf/msp430.h: Add enums for MSPABI and GNU object attribute tag
+       names and values.
+
+2019-09-23  Nick Alcock  <nick.alcock@oracle.com>
+
+       * ctf-api.h (ctf_cuname_set): Can now fail, returning int.
+       (ctf_parent_name_set): Likewise.
+
+2019-08-05  Nick Alcock  <nick.alcock@oracle.com>
+
+       * ctf-api.h (ECTF_NONREPRESENTABLE): New.
+
+2019-09-23  Nick Alcock  <nick.alcock@oracle.com>
+
+       * ctf-api.h: Note the instability of the ctf_link interfaces.
+
+2019-07-13  Nick Alcock  <nick.alcock@oracle.com>
+
+       * bfdlink.h (elf_strtab_hash): New forward.
+       (elf_sym_strtab): Likewise.
+       (struct bfd_link_callbacks <examine_strtab>): New.
+       (struct bfd_link_callbacks <emit_ctf>): Likewise.
+
+2019-07-13  Nick Alcock  <nick.alcock@oracle.com>
+
+       * ctf-api.h (includes): No longer include <sys/param.h>.
+
+2019-07-30  Nick Alcock  <nick.alcock@oracle.com>
+
+       * ctf-api.h (ctf_link_add_cu_mapping): New.
+       (ctf_link_memb_name_changer_f): New.
+       (ctf_link_set_memb_name_changer): New.
+
+2019-07-13  Nick Alcock  <nick.alcock@oracle.com>
+
+       * ctf-api.h (ECTF_INTERNAL): New.
+
+2019-07-13  Nick Alcock  <nick.alcock@oracle.com>
+
+       * ctf-api.h (struct ctf_link_sym): New, a symbol in flight to the
+       libctf linking machinery.
+       (CTF_LINK_SHARE_UNCONFLICTED): New.
+       (CTF_LINK_SHARE_DUPLICATED): New.
+       (ECTF_LINKADDEDLATE): New, replacing ECTF_UNUSED.
+       (ECTF_NOTYET): New, a 'not yet implemented' message.
+       (ctf_link_add_ctf): New, add an input file's CTF to the link.
+       (ctf_link): New, merge the type and string sections.
+       (ctf_link_strtab_string_f): New, callback for feeding strtab info.
+       (ctf_link_iter_symbol_f): New, callback for feeding symtab info.
+       (ctf_link_add_strtab): New, tell the CTF linker about the ELF
+       strtab's strings.
+       (ctf_link_shuffle_syms): New, ask the CTF linker to shuffle its
+       symbols into symtab order.
+       (ctf_link_write): New, ask the CTF linker to write the CTF out.
+
+2019-07-13  Nick Alcock  <nick.alcock@oracle.com>
+
+       * ctf-api.h (ctf_arc_write_fd): New.
+       (ctf_write_mem): Likewise.
+       (ctf_gzwrite): Spacing fix.
+
+2019-07-13  Nick Alcock  <nick.alcock@oracle.com>
+
+       * ctf.h (CTF_SET_STID): New.
+
+2019-07-13  Nick Alcock  <nick.alcock@oracle.com>
+
+       * ctf-api.h (ctf_type_all_f): New.
+       (ctf_type_iter_all): New.
+
+2019-07-11  Nick Alcock  <nick.alcock@oracle.com>
+
+       * ctf.h: Add object index and function index sections.  Describe
+       them. Improve the description of the variable section and clarify
+       the constraints on backward-pointing type nodes.
+       (ctf_header): Add cth_objtidxoff, cth_funcidxoff.
+
+2019-07-06  Nick Alcock  <nick.alcock@oracle.com>
+
+       * ctf-api.h (ctf_cuname): New function.
+       (ctf_cuname_set): Likewise.
+       * ctf.h: Improve comment around upgrading, no longer
+       implying that v2 is the target of upgrades (it is v3 now).
+       (ctf_header_v2_t): New, old-format header for backward
+       compatibility.
+       (ctf_header_t): Add cth_cuname: this is the first of several
+       header changes in format v3.
+
+2019-09-23  Alan Modra  <amodra@gmail.com>
+
+       * bfdlink.h (struct bfd_section_already_linked): Forward declare.
+       (bfd_section_already_linked_table_init),
+       (bfd_section_already_linked_table_free),
+       (_bfd_handle_already_linked, _bfd_nearby_section),
+       (_bfd_fix_excluded_sec_syms): Declare.
+
+2019-09-23  Alan Modra  <amodra@gmail.com>
+
+       * bfdlink.h (enum notice_asneeded_action): Define.
+
+2019-09-17  Maxim Blinov  <maxim.blinov@embecosm.com>
+
+       * opcode/riscv.h (riscv_insn_class): New enum.
+       * opcode/riscv.h (struct riscv_opcode): Change
+       subset field to insn_class field.
+
+2019-09-09  Phil Blundell  <pb@pbcl.net>
+
+       binutils 2.33 branch created.
+
+2019-08-30  Claudiu Zissulescu <claziss@gmail.com>
+
+       * opcode/arc.h (FASTMATH): Move it from insn_class_t to
+       insn_subclass_t enum.
+
 2019-08-22  Alan Modra  <amodra@gmail.com>
 
        * elf/arm.h (ARM_GET_SYM_CMSE_SPCL, ARM_SET_SYM_CMSE_SPCL): Delete.
        * opcode/aarch64.h (enum aarch64_insn_class): sve_size_013
        renamed to sve_size_13.
 
-2019-06-19  Nick Alcock <nick.alcock@oracle.com>
+2019-06-19  Nick Alcock  <nick.alcock@oracle.com>
 
        * ctf.h (ctf_slice_t): Make cts_offset and cts_bits unsigned
        short, so following structures are properly aligned.
This page took 0.025978 seconds and 4 git commands to generate.