1 2018-04-30 Francois H. Theron <francois.theron@netronome.com>
3 * dis-asm.h: Added print_nfp_disassembler_options prototype.
4 * elf/common.h: Added EM_NFP, officially assigned. See Google Group
5 Generic System V Application Binary Interface.
6 * elf/nfp.h: New, for NFP support.
7 * opcode/nfp.h: New, for NFP support.
9 2018-04-25 Christophe Lyon <christophe.lyon@st.com>
10 Mickaël Guêné <mickael.guene@st.com>
12 * elf/arm.h: Add R_ARM_TLS_GD32_FDPIC, R_ARM_TLS_LDM32_FDPIC,
15 2018-04-25 Christophe Lyon <christophe.lyon@st.com>
16 Mickaël Guêné <mickael.guene@st.com>
18 * elf/arm.h (R_ARM_GOTFUNCDESC, R_ARM_GOTOFFFUNCDESC)
20 (R_ARM_FUNCDESC_VALUE): Define new relocations.
22 2018-04-25 Christophe Lyon <christophe.lyon@st.com>
23 Mickaël Guêné <mickael.guene@st.com>
25 * elf/arm.h (EF_ARM_FDPIC): New.
27 2018-04-18 Alan Modra <amodra@gmail.com>
29 * coff/mipspe.h: Delete.
31 2018-04-18 Alan Modra <amodra@gmail.com>
33 * aout/dynix3.h: Delete.
35 2018-04-17 Andrew Sadek <andrew.sadek.se@gmail.com>
37 Microblaze Target: PIC data text relative
39 * bfdlink.h (Add flag): Add new flag @ 'bfd_link_info' struct.
40 * elf/microblaze.h (Add 3 new relocations):
41 R_MICROBLAZE_TEXTPCREL_64, R_MICROBLAZE_TEXTREL_64
42 and R_MICROBLAZE_TEXTREL_32_LO for relax function.
44 2018-04-17 Alan Modra <amodra@gmail.com>
46 * elf/i370.h: Revert removal.
47 * elf/i860.h: Likewise.
48 * elf/i960.h: Likewise.
50 2018-04-16 Alan Modra <amodra@gmail.com>
52 * coff/sparc.h: Delete.
54 2018-04-16 Alan Modra <amodra@gmail.com>
56 * aout/host.h: Remove m68k-aout and m68k-coff support.
57 * aout/hp300hpux.h: Delete.
58 * coff/apollo.h: Delete.
59 * coff/aux-coff.h: Delete.
60 * coff/m68k.h: Delete.
62 2018-04-16 Alan Modra <amodra@gmail.com>
64 * dis-asm.h: Remove sh5 and sh64 support.
66 2018-04-16 Alan Modra <amodra@gmail.com>
68 * coff/internal.h: Remove w65 support.
71 2018-04-16 Alan Modra <amodra@gmail.com>
73 * coff/we32k.h: Delete.
75 2018-04-16 Alan Modra <amodra@gmail.com>
77 * coff/internal.h: Remove m88k support.
78 * coff/m88k.h: Delete.
79 * opcode/m88k.h: Delete.
81 2018-04-16 Alan Modra <amodra@gmail.com>
84 * opcode/i370.h: Delete.
86 2018-04-16 Alan Modra <amodra@gmail.com>
88 * coff/h8500.h: Delete.
89 * coff/internal.h: Remove h8500 support.
91 2018-04-16 Alan Modra <amodra@gmail.com>
93 * coff/h8300.h: Delete.
95 2018-04-16 Alan Modra <amodra@gmail.com>
99 2018-04-16 Alan Modra <amodra@gmail.com>
101 * aout/host.h: Remove newsos3 support.
103 2018-04-16 Alan Modra <amodra@gmail.com>
105 * nlm/ChangeLog-9315: Delete.
106 * nlm/alpha-ext.h: Delete.
107 * nlm/common.h: Delete.
108 * nlm/external.h: Delete.
109 * nlm/i386-ext.h: Delete.
110 * nlm/internal.h: Delete.
111 * nlm/ppc-ext.h: Delete.
112 * nlm/sparc32-ext.h: Delete.
114 2018-04-16 Alan Modra <amodra@gmail.com>
116 * opcode/tahoe.h: Delete.
118 2018-04-11 Alan Modra <amodra@gmail.com>
120 * aout/adobe.h: Delete.
121 * aout/reloc.h: Delete.
122 * coff/i860.h: Delete.
123 * coff/i960.h: Delete.
124 * elf/i860.h: Delete.
125 * elf/i960.h: Delete.
126 * opcode/i860.h: Delete.
127 * opcode/i960.h: Delete.
128 * aout/aout64.h (enum reloc_type): Trim off 29k and other unused values.
129 * aout/ar.h (ARMAGB): Remove.
130 * coff/internal.h (struct internal_aouthdr, struct internal_scnhdr,
131 union internal_auxent): Remove i960 support.
133 2018-04-09 Alan Modra <amodra@gmail.com>
135 * elf/ppc.h (R_PPC_PLTSEQ, R_PPC_PLTCALL): Define.
136 * elf/ppc64.h (R_PPC64_PLTSEQ, R_PPC64_PLTCALL): Define.
138 2018-03-28 Renlin Li <renlin.li@arm.com>
141 * elf/aarch64.h: Add relocation number for
142 R_AARCH64_P32_TLSLE_LDST16_TPREL_LO12,
143 R_AARCH64_P32_TLSLE_LDST16_TPREL_LO12_NC,
144 R_AARCH64_P32_TLSLE_LDST32_TPREL_LO12,
145 R_AARCH64_P32_TLSLE_LDST32_TPREL_LO12_NC,
146 R_AARCH64_P32_TLSLE_LDST64_TPREL_LO12,
147 R_AARCH64_P32_TLSLE_LDST64_TPREL_LO12_NC,
148 R_AARCH64_P32_TLSLE_LDST8_TPREL_LO12,
149 R_AARCH64_P32_TLSLE_LDST8_TPREL_LO12_NC.
151 2018-03-28 Nick Clifton <nickc@redhat.com>
154 * opcode/aarch64.h (enum aarch64_opnd): Add
155 AARCH64_OPND_SVE_ADDR_R.
157 2018-03-21 H.J. Lu <hongjiu.lu@intel.com>
159 * elf/common.h (DF_1_KMOD): New.
160 (DF_1_WEAKFILTER): Likewise.
161 (DF_1_NOCOMMON): Likewise.
163 2018-03-14 Kito Cheng <kito.cheng@gmail.com>
165 * opcode/riscv.h (OP_MASK_FUNCT3): New.
166 (OP_SH_FUNCT3): Likewise.
167 (OP_MASK_FUNCT7): Likewise.
168 (OP_SH_FUNCT7): Likewise.
169 (OP_MASK_OP2): Likewise.
170 (OP_SH_OP2): Likewise.
171 (OP_MASK_CFUNCT4): Likewise.
172 (OP_SH_CFUNCT4): Likewise.
173 (OP_MASK_CFUNCT3): Likewise.
174 (OP_SH_CFUNCT3): Likewise.
175 (riscv_insn_types): Likewise.
177 2018-03-13 Nick Clifton <nickc@redhat.com>
180 * coff/pe.h (struct pex64_unwind_info): Add a rawUnwindCodesEnd
183 2018-03-08 H.J. Lu <hongjiu.lu@intel.com>
185 * opcode/i386 (OLDGCC_COMPAT): Removed.
187 2018-02-27 Thomas Preud'homme <thomas.preudhomme@arm.com>
189 * opcode/arm.h (ARM_FEATURE_COPY): Remove macro definition.
191 2018-02-20 Maciej W. Rozycki <macro@mips.com>
193 * opcode/mips.h: Remove `M' operand code.
195 2018-02-12 Zebediah Figura <z.figura12@gmail.com>
197 * coff/msdos.h: New header.
198 * coff/pe.h: Move common defines to msdos.h.
199 * coff/powerpc.h: Likewise.
201 2018-01-13 Nick Clifton <nickc@redhat.com>
205 2018-01-11 H.J. Lu <hongjiu.lu@intel.com>
208 * bfdlink.h (bfd_link_info): Add separate_code.
210 2018-01-04 Jim Wilson <jimw@sifive.com>
212 * opcode/riscv-opc.h (CSR_SBADADDR): Rename to CSR_STVAL. Rename
213 DECLARE_CSR entry. Add alias to map sbadaddr to CSR_STVAL.
214 (CSR_MBADADDR): Rename to CSR_MTVAL. Rename DECLARE_CSR entry.
215 Add alias to map mbadaddr to CSR_MTVAL.
217 2018-01-03 Alan Modra <amodra@gmail.com>
219 Update year range in copyright notice of all files.
221 For older changes see ChangeLog-2017
223 Copyright (C) 2018 Free Software Foundation, Inc.
225 Copying and distribution of this file, with or without modification,
226 are permitted in any medium without royalty provided the copyright
227 notice and this notice are preserved.
233 version-control: never