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