[ARC] 24 bit reloc and overflow detection fix.
[deliverable/binutils-gdb.git] / include / ChangeLog
1 2016-04-05 Cupertino Miranda <cmiranda@synopsys.com>
2
3 * opcode/arc-func.h (replace_bits24): Changed.
4 (replace_bits24_be): Created.
5
6 2016-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
23 2016-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
28 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
29
30 * opcodes/arc.h (insn_class_t): Add BITOP type.
31
32 2016-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
37 2016-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
42 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
43
44 * elf/arc.h (EF_ARC_CPU_GENERIC): Delete. Update related comment.
45
46 2016-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
51 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
52
53 * opcode/arc.h (ARC_OPCODE_BASE): Delete.
54
55 2016-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
60 2016-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
66 2016-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
80 2016-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
85 2016-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
96 2016-03-03 Evgenii Stepanov <eugenis@google.com>
97
98 * plugin-api.h (enum ld_plugin_tag): Add LDPT_GET_SYMBOLS_V3.
99
100 2016-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
106 2016-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
113 2016-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
118 2016-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
124 2016-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
132 2016-02-09 Alan Modra <amodra@gmail.com>
133
134 PR 16583
135 * elf/common.h (AT_SUN_HWCAP): Undef before defining.
136
137 2016-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
143 2016-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
156 2016-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
167 2016-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
178 2016-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
188 2016-01-06 Maciej W. Rozycki <macro@imgtec.com>
189
190 * opcode/mips.h: Add a summary of MIPS16 operand codes.
191
192 2016-01-05 Mike Frysinger <vapier@gentoo.org>
193
194 * libiberty.h (dupargv): Change arg to char * const *.
195 (writeargv, countargv): Likewise.
196
197 2016-01-01 Alan Modra <amodra@gmail.com>
198
199 Update year range in copyright notice of all files.
200
201 For older changes see ChangeLog-0415, aout/ChangeLog-9115,
202 cgen/ChangeLog-0915, coff/ChangeLog-0415, elf/ChangeLog-0415,
203 mach-o/ChangeLog-1115, nlm/ChangeLog-9315, opcode/ChangeLog-0415,
204 som/ChangeLog-1015, and vms/ChangeLog-1015
205 \f
206 Copyright (C) 2016 Free Software Foundation, Inc.
207
208 Copying and distribution of this file, with or without modification,
209 are permitted in any medium without royalty provided the copyright
210 notice and this notice are preserved.
211
212 Local Variables:
213 mode: change-log
214 left-margin: 8
215 fill-column: 74
216 version-control: never
217 End:
This page took 0.035882 seconds and 4 git commands to generate.