[ARC] 24 bit reloc and overflow detection fix.
[deliverable/binutils-gdb.git] / include / ChangeLog
CommitLineData
094fb063
CZ
12016-04-05 Cupertino Miranda <cmiranda@synopsys.com>
2
3 * opcode/arc-func.h (replace_bits24): Changed.
4 (replace_bits24_be): Created.
5
f2dd8838
CZ
62016-03-29 Claudiu Zissulescu <claziss@synopsys.com>
7
8 * opcode/arc.h (insn_subclass_t): Add QUARKSE subclass.
9 (FIELDA, FIELDB, FIELDC, FIELDF, FIELDQ, INSN3OP, INSN2OP)
10 (INSN2OP, INSN3OP_ABC, INSN3OP_ALC, INSN3OP_ABL, INSN3OP_ALL)
11 (INSN3OP_0BC, INSN3OP_0LC, INSN3OP_0BL, INSN3OP_0LL, INSN3OP_ABU)
12 (INSN3OP_ALU, INSN3OP_0BU, INSN3OP_0LU, INSN3OP_BBS, INSN3OP_0LS)
13 (INSN3OP_CBBC, INSN3OP_CBBL, INSN3OP_C0LC, INSN3OP_C0LL)
14 (INSN3OP_CBBU, INSN3OP_C0LU, MINSN3OP_ABC, MINSN3OP_ALC)
15 (MINSN3OP_ABL, MINSN3OP_ALL, MINSN3OP_0BC, MINSN3OP_0LC)
16 (MINSN3OP_0BL, MINSN3OP_0LL, MINSN3OP_ABU, MINSN3OP_ALU)
17 (MINSN3OP_0BU, MINSN3OP_0LU, MINSN3OP_BBS, MINSN3OP_0LS)
18 (MINSN3OP_CBBC, MINSN3OP_CBBL, MINSN3OP_C0LC, MINSN3OP_C0LL)
19 (MINSN3OP_CBBU, MINSN3OP_C0LU, INSN2OP_BC, INSN2OP_BL, INSN2OP_0C)
20 (INSN2OP_0L INSN2OP_BU, INSN2OP_0U, MINSN2OP_BC, MINSN2OP_BL)
21 (MINSN2OP_0C, MINSN2OP_0L, MINSN2OP_BU, MINSN2OP_0U): Define.
22
b9bb4a93
TS
232016-03-22 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
24
25 * opcode/i960.h: Add const qualifiers.
26 * opcode/tic4x.h (struct tic4x_inst): Likewise.
27
e23e8ebe
AB
282016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
29
30 * opcodes/arc.h (insn_class_t): Add BITOP type.
31
1ae8ab47
AB
322016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
33
34 * opcode/arc.h (flag_class_t): Remove all old flag classes, add 3
35 new classes instead.
36
8699fc3e
AB
372016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
38
39 * elf/arc.h (E_ARC_MACH_NPS400): Define.
40 * opcode/arc.h (ARC_OPCODE_NPS400): Define.
41
a9522a21
AB
422016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
43
44 * elf/arc.h (EF_ARC_CPU_GENERIC): Delete. Update related comment.
45
c0334580
AB
462016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
47
48 * elf/arc.h (EF_ARC_MACH): Delete.
49 (EF_ARC_MACH_MSK): Remove out of date comment.
50
24740d83
AB
512016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
52
53 * opcode/arc.h (ARC_OPCODE_BASE): Delete.
54
4c10bbaa
L
552016-03-15 H.J. Lu <hongjiu.lu@intel.com>
56
57 PR ld/19807
58 * bfdlink.h (bfd_link_info): Add no_reloc_overflow_check.
59
72f3b6aa
CZ
602016-03-08 Cupertino Miranda <Cupertino.Miranda@synopsys.com>
61 Andrew Burgess <andrew.burgess@embecosm.com>
62
63 * elf/arc-reloc.def: Add a call to ME within the formula for each
64 relocation that requires middle-endian correction.
65
f86f5863
TS
662016-03-07 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
67
68 * opcode/dlx.h (struct dlx_opcode): Add const qualifiers.
69 * opcode/h8300.h (struct h8_opcode): Likewise.
70 * opcode/hppa.h (struct pa_opcode): Likewise.
71 * opcode/msp430.h: Likewise.
72 * opcode/spu.h (struct spu_opcode): Likewise.
73 * opcode/tic30.h (struct _register): Likewise.
74 * opcode/tic4x.h (struct tic4x_register): Likewise.
75 (struct tic4x_cond): Likewise.
76 (struct tic4x_indirect): Likewise.
77 (struct tic4x_inst): Likewise.
78 * opcode/visium.h (struct reg_entry): Likewise.
79
643afb90
MW
802016-03-04 Matthew Wahab <matthew.wahab@arm.com>
81
82 * arm.h (ARM_ARCH_V8_1A): Add FPU_NEON_EXT_RDMA.
83 (ARM_CPU_HAS_FEATURE): Add comment.
84
3f1f41f5
L
852016-03-03 Than McIntosh <thanm@google.com>
86
87 * plugin-api.h: Add new hooks to the plugin transfer vector to
88 to support querying section alignment and section size.
89 (ld_plugin_get_input_section_alignment): New hook.
90 (ld_plugin_get_input_section_size): New hook.
91 (ld_plugin_tag): Add LDPT_GET_INPUT_SECTION_ALIGNMENT
92 and LDPT_GET_INPUT_SECTION_SIZE.
93 (ld_plugin_tv): Add tv_get_input_section_alignment and
94 tv_get_input_section_size.
95
9b738e36 962016-03-03 Evgenii Stepanov <eugenis@google.com>
95ecdfbf
ES
97
98 * plugin-api.h (enum ld_plugin_tag): Add LDPT_GET_SYMBOLS_V3.
99
11e5f1ec
L
1002016-02-26 H.J. Lu <hongjiu.lu@intel.com>
101
102 PR ld/19645
103 * bfdlink.h (bfd_link_elf_stt_common): New enum.
104 (bfd_link_info): Add elf_stt_common.
105
aec6b87e
L
1062016-02-26 H.J. Lu <hongjiu.lu@intel.com>
107
108 PR ld/19636
109 PR ld/19704
110 PR ld/19719
111 * bfdlink.h (bfd_link_info): Add dynamic_undefined_weak.
112
b8ec4e87
JW
1132016-02-19 Matthew Wahab <matthew.wahab@arm.com>
114 Jiong Wang <jiong.wang@arm.com>
115
116 * opcode/arm.h (ARM_EXT2_FP16_INSN): New.
117
4670103e
CZ
1182016-02-10 Claudiu Zissulescu <claziss@synopsys.com>
119 Janek van Oirschot <jvanoirs@synopsys.com>
120
121 * opcode/arc.h (arc_opcode arc_relax_opcodes, arc_num_relax_opcodes):
122 Declare.
123
609332f1
NC
1242016-02-09 Nick Clifton <nickc@redhat.com>
125
126 * opcode/metag.h (metag_scondtab): Mark as possibly unused.
127 * opcode/nds32.h (nds32_r45map): Likewise.
128 (nds32_r54map): Likewise.
129 * opcode/visium.h (gen_reg_table): Likewise.
130 (fp_reg_table, cc_table, opcode_table): Likewise.
131
24f5f69a
AM
1322016-02-09 Alan Modra <amodra@gmail.com>
133
134 PR 16583
135 * elf/common.h (AT_SUN_HWCAP): Undef before defining.
136
c1d9289f
NC
1372016-02-04 Nick Clifton <nickc@redhat.com>
138
139 PR target/19561
140 * opcode/msp430.h (IGNORE_CARRY_BIT): New define.
141 (RRUX): Synthesise using case 2 rather than 7.
142
f4ddf30f
JB
1432016-01-19 John Baldwin <jhb@FreeBSD.org>
144
145 * elf/common.h (NT_FREEBSD_THRMISC): Define.
146 (NT_FREEBSD_PROCSTAT_PROC): Define.
147 (NT_FREEBSD_PROCSTAT_FILES): Define.
148 (NT_FREEBSD_PROCSTAT_VMMAP): Define.
149 (NT_FREEBSD_PROCSTAT_GROUPS): Define.
150 (NT_FREEBSD_PROCSTAT_UMASK): Define.
151 (NT_FREEBSD_PROCSTAT_RLIMIT): Define.
152 (NT_FREEBSD_PROCSTAT_OSREL): Define.
153 (NT_FREEBSD_PROCSTAT_PSSTRINGS): Define.
154 (NT_FREEBSD_PROCSTAT_AUXV): Define.
155
34e967a5
MC
1562016-01-18 Miranda Cupertino <Cupertino.Miranda@synopsys.com>
157 Zissulescu Claudiu <Claudiu.Zissulescu@synopsys.com>
158
159 * elf/arc-reloc.def (ARC_32, ARC_GOTPC, ARC_TLS_GD_GOT)
160 (ARC_TLS_IE_GOT, ARC_TLS_DTPOFF, ARC_TLS_DTPOFF_S9, ARC_TLS_LE_S9)
161 (ARC_TLS_LE_32): Fixed formula.
162 (ARC_TLS_GD_LD): Use new special function.
163 * opcode/arc-func.h: Changed all the replacement
164 functions to clear the patching bits before doing an or it with the value
165 argument.
166
9ae678af
NC
1672016-01-18 Nick Clifton <nickc@redhat.com>
168
169 PR ld/19440
170 * coff/internal.h (internal_syment): Use int to hold section
171 number.
172 (N_UNDEF): Cast to int not short.
173 (N_ABS): Likewise.
174 (N_DEBUG): Likewise.
175 (N_TV): Likewise.
176 (P_TV): Likewise.
177
4849dfd8
NC
1782016-01-11 Nick Clifton <nickc@redhat.com>
179
180 Import this change from GCC mainline:
181
182 2016-01-07 Mike Frysinger <vapier@gentoo.org>
183
184 * longlong.h: Change !__SHMEDIA__ to
185 (!defined (__SHMEDIA__) || !__SHMEDIA__).
186 Change __SHMEDIA__ to defined (__SHMEDIA__) && __SHMEDIA__.
187
b31e4803
MR
1882016-01-06 Maciej W. Rozycki <macro@imgtec.com>
189
190 * opcode/mips.h: Add a summary of MIPS16 operand codes.
191
b36c1ccb
MF
1922016-01-05 Mike Frysinger <vapier@gentoo.org>
193
194 * libiberty.h (dupargv): Change arg to char * const *.
195 (writeargv, countargv): Likewise.
196
6f2750fe
AM
1972016-01-01 Alan Modra <amodra@gmail.com>
198
199 Update year range in copyright notice of all files.
200
3499769a
AM
201For older changes see ChangeLog-0415, aout/ChangeLog-9115,
202cgen/ChangeLog-0915, coff/ChangeLog-0415, elf/ChangeLog-0415,
203mach-o/ChangeLog-1115, nlm/ChangeLog-9315, opcode/ChangeLog-0415,
204som/ChangeLog-1015, and vms/ChangeLog-1015
205\f
206Copyright (C) 2016 Free Software Foundation, Inc.
207
208Copying and distribution of this file, with or without modification,
209are permitted in any medium without royalty provided the copyright
210notice and this notice are preserved.
211
212Local Variables:
213mode: change-log
214left-margin: 8
215fill-column: 74
216version-control: never
217End:
This page took 0.045222 seconds and 4 git commands to generate.