]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - include/ChangeLog
darwin: Silence syscall deprecated declaration warning
[thirdparty/binutils-gdb.git] / include / ChangeLog
CommitLineData
6821842f
SM
12018-07-05 Simon Marchi <simon.marchi@polymtl.ca>
2
3 * diagnostics.h (DIAGNOSTIC_IGNORE_DEPRECATED_DECLARATIONS):
4 Define for clang.
5
471b9d15
MR
62018-07-02 Maciej W. Rozycki <macro@mips.com>
7
8 PR tdep/8282
9 * dis-asm.h (disasm_option_arg_t): New typedef.
10 (disasm_options_and_args_t): Likewise.
11 (disasm_options_t): Add `arg' member, document members.
12 (disassembler_options_mips): New prototype.
13 (disassembler_options_arm, disassembler_options_powerpc)
14 (disassembler_options_s390): Update prototypes.
15
369c9167
TC
162018-06-29 Tamar Christina <tamar.christina@arm.com>
17
18 PR binutils/23192
19 *opcode/aarch64.h (aarch64_opnd): Add AARCH64_OPND_Em16.
20
2393a7e3
AM
212018-06-26 Alan Modra <amodra@gmail.com>
22
23 * elf/internal.h (ELF_SECTION_IN_SEGMENT): Revert last change.
24
719d8288
NC
252018-06-24 Nick Clifton <nickc@redhat.com>
26
27 2.31 branch created.
28
57c0d77c
AH
292018-06-21 Alan Hayward <alan.hayward@arm.com>
30
31 * elf/internal.h (ELF_SECTION_IN_SEGMENT): Don’t check addresses
32 for non SHT_NOBITS.
33
d856f9a8
SM
342018-06-19 Simon Marchi <simon.marchi@ericsson.com>
35
36 Sync with GCC
37
38 2018-05-24 Tom Rix <trix@juniper.net>
39
40 * dwarf2.def (DW_FORM_strx*, DW_FORM_addrx*): New.
41
42 2017-11-20 Kito Cheng <kito.cheng@gmail.com>
43
44 * longlong.h [__riscv] (__umulsidi3): Define.
45 [__riscv] (umul_ppmm): Likewise.
46 [__riscv] (__muluw3): Likewise.
47
6f20c942
FS
482018-06-14 Faraz Shahbazker <Faraz.Shahbazker@mips.com>
49
50 * elf/mips.h (AFL_ASE_GINV, AFL_ASE_RESERVED1): New macros.
51 (AFL_ASE_MASK): Update to include AFL_ASE_GINV.
52 * opcode/mips.h: Document "+\" operand format.
53 (ASE_GINV): New macro.
54
730c3174
SE
552018-06-13 Scott Egerton <scott.egerton@imgtec.com>
56 Faraz Shahbazker <Faraz.Shahbazker@mips.com>
57
58 * elf/mips.h (AFL_ASE_CRC): New macro.
59 (AFL_ASE_MASK): Update to include AFL_ASE_CRC.
60 * opcode/mips.h (ASE_CRC): New macro.
61 * opcode/mips.h (ASE_CRC64): Likewise.
62
4b8e28c7
MF
632018-06-04 Max Filippov <jcmvbkbc@gmail.com>
64
65 * elf/xtensa.h (xtensa_read_table_entries)
66 (xtensa_compute_fill_extra_space): New declarations.
67
95da9854
L
682018-06-04 H.J. Lu <hongjiu.lu@intel.com>
69
70 * diagnostics.h (DIAGNOSTIC_IGNORE_STRINGOP_TRUNCATION): Always
71 define for GCC.
72
23081219
L
732018-06-04 H.J. Lu <hongjiu.lu@intel.com>
74
75 * diagnostics.h (DIAGNOSTIC_STRINGIFY_1): New.
76 (DIAGNOSTIC_STRINGIFY): Likewise.
77 (DIAGNOSTIC_IGNORE): Replace STRINGIFY with DIAGNOSTIC_STRINGIFY.
78 (DIAGNOSTIC_IGNORE_SELF_MOVE): Define empty if not defined.
79 (DIAGNOSTIC_IGNORE_DEPRECATED_REGISTER): Likewise.
80 (DIAGNOSTIC_IGNORE_UNUSED_FUNCTION): Likewise.
81 (DIAGNOSTIC_IGNORE_SWITCH_DIFFERENT_ENUM_TYPES): Likewise.
82 (DIAGNOSTIC_IGNORE_STRINGOP_TRUNCATION): New.
83
e9cb46ab
L
842018-06-01 H.J. Lu <hongjiu.lu@intel.com>
85
86 * diagnostics.h: Moved from ../gdb/common/diagnostics.h.
87
22467434 882018-05-28 Bernd Edlinger <bernd.edlinger@hotmail.de>
89
90 * splay-tree.h (splay_tree_compare_strings,
91 splay_tree_delete_pointers): Declare new utility functions.
92
98553ad3
PB
932018-05-21 Peter Bergner <bergner@vnet.ibm.com.com>
94
95 * opcode/ppc.h (PPC_OPERAND_FAKE): Delete macro.
96
7f999549
JW
972018-05-18 Kito Cheng <kito.cheng@gmail.com>
98
99 * elf/riscv.h (EF_RISCV_RVE): New define.
100
7b4ae824
JD
1012018-05-18 John Darrington <john@darrington.wattle.id.au>
102
103 * elf/s12z.h: New header.
104
f9830ec1
TC
1052018-05-15 Tamar Christina <tamar.christina@arm.com>
106
107 PR binutils/21446
108 * opcode/aarch64.h (F_SYS_READ, F_SYS_WRITE): New.
109
7d02540a
TC
1102018-05-15 Tamar Christina <tamar.christina@arm.com>
111
112 PR binutils/21446
113 * opcode/aarch64.h (aarch64_operand_error): Add non_fatal.
114 (aarch64_print_operand): Support notes.
115
561a72d4
TC
1162018-05-15 Tamar Christina <tamar.christina@arm.com>
117
118 PR binutils/21446
119 * opcode/aarch64.h (aarch64_opnd_info): Change sysreg to struct.
120 (aarch64_decode_insn): Accept error struct.
121
1678bd35
FT
1222018-05-15 Francois H. Theron <francois.theron@netronome.com>
123
124 * opcode/nfp.h: Use uint64_t instead of bfd_vma.
125
637b1970
JD
1262018-05-10 John Darrington <john@darrington.wattle.id.au>
127
128 * elf/common.h (EM_S12Z): New macro.
129
84f9f8c3
AM
1302018-05-09 Sebastian Rasmussen <sebras@gmail.com>
131
132 * mach-o/unwind.h (MACH_O_UNWIND_X86_64_RBP_FRAME_REGISTERS):
133 Rename from MACH_O_UNWIND_X86_64_RBP_FRAME_REGSITERS.
134 (MACH_O_UNWIND_X86_EBP_FRAME_REGISTERS): Rename from
135 MACH_O_UNWIND_X86_EBP_FRAME_REGSITERS.
136
e6f372ba
JW
1372018-05-08 Jim Wilson <jimw@sifive.com>
138
139 * opcode/riscv-opc.h (MATCH_C_SRLI64, MASK_C_SRLI64): New.
140 (MATCH_C_SRAI64, MASK_C_SRAI64): New.
141 (MATCH_C_SLLI64, MASK_C_SLLI64): New.
142
2ceb7719
PB
1432018-05-07 Peter Bergner <bergner@vnet.ibm.com.com>
144
145 * opcode/ppc.h (powerpc_num_opcodes): Change type to unsigned.
146 (vle_num_opcodes): Likewise.
147 (spe2_num_opcodes): Likewise.
148
602f1657
AM
1492018-05-04 Alan Modra <amodra@gmail.com>
150
151 * ansidecl.h: Import from gcc.
152 * coff/internal.h (struct internal_scnhdr): Add ATTRIBUTE_NONSTRING
153 to s_name.
154 (struct internal_syment): Add ATTRIBUTE_NONSTRING to _n_name.
155
fe944acf
FT
1562018-04-30 Francois H. Theron <francois.theron@netronome.com>
157
158 * dis-asm.h: Added print_nfp_disassembler_options prototype.
159 * elf/common.h: Added EM_NFP, officially assigned. See Google Group
160 Generic System V Application Binary Interface.
161 * elf/nfp.h: New, for NFP support.
162 * opcode/nfp.h: New, for NFP support.
163
5c5a4843
CL
1642018-04-25 Christophe Lyon <christophe.lyon@st.com>
165 Mickaël Guêné <mickael.guene@st.com>
166
167 * elf/arm.h: Add R_ARM_TLS_GD32_FDPIC, R_ARM_TLS_LDM32_FDPIC,
168 R_ARM_TLS_IE32_FDPIC.
169
188fd7ae
CL
1702018-04-25 Christophe Lyon <christophe.lyon@st.com>
171 Mickaël Guêné <mickael.guene@st.com>
172
173 * elf/arm.h (R_ARM_GOTFUNCDESC, R_ARM_GOTOFFFUNCDESC)
174 (R_ARM_FUNCDESC)
175 (R_ARM_FUNCDESC_VALUE): Define new relocations.
176
18a20338
CL
1772018-04-25 Christophe Lyon <christophe.lyon@st.com>
178 Mickaël Guêné <mickael.guene@st.com>
179
180 * elf/arm.h (EF_ARM_FDPIC): New.
181
3596d8ce
AM
1822018-04-18 Alan Modra <amodra@gmail.com>
183
184 * coff/mipspe.h: Delete.
185
c65c21e1
AM
1862018-04-18 Alan Modra <amodra@gmail.com>
187
188 * aout/dynix3.h: Delete.
189
884d4d8a 1902018-04-17 Andrew Sadek <andrew.sadek.se@gmail.com>
3f0a5f17
ME
191
192 Microblaze Target: PIC data text relative
193
194 * bfdlink.h (Add flag): Add new flag @ 'bfd_link_info' struct.
195 * elf/microblaze.h (Add 3 new relocations):
196 R_MICROBLAZE_TEXTPCREL_64, R_MICROBLAZE_TEXTREL_64
197 and R_MICROBLAZE_TEXTREL_32_LO for relax function.
198
f954747f
AM
1992018-04-17 Alan Modra <amodra@gmail.com>
200
201 * elf/i370.h: Revert removal.
202 * elf/i860.h: Likewise.
203 * elf/i960.h: Likewise.
204
5452f388
AM
2052018-04-16 Alan Modra <amodra@gmail.com>
206
207 * coff/sparc.h: Delete.
208
dc12032b
AM
2092018-04-16 Alan Modra <amodra@gmail.com>
210
211 * aout/host.h: Remove m68k-aout and m68k-coff support.
212 * aout/hp300hpux.h: Delete.
213 * coff/apollo.h: Delete.
214 * coff/aux-coff.h: Delete.
215 * coff/m68k.h: Delete.
216
211dc24b
AM
2172018-04-16 Alan Modra <amodra@gmail.com>
218
219 * dis-asm.h: Remove sh5 and sh64 support.
220
a9a4b302
AM
2212018-04-16 Alan Modra <amodra@gmail.com>
222
223 * coff/internal.h: Remove w65 support.
224 * coff/w65.h: Delete.
225
04cb01fd
AM
2262018-04-16 Alan Modra <amodra@gmail.com>
227
228 * coff/we32k.h: Delete.
229
c2bf1eec
AM
2302018-04-16 Alan Modra <amodra@gmail.com>
231
232 * coff/internal.h: Remove m88k support.
233 * coff/m88k.h: Delete.
234 * opcode/m88k.h: Delete.
235
6793974d
AM
2362018-04-16 Alan Modra <amodra@gmail.com>
237
238 * elf/i370.h: Delete.
239 * opcode/i370.h: Delete.
240
e82aa794
AM
2412018-04-16 Alan Modra <amodra@gmail.com>
242
243 * coff/h8500.h: Delete.
244 * coff/internal.h: Remove h8500 support.
245
fe0bf0fd
AM
2462018-04-16 Alan Modra <amodra@gmail.com>
247
248 * coff/h8300.h: Delete.
249
fdef3943
AM
2502018-04-16 Alan Modra <amodra@gmail.com>
251
252 * ieee.h: Delete.
253
5972ac73
AM
2542018-04-16 Alan Modra <amodra@gmail.com>
255
256 * aout/host.h: Remove newsos3 support.
257
b4b594e3
AM
2582018-04-16 Alan Modra <amodra@gmail.com>
259
260 * nlm/ChangeLog-9315: Delete.
261 * nlm/alpha-ext.h: Delete.
262 * nlm/common.h: Delete.
263 * nlm/external.h: Delete.
264 * nlm/i386-ext.h: Delete.
265 * nlm/internal.h: Delete.
266 * nlm/ppc-ext.h: Delete.
267 * nlm/sparc32-ext.h: Delete.
268
fceadf09
AM
2692018-04-16 Alan Modra <amodra@gmail.com>
270
271 * opcode/tahoe.h: Delete.
272
a8eb42a8
AM
2732018-04-11 Alan Modra <amodra@gmail.com>
274
275 * aout/adobe.h: Delete.
276 * aout/reloc.h: Delete.
277 * coff/i860.h: Delete.
278 * coff/i960.h: Delete.
279 * elf/i860.h: Delete.
280 * elf/i960.h: Delete.
281 * opcode/i860.h: Delete.
282 * opcode/i960.h: Delete.
283 * aout/aout64.h (enum reloc_type): Trim off 29k and other unused values.
284 * aout/ar.h (ARMAGB): Remove.
285 * coff/internal.h (struct internal_aouthdr, struct internal_scnhdr,
286 union internal_auxent): Remove i960 support.
287
23cedd1d
AM
2882018-04-09 Alan Modra <amodra@gmail.com>
289
290 * elf/ppc.h (R_PPC_PLTSEQ, R_PPC_PLTCALL): Define.
291 * elf/ppc64.h (R_PPC64_PLTSEQ, R_PPC64_PLTCALL): Define.
292
84f1b9fb
RL
2932018-03-28 Renlin Li <renlin.li@arm.com>
294
295 PR ld/22970
296 * elf/aarch64.h: Add relocation number for
297 R_AARCH64_P32_TLSLE_LDST16_TPREL_LO12,
298 R_AARCH64_P32_TLSLE_LDST16_TPREL_LO12_NC,
299 R_AARCH64_P32_TLSLE_LDST32_TPREL_LO12,
300 R_AARCH64_P32_TLSLE_LDST32_TPREL_LO12_NC,
301 R_AARCH64_P32_TLSLE_LDST64_TPREL_LO12,
302 R_AARCH64_P32_TLSLE_LDST64_TPREL_LO12_NC,
303 R_AARCH64_P32_TLSLE_LDST8_TPREL_LO12,
304 R_AARCH64_P32_TLSLE_LDST8_TPREL_LO12_NC.
305
c8d59609
NC
3062018-03-28 Nick Clifton <nickc@redhat.com>
307
308 PR 22988
309 * opcode/aarch64.h (enum aarch64_opnd): Add
310 AARCH64_OPND_SVE_ADDR_R.
311
b1202ffa
L
3122018-03-21 H.J. Lu <hongjiu.lu@intel.com>
313
314 * elf/common.h (DF_1_KMOD): New.
315 (DF_1_WEAKFILTER): Likewise.
316 (DF_1_NOCOMMON): Likewise.
317
0e35537d
JW
3182018-03-14 Kito Cheng <kito.cheng@gmail.com>
319
320 * opcode/riscv.h (OP_MASK_FUNCT3): New.
321 (OP_SH_FUNCT3): Likewise.
322 (OP_MASK_FUNCT7): Likewise.
323 (OP_SH_FUNCT7): Likewise.
324 (OP_MASK_OP2): Likewise.
325 (OP_SH_OP2): Likewise.
326 (OP_MASK_CFUNCT4): Likewise.
327 (OP_SH_CFUNCT4): Likewise.
328 (OP_MASK_CFUNCT3): Likewise.
329 (OP_SH_CFUNCT3): Likewise.
330 (riscv_insn_types): Likewise.
331
3e33b239
NC
3322018-03-13 Nick Clifton <nickc@redhat.com>
333
334 PR 22113
335 * coff/pe.h (struct pex64_unwind_info): Add a rawUnwindCodesEnd
336 field.
337
bd5dea88
L
3382018-03-08 H.J. Lu <hongjiu.lu@intel.com>
339
340 * opcode/i386 (OLDGCC_COMPAT): Removed.
341
5b616bef
TP
3422018-02-27 Thomas Preud'homme <thomas.preudhomme@arm.com>
343
344 * opcode/arm.h (ARM_FEATURE_COPY): Remove macro definition.
345
75f31665
MR
3462018-02-20 Maciej W. Rozycki <macro@mips.com>
347
348 * opcode/mips.h: Remove `M' operand code.
349
830db048
ZF
3502018-02-12 Zebediah Figura <z.figura12@gmail.com>
351
352 * coff/msdos.h: New header.
353 * coff/pe.h: Move common defines to msdos.h.
354 * coff/powerpc.h: Likewise.
355
faf766e3
NC
3562018-01-13 Nick Clifton <nickc@redhat.com>
357
358 2.30 branch created.
359
47acac12
L
3602018-01-11 H.J. Lu <hongjiu.lu@intel.com>
361
362 PR ld/22393
363 * bfdlink.h (bfd_link_info): Add separate_code.
364
645a2c5b
JW
3652018-01-04 Jim Wilson <jimw@sifive.com>
366
367 * opcode/riscv-opc.h (CSR_SBADADDR): Rename to CSR_STVAL. Rename
368 DECLARE_CSR entry. Add alias to map sbadaddr to CSR_STVAL.
369 (CSR_MBADADDR): Rename to CSR_MTVAL. Rename DECLARE_CSR entry.
370 Add alias to map mbadaddr to CSR_MTVAL.
371
219d1afa
AM
3722018-01-03 Alan Modra <amodra@gmail.com>
373
374 Update year range in copyright notice of all files.
375
1e563868 376For older changes see ChangeLog-2017
3499769a 377\f
1e563868 378Copyright (C) 2018 Free Software Foundation, Inc.
3499769a
AM
379
380Copying and distribution of this file, with or without modification,
381are permitted in any medium without royalty provided the copyright
382notice and this notice are preserved.
383
384Local Variables:
385mode: change-log
386left-margin: 8
387fill-column: 74
388version-control: never
389End: