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