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