Remove mips aout, coff, and pe support
[deliverable/binutils-gdb.git] / include / ChangeLog
CommitLineData
3596d8ce
AM
12018-04-18 Alan Modra <amodra@gmail.com>
2
3 * coff/mipspe.h: Delete.
4
c65c21e1
AM
52018-04-18 Alan Modra <amodra@gmail.com>
6
7 * aout/dynix3.h: Delete.
8
884d4d8a 92018-04-17 Andrew Sadek <andrew.sadek.se@gmail.com>
3f0a5f17
ME
10
11 Microblaze Target: PIC data text relative
12
13 * bfdlink.h (Add flag): Add new flag @ 'bfd_link_info' struct.
14 * elf/microblaze.h (Add 3 new relocations):
15 R_MICROBLAZE_TEXTPCREL_64, R_MICROBLAZE_TEXTREL_64
16 and R_MICROBLAZE_TEXTREL_32_LO for relax function.
17
f954747f
AM
182018-04-17 Alan Modra <amodra@gmail.com>
19
20 * elf/i370.h: Revert removal.
21 * elf/i860.h: Likewise.
22 * elf/i960.h: Likewise.
23
5452f388
AM
242018-04-16 Alan Modra <amodra@gmail.com>
25
26 * coff/sparc.h: Delete.
27
dc12032b
AM
282018-04-16 Alan Modra <amodra@gmail.com>
29
30 * aout/host.h: Remove m68k-aout and m68k-coff support.
31 * aout/hp300hpux.h: Delete.
32 * coff/apollo.h: Delete.
33 * coff/aux-coff.h: Delete.
34 * coff/m68k.h: Delete.
35
211dc24b
AM
362018-04-16 Alan Modra <amodra@gmail.com>
37
38 * dis-asm.h: Remove sh5 and sh64 support.
39
a9a4b302
AM
402018-04-16 Alan Modra <amodra@gmail.com>
41
42 * coff/internal.h: Remove w65 support.
43 * coff/w65.h: Delete.
44
04cb01fd
AM
452018-04-16 Alan Modra <amodra@gmail.com>
46
47 * coff/we32k.h: Delete.
48
c2bf1eec
AM
492018-04-16 Alan Modra <amodra@gmail.com>
50
51 * coff/internal.h: Remove m88k support.
52 * coff/m88k.h: Delete.
53 * opcode/m88k.h: Delete.
54
6793974d
AM
552018-04-16 Alan Modra <amodra@gmail.com>
56
57 * elf/i370.h: Delete.
58 * opcode/i370.h: Delete.
59
e82aa794
AM
602018-04-16 Alan Modra <amodra@gmail.com>
61
62 * coff/h8500.h: Delete.
63 * coff/internal.h: Remove h8500 support.
64
fe0bf0fd
AM
652018-04-16 Alan Modra <amodra@gmail.com>
66
67 * coff/h8300.h: Delete.
68
fdef3943
AM
692018-04-16 Alan Modra <amodra@gmail.com>
70
71 * ieee.h: Delete.
72
5972ac73
AM
732018-04-16 Alan Modra <amodra@gmail.com>
74
75 * aout/host.h: Remove newsos3 support.
76
b4b594e3
AM
772018-04-16 Alan Modra <amodra@gmail.com>
78
79 * nlm/ChangeLog-9315: Delete.
80 * nlm/alpha-ext.h: Delete.
81 * nlm/common.h: Delete.
82 * nlm/external.h: Delete.
83 * nlm/i386-ext.h: Delete.
84 * nlm/internal.h: Delete.
85 * nlm/ppc-ext.h: Delete.
86 * nlm/sparc32-ext.h: Delete.
87
fceadf09
AM
882018-04-16 Alan Modra <amodra@gmail.com>
89
90 * opcode/tahoe.h: Delete.
91
a8eb42a8
AM
922018-04-11 Alan Modra <amodra@gmail.com>
93
94 * aout/adobe.h: Delete.
95 * aout/reloc.h: Delete.
96 * coff/i860.h: Delete.
97 * coff/i960.h: Delete.
98 * elf/i860.h: Delete.
99 * elf/i960.h: Delete.
100 * opcode/i860.h: Delete.
101 * opcode/i960.h: Delete.
102 * aout/aout64.h (enum reloc_type): Trim off 29k and other unused values.
103 * aout/ar.h (ARMAGB): Remove.
104 * coff/internal.h (struct internal_aouthdr, struct internal_scnhdr,
105 union internal_auxent): Remove i960 support.
106
23cedd1d
AM
1072018-04-09 Alan Modra <amodra@gmail.com>
108
109 * elf/ppc.h (R_PPC_PLTSEQ, R_PPC_PLTCALL): Define.
110 * elf/ppc64.h (R_PPC64_PLTSEQ, R_PPC64_PLTCALL): Define.
111
84f1b9fb
RL
1122018-03-28 Renlin Li <renlin.li@arm.com>
113
114 PR ld/22970
115 * elf/aarch64.h: Add relocation number for
116 R_AARCH64_P32_TLSLE_LDST16_TPREL_LO12,
117 R_AARCH64_P32_TLSLE_LDST16_TPREL_LO12_NC,
118 R_AARCH64_P32_TLSLE_LDST32_TPREL_LO12,
119 R_AARCH64_P32_TLSLE_LDST32_TPREL_LO12_NC,
120 R_AARCH64_P32_TLSLE_LDST64_TPREL_LO12,
121 R_AARCH64_P32_TLSLE_LDST64_TPREL_LO12_NC,
122 R_AARCH64_P32_TLSLE_LDST8_TPREL_LO12,
123 R_AARCH64_P32_TLSLE_LDST8_TPREL_LO12_NC.
124
c8d59609
NC
1252018-03-28 Nick Clifton <nickc@redhat.com>
126
127 PR 22988
128 * opcode/aarch64.h (enum aarch64_opnd): Add
129 AARCH64_OPND_SVE_ADDR_R.
130
b1202ffa
L
1312018-03-21 H.J. Lu <hongjiu.lu@intel.com>
132
133 * elf/common.h (DF_1_KMOD): New.
134 (DF_1_WEAKFILTER): Likewise.
135 (DF_1_NOCOMMON): Likewise.
136
0e35537d
JW
1372018-03-14 Kito Cheng <kito.cheng@gmail.com>
138
139 * opcode/riscv.h (OP_MASK_FUNCT3): New.
140 (OP_SH_FUNCT3): Likewise.
141 (OP_MASK_FUNCT7): Likewise.
142 (OP_SH_FUNCT7): Likewise.
143 (OP_MASK_OP2): Likewise.
144 (OP_SH_OP2): Likewise.
145 (OP_MASK_CFUNCT4): Likewise.
146 (OP_SH_CFUNCT4): Likewise.
147 (OP_MASK_CFUNCT3): Likewise.
148 (OP_SH_CFUNCT3): Likewise.
149 (riscv_insn_types): Likewise.
150
3e33b239
NC
1512018-03-13 Nick Clifton <nickc@redhat.com>
152
153 PR 22113
154 * coff/pe.h (struct pex64_unwind_info): Add a rawUnwindCodesEnd
155 field.
156
bd5dea88
L
1572018-03-08 H.J. Lu <hongjiu.lu@intel.com>
158
159 * opcode/i386 (OLDGCC_COMPAT): Removed.
160
5b616bef
TP
1612018-02-27 Thomas Preud'homme <thomas.preudhomme@arm.com>
162
163 * opcode/arm.h (ARM_FEATURE_COPY): Remove macro definition.
164
75f31665
MR
1652018-02-20 Maciej W. Rozycki <macro@mips.com>
166
167 * opcode/mips.h: Remove `M' operand code.
168
830db048
ZF
1692018-02-12 Zebediah Figura <z.figura12@gmail.com>
170
171 * coff/msdos.h: New header.
172 * coff/pe.h: Move common defines to msdos.h.
173 * coff/powerpc.h: Likewise.
174
faf766e3
NC
1752018-01-13 Nick Clifton <nickc@redhat.com>
176
177 2.30 branch created.
178
47acac12
L
1792018-01-11 H.J. Lu <hongjiu.lu@intel.com>
180
181 PR ld/22393
182 * bfdlink.h (bfd_link_info): Add separate_code.
183
645a2c5b
JW
1842018-01-04 Jim Wilson <jimw@sifive.com>
185
186 * opcode/riscv-opc.h (CSR_SBADADDR): Rename to CSR_STVAL. Rename
187 DECLARE_CSR entry. Add alias to map sbadaddr to CSR_STVAL.
188 (CSR_MBADADDR): Rename to CSR_MTVAL. Rename DECLARE_CSR entry.
189 Add alias to map mbadaddr to CSR_MTVAL.
190
219d1afa
AM
1912018-01-03 Alan Modra <amodra@gmail.com>
192
193 Update year range in copyright notice of all files.
194
1e563868 195For older changes see ChangeLog-2017
3499769a 196\f
1e563868 197Copyright (C) 2018 Free Software Foundation, Inc.
3499769a
AM
198
199Copying and distribution of this file, with or without modification,
200are permitted in any medium without royalty provided the copyright
201notice and this notice are preserved.
202
203Local Variables:
204mode: change-log
205left-margin: 8
206fill-column: 74
207version-control: never
208End:
This page took 0.120696 seconds and 4 git commands to generate.