]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - include/ChangeLog
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / include / ChangeLog
1 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
2
3 * dis-asm.h (disasm_options_t): New typedef.
4 (parse_arm_disassembler_option): Remove prototype.
5 (set_arm_regname_option): Likewise.
6 (get_arm_regnames): Likewise.
7 (get_arm_regname_num_options): Likewise.
8 (disassemble_init_s390): New prototype.
9 (disassembler_options_powerpc): Likewise.
10 (disassembler_options_arm): Likewise.
11 (disassembler_options_s390): Likewise.
12 (remove_whitespace_and_extra_commas): Likewise.
13 (disassembler_options_cmp): Likewise.
14 (next_disassembler_option): New inline function.
15 (FOR_EACH_DISASSEMBLER_OPTION): New macro.
16
17 2017-02-28 Alan Modra <amodra@gmail.com>
18
19 * elf/ppc64.h (R_PPC64_16DX_HA): New. Expand fake reloc comment.
20 * elf/ppc.h (R_PPC_16DX_HA): Likewise.
21
22 2017-02-24 Richard Sandiford <richard.sandiford@arm.com>
23
24 * opcode/aarch64.h (AARCH64_OPND_SVE_ADDR_RI_S4x16)
25 (AARCH64_OPND_SVE_IMM_ROT1, AARCH64_OPND_SVE_IMM_ROT2)
26 (AARCH64_OPND_SVE_Zm3_INDEX, AARCH64_OPND_SVE_Zm3_22_INDEX)
27 (AARCH64_OPND_SVE_Zm4_INDEX): New aarch64_opnds.
28
29 2017-02-24 Richard Sandiford <richard.sandiford@arm.com>
30
31 * opcode/aarch64.h (AARCH64_FEATURE_COMPNUM): New macro.
32 (AARCH64_ARCH_V8_3): Include AARCH64_FEATURE_COMPNUM.
33
34 2017-02-22 Andrew Waterman <andrew@sifive.com>
35
36 * opcode/riscv-opc.h (CSR_SCOUNTEREN): New define.
37 (CSR_MCOUNTEREN): Likewise.
38 (scounteren): Declare register.
39 (mcounteren): Likewise.
40
41 2017-02-14 Andrew Waterman <andrew@sifive.com>
42
43 * opcode/riscv-opc.h (MATCH_SFENCE_VMA): New define.
44 (MASK_SFENCE_VMA): Likewise.
45 (sfence_vma): Declare instruction.
46
47 2017-02-14 Alan Modra <amodra@gmail.com>
48
49 PR 21118
50 * opcode/ppc.h (PPC_OPERAND_*): Reassign values, regs first.
51 (PPC_OPERAND_SPR, PPC_OPERAND_GQR): Define.
52
53 2017-01-24 Dimitar Dimitrov <dimitar@dinux.eu>
54
55 * opcode/hppa.h: Clarify that file is part of GNU opcodes.
56 * opcode/i860.h: Ditto.
57 * opcode/nios2.h: Ditto.
58 * opcode/nios2r1.h: Ditto.
59 * opcode/nios2r2.h: Ditto.
60 * opcode/pru.h: Ditto.
61
62 2017-01-24 Alan Hayward <alan.hayward@arm.com>
63
64 * elf/common.h (NT_ARM_SVE): Define.
65
66 2017-01-04 Jiong Wang <jiong.wang@arm.com>
67
68 * dwarf2.def: Sync with mainline gcc sources.
69
70 2017-01-04 Richard Earnshaw <rearnsha@arm.com>
71 Jiong Wang <jiong.wang@arm.com>
72
73 * dwarf2.def (DW_OP_AARCH64_operation): Reserve the number 0xea.
74 (DW_CFA_GNU_window_save): Comments the multiplexing on AArch64.
75
76 2017-01-04 Szabolcs Nagy <szabolcs.nagy@arm.com>
77
78 * opcode/aarch64.h (AARCH64_FEATURE_RCPC): Define.
79 (AARCH64_ARCH_V8_3): Update.
80
81 2017-01-03 Kito Cheng <kito.cheng@gmail.com>
82
83 * opcode/riscv-opc.h: Add support for the "q" ISA extension.
84
85 2017-01-03 Nick Clifton <nickc@redhat.com>
86
87 * dwarf2.def: Sync with mainline gcc sources
88 * dwarf2.h: Likewise.
89
90 2016-12-21 Jakub Jelinek <jakub@redhat.com>
91
92 * dwarf2.def (DW_FORM_ref_sup): Renamed to ...
93 (DW_FORM_ref_sup4): ... this. New form.
94 (DW_FORM_ref_sup8): New form.
95
96 2016-10-17 Jakub Jelinek <jakub@redhat.com>
97
98 * dwarf2.h (enum dwarf_calling_convention): Add new DWARF5
99 calling convention codes.
100 (enum dwarf_line_number_content_type): New.
101 (enum dwarf_location_list_entry_type): Add DWARF5 DW_LLE_*
102 codes.
103 (enum dwarf_source_language): Add new DWARF5 DW_LANG_* codes.
104 (enum dwarf_macro_record_type): Add DWARF5 DW_MACRO_* codes.
105 (enum dwarf_name_index_attribute): New.
106 (enum dwarf_range_list_entry): New.
107 (enum dwarf_unit_type): New.
108 * dwarf2.def: Add new DWARF5 DW_TAG_*, DW_FORM_*, DW_AT_*,
109 DW_OP_* and DW_ATE_* entries.
110
111 2016-08-15 Jakub Jelinek <jakub@redhat.com>
112
113 * dwarf2.def (DW_AT_string_length_bit_size,
114 DW_AT_string_length_byte_size): New attributes.
115
116 2016-08-12 Alexandre Oliva <aoliva@redhat.com>
117
118 PR debug/63240
119 * dwarf2.def (DW_AT_deleted, DW_AT_defaulted): New.
120 * dwarf2.h (enum dwarf_defaulted_attribute): New.
121
122 2017-01-02 Alan Modra <amodra@gmail.com>
123
124 Update year range in copyright notice of all files.
125
126 For older changes see ChangeLog-2016
127 \f
128 Copyright (C) 2017 Free Software Foundation, Inc.
129
130 Copying and distribution of this file, with or without modification,
131 are permitted in any medium without royalty provided the copyright
132 notice and this notice are preserved.
133
134 Local Variables:
135 mode: change-log
136 left-margin: 8
137 fill-column: 74
138 version-control: never
139 End: