]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - include/ChangeLog
Remove w65 support
[thirdparty/binutils-gdb.git] / include / ChangeLog
1 2018-04-16 Alan Modra <amodra@gmail.com>
2
3 * coff/internal.h: Remove w65 support.
4 * coff/w65.h: Delete.
5
6 2018-04-16 Alan Modra <amodra@gmail.com>
7
8 * coff/we32k.h: Delete.
9
10 2018-04-16 Alan Modra <amodra@gmail.com>
11
12 * coff/internal.h: Remove m88k support.
13 * coff/m88k.h: Delete.
14 * opcode/m88k.h: Delete.
15
16 2018-04-16 Alan Modra <amodra@gmail.com>
17
18 * elf/i370.h: Delete.
19 * opcode/i370.h: Delete.
20
21 2018-04-16 Alan Modra <amodra@gmail.com>
22
23 * coff/h8500.h: Delete.
24 * coff/internal.h: Remove h8500 support.
25
26 2018-04-16 Alan Modra <amodra@gmail.com>
27
28 * coff/h8300.h: Delete.
29
30 2018-04-16 Alan Modra <amodra@gmail.com>
31
32 * ieee.h: Delete.
33
34 2018-04-16 Alan Modra <amodra@gmail.com>
35
36 * aout/host.h: Remove newsos3 support.
37
38 2018-04-16 Alan Modra <amodra@gmail.com>
39
40 * nlm/ChangeLog-9315: Delete.
41 * nlm/alpha-ext.h: Delete.
42 * nlm/common.h: Delete.
43 * nlm/external.h: Delete.
44 * nlm/i386-ext.h: Delete.
45 * nlm/internal.h: Delete.
46 * nlm/ppc-ext.h: Delete.
47 * nlm/sparc32-ext.h: Delete.
48
49 2018-04-16 Alan Modra <amodra@gmail.com>
50
51 * opcode/tahoe.h: Delete.
52
53 2018-04-11 Alan Modra <amodra@gmail.com>
54
55 * aout/adobe.h: Delete.
56 * aout/reloc.h: Delete.
57 * coff/i860.h: Delete.
58 * coff/i960.h: Delete.
59 * elf/i860.h: Delete.
60 * elf/i960.h: Delete.
61 * opcode/i860.h: Delete.
62 * opcode/i960.h: Delete.
63 * aout/aout64.h (enum reloc_type): Trim off 29k and other unused values.
64 * aout/ar.h (ARMAGB): Remove.
65 * coff/internal.h (struct internal_aouthdr, struct internal_scnhdr,
66 union internal_auxent): Remove i960 support.
67
68 2018-04-09 Alan Modra <amodra@gmail.com>
69
70 * elf/ppc.h (R_PPC_PLTSEQ, R_PPC_PLTCALL): Define.
71 * elf/ppc64.h (R_PPC64_PLTSEQ, R_PPC64_PLTCALL): Define.
72
73 2018-03-28 Renlin Li <renlin.li@arm.com>
74
75 PR ld/22970
76 * elf/aarch64.h: Add relocation number for
77 R_AARCH64_P32_TLSLE_LDST16_TPREL_LO12,
78 R_AARCH64_P32_TLSLE_LDST16_TPREL_LO12_NC,
79 R_AARCH64_P32_TLSLE_LDST32_TPREL_LO12,
80 R_AARCH64_P32_TLSLE_LDST32_TPREL_LO12_NC,
81 R_AARCH64_P32_TLSLE_LDST64_TPREL_LO12,
82 R_AARCH64_P32_TLSLE_LDST64_TPREL_LO12_NC,
83 R_AARCH64_P32_TLSLE_LDST8_TPREL_LO12,
84 R_AARCH64_P32_TLSLE_LDST8_TPREL_LO12_NC.
85
86 2018-03-28 Nick Clifton <nickc@redhat.com>
87
88 PR 22988
89 * opcode/aarch64.h (enum aarch64_opnd): Add
90 AARCH64_OPND_SVE_ADDR_R.
91
92 2018-03-21 H.J. Lu <hongjiu.lu@intel.com>
93
94 * elf/common.h (DF_1_KMOD): New.
95 (DF_1_WEAKFILTER): Likewise.
96 (DF_1_NOCOMMON): Likewise.
97
98 2018-03-14 Kito Cheng <kito.cheng@gmail.com>
99
100 * opcode/riscv.h (OP_MASK_FUNCT3): New.
101 (OP_SH_FUNCT3): Likewise.
102 (OP_MASK_FUNCT7): Likewise.
103 (OP_SH_FUNCT7): Likewise.
104 (OP_MASK_OP2): Likewise.
105 (OP_SH_OP2): Likewise.
106 (OP_MASK_CFUNCT4): Likewise.
107 (OP_SH_CFUNCT4): Likewise.
108 (OP_MASK_CFUNCT3): Likewise.
109 (OP_SH_CFUNCT3): Likewise.
110 (riscv_insn_types): Likewise.
111
112 2018-03-13 Nick Clifton <nickc@redhat.com>
113
114 PR 22113
115 * coff/pe.h (struct pex64_unwind_info): Add a rawUnwindCodesEnd
116 field.
117
118 2018-03-08 H.J. Lu <hongjiu.lu@intel.com>
119
120 * opcode/i386 (OLDGCC_COMPAT): Removed.
121
122 2018-02-27 Thomas Preud'homme <thomas.preudhomme@arm.com>
123
124 * opcode/arm.h (ARM_FEATURE_COPY): Remove macro definition.
125
126 2018-02-20 Maciej W. Rozycki <macro@mips.com>
127
128 * opcode/mips.h: Remove `M' operand code.
129
130 2018-02-12 Zebediah Figura <z.figura12@gmail.com>
131
132 * coff/msdos.h: New header.
133 * coff/pe.h: Move common defines to msdos.h.
134 * coff/powerpc.h: Likewise.
135
136 2018-01-13 Nick Clifton <nickc@redhat.com>
137
138 2.30 branch created.
139
140 2018-01-11 H.J. Lu <hongjiu.lu@intel.com>
141
142 PR ld/22393
143 * bfdlink.h (bfd_link_info): Add separate_code.
144
145 2018-01-04 Jim Wilson <jimw@sifive.com>
146
147 * opcode/riscv-opc.h (CSR_SBADADDR): Rename to CSR_STVAL. Rename
148 DECLARE_CSR entry. Add alias to map sbadaddr to CSR_STVAL.
149 (CSR_MBADADDR): Rename to CSR_MTVAL. Rename DECLARE_CSR entry.
150 Add alias to map mbadaddr to CSR_MTVAL.
151
152 2018-01-03 Alan Modra <amodra@gmail.com>
153
154 Update year range in copyright notice of all files.
155
156 For older changes see ChangeLog-2017
157 \f
158 Copyright (C) 2018 Free Software Foundation, Inc.
159
160 Copying and distribution of this file, with or without modification,
161 are permitted in any medium without royalty provided the copyright
162 notice and this notice are preserved.
163
164 Local Variables:
165 mode: change-log
166 left-margin: 8
167 fill-column: 74
168 version-control: never
169 End: