1 |
205 |
julius |
2009-10-09 Rafael Espindola
|
2 |
|
|
|
3 |
|
|
* plugin-api.h (ld_plugin_add_input_library): Change argument name to
|
4 |
|
|
libname.
|
5 |
|
|
|
6 |
|
|
2008-10-03 Rafael Espindola
|
7 |
|
|
|
8 |
|
|
* plugin-api.h: New.
|
9 |
|
|
* lto-symtab.h: New.
|
10 |
|
|
|
11 |
|
|
2009-09-09 Martin Thuresson
|
12 |
|
|
|
13 |
|
|
* bfdlink.h (struct bfd_link_hash_common_entry): Move to top
|
14 |
|
|
level.
|
15 |
|
|
|
16 |
|
|
2009-09-04 Jie Zhang
|
17 |
|
|
|
18 |
|
|
* opcode/bfin.h (PseudoDbg_Assert): Add bits_grp and mask_grp.
|
19 |
|
|
(PseudoDbg_Assert_grp_bits, PseudoDbg_Assert_grp_mask): Define.
|
20 |
|
|
(PseudoDbg_Assert_dbgop_bits, PseudoDbg_Assert_dbgop_mask,
|
21 |
|
|
PseudoDbg_Assert_dontcare_bits, PseudoDbg_Assert_dontcare_mask):
|
22 |
|
|
Adjust accordingly.
|
23 |
|
|
(init_PseudoDbg_Assert): Add PseudoDbg_Assert_grp_bits and
|
24 |
|
|
PseudoDbg_Assert_grp_mask.
|
25 |
|
|
|
26 |
|
|
2009-08-06 Michael Eager
|
27 |
|
|
|
28 |
|
|
* dis-asm.h: Decl print_insn_microblaze().
|
29 |
|
|
|
30 |
|
|
2009-07-24 Ian Lance Taylor
|
31 |
|
|
|
32 |
|
|
* libiberty.h (crc32): Declare.
|
33 |
|
|
|
34 |
|
|
2009-07-20 Cary Coutant
|
35 |
|
|
Doug Evans
|
36 |
|
|
|
37 |
|
|
Add some dwarf4 values.
|
38 |
|
|
* dwarf2.h (enum dwarf_tag): Add DW_TAG_type_unit.
|
39 |
|
|
(enum dwarf_form): Add DW_FORM_sec_offset, DW_FORM_exprloc,
|
40 |
|
|
DW_FORM_flag_present, DW_FORM_sig8.
|
41 |
|
|
(enum dwarf_attribute): Add DW_AT_signature.
|
42 |
|
|
|
43 |
|
|
2009-07-17 Jan Kratochvil
|
44 |
|
|
|
45 |
|
|
* demangle.h
|
46 |
|
|
(enum demangle_component_type )
|
47 |
|
|
(enum demangle_component_type ):
|
48 |
|
|
New.
|
49 |
|
|
|
50 |
|
|
2009-07-10 Tom Tromey
|
51 |
|
|
|
52 |
|
|
* dwarf2.h: New file, moved from elf/.
|
53 |
|
|
|
54 |
|
|
2009-07-09 Jakub Jelinek
|
55 |
|
|
|
56 |
|
|
* dwarf2.h (enum dwarf_location_atom): Add DW_OP_implicit_value
|
57 |
|
|
and DW_OP_stack_value.
|
58 |
|
|
|
59 |
|
|
2009-07-09 Tom Tromey
|
60 |
|
|
|
61 |
|
|
* elf/dwarf2.h: Remove, renaming to...
|
62 |
|
|
* dwarf2.h: ... this.
|
63 |
|
|
|
64 |
|
|
2009-06-29 Tom Tromey
|
65 |
|
|
|
66 |
|
|
* elf/dwarf2.h: New file. Merged with gdb.
|
67 |
|
|
|
68 |
|
|
2009-06-18 Nick Clifton
|
69 |
|
|
|
70 |
|
|
* dis-asm.h (USER_SPECIFIED_MACHINE_TYPE): New value for the flags
|
71 |
|
|
field of struct disassemble_info.
|
72 |
|
|
|
73 |
|
|
2009-06-09 Ian Lance Taylor
|
74 |
|
|
|
75 |
|
|
* ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Define for C++.
|
76 |
|
|
|
77 |
|
|
2009-06-15 Nick Clifton
|
78 |
|
|
|
79 |
|
|
* dis-asm.h (DISASSEMBLE_DATA): New value for the flags field of
|
80 |
|
|
struct disassemble_info.
|
81 |
|
|
|
82 |
|
|
2009-06-02 Ian Lance Taylor
|
83 |
|
|
|
84 |
|
|
* ansidecl.h (EXPORTED_CONST): Define.
|
85 |
|
|
|
86 |
|
|
2009-05-31 Ian Lance Taylor
|
87 |
|
|
|
88 |
|
|
* ansidecl.h: Add extern "C" when compiling with C++. Treat C++
|
89 |
|
|
the way we treat an ISO C compiler. Don't define inline as a
|
90 |
|
|
macdro when compiling with C++.
|
91 |
|
|
* dyn-string.h: Add header guard DYN_STRING_H. Add extern "C"
|
92 |
|
|
when compiling with C++.
|
93 |
|
|
* fibheap.h: Add extern "C" when compiling with C++.
|
94 |
|
|
|
95 |
|
|
2009-05-25 Tristan Gingold
|
96 |
|
|
|
97 |
|
|
* fopen-vms.h (FOPEN_RB, FOPEN_WB, FOPEN_AB, FOPEN_RUB, FOPEN_WUB,
|
98 |
|
|
FOPEN_AUB): Use "rfm=udf,rat=none" attribute.
|
99 |
|
|
|
100 |
|
|
2009-04-22 Taras Glek
|
101 |
|
|
|
102 |
|
|
* hashtab.h: Update GTY annotations to new syntax.
|
103 |
|
|
* splay-tree.h: Likewise.
|
104 |
|
|
|
105 |
|
|
2009-04-08 H.J. Lu
|
106 |
|
|
|
107 |
|
|
* bfdlink.h (bfd_link_info): Add warn_alternate_em.
|
108 |
|
|
|
109 |
|
|
2009-03-18 Alan Modra
|
110 |
|
|
|
111 |
|
|
* alloca-conf.h: Revise based on autoconf-2.61, autoconf-2.13
|
112 |
|
|
documentation.
|
113 |
|
|
|
114 |
|
|
2009-03-17 Jason Merrill
|
115 |
|
|
|
116 |
|
|
* demangle.h (enum demangle_component_type): Add
|
117 |
|
|
DEMANGLE_COMPONENT_FUNCTION_PARAM.
|
118 |
|
|
|
119 |
|
|
2008-12-01 Cary Coutant
|
120 |
|
|
|
121 |
|
|
* plugin-api.h (LDPS_BAD_HANDLE): New constant.
|
122 |
|
|
(ld_plugin_get_input_file): New typedef.
|
123 |
|
|
(ld_plugin_release_input_file): New typedef.
|
124 |
|
|
(LDPT_GET_INPUT_FILE, LDPT_RELEASE_INPUT_FILE): New constants.
|
125 |
|
|
(struct ld_plugin_tv): Add two new fields.
|
126 |
|
|
|
127 |
|
|
2008-12-23 Jon Beniston
|
128 |
|
|
|
129 |
|
|
* dis-asm.h: Add LM32 disassembler function prototype.
|
130 |
|
|
|
131 |
|
|
2008-12-10 Jason Merrill
|
132 |
|
|
|
133 |
|
|
* demangle.h (enum demangle_component_type): Add
|
134 |
|
|
DEMANGLE_COMPONENT_FIXED_TYPE.
|
135 |
|
|
|
136 |
|
|
2008-12-01 Cary Coutant
|
137 |
|
|
|
138 |
|
|
* plugin-api.h (ld_plugin_message): Change format parameter to const.
|
139 |
|
|
|
140 |
|
|
2008-12-01 Cary Coutant
|
141 |
|
|
|
142 |
|
|
* plugin-api.h: Fix syntax error when compiling with C++.
|
143 |
|
|
|
144 |
|
|
2008-11-26 Alan Modra
|
145 |
|
|
|
146 |
|
|
PR 7047
|
147 |
|
|
* bfdlink.h (struct bfd_elf_version_expr): Delete "symbol".
|
148 |
|
|
Add "literal".
|
149 |
|
|
|
150 |
|
|
2008-11-21 Sterling Augustine
|
151 |
|
|
|
152 |
|
|
* xtensa-isa-internal.h (XTENSA_STATE_IS_SHARED_OR): New flag.
|
153 |
|
|
* xtensa-isa.h (xtensa_state_is_shared_or): New prototype.
|
154 |
|
|
|
155 |
|
|
2008-11-19 Bob Wilson
|
156 |
|
|
|
157 |
|
|
* xtensa-config.h (XCHAL_HAVE_MUL16, XCHAL_HAVE_MUL32, XCHAL_HAVE_DIV32)
|
158 |
|
|
(XCHAL_HAVE_MINMAX, XCHAL_HAVE_SEXT, XCHAL_HAVE_THREADPTR)
|
159 |
|
|
(XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): Change to 1.
|
160 |
|
|
(XCHAL_NUM_AREGS): Change to 32.
|
161 |
|
|
(XCHAL_ICACHE_SIZE, XCHAL_DCACHE_SIZE): Change to 16K.
|
162 |
|
|
(XCHAL_ICACHE_LINESIZE, XCHAL_DCACHE_LINESIZE): Change to 32.
|
163 |
|
|
(XCHAL_ICACHE_LINEWIDTH, XCHAL_DCACHE_LINEWIDTH): Change to 5.
|
164 |
|
|
(XCHAL_DCACHE_IS_WRITEBACK): Change to 1.
|
165 |
|
|
(XCHAL_DEBUGLEVEL): Change to 6.
|
166 |
|
|
|
167 |
|
|
2008-11-14 Tristan Gingold
|
168 |
|
|
|
169 |
|
|
* fopen-vms.h (FOPEN_RB): Use a single string to match the
|
170 |
|
|
standard prototype.
|
171 |
|
|
(FOPEN_WB): Ditto.
|
172 |
|
|
(FOPEN_AB): Ditto.
|
173 |
|
|
(FOPEN_RUB): Ditto.
|
174 |
|
|
(FOPEN_WUB): Ditto.
|
175 |
|
|
(FOPEN_AUB): Ditto.
|
176 |
|
|
|
177 |
|
|
2008-10-21 Alan Modra
|
178 |
|
|
|
179 |
|
|
* obstack.h (obstack_finish ): Cast result to void *.
|
180 |
|
|
|
181 |
|
|
2008-10-06 Jason Merrill
|
182 |
|
|
|
183 |
|
|
* demangle.h (enum demangle_component_type): Add
|
184 |
|
|
DEMANGLE_COMPONENT_PACK_EXPANSION.
|
185 |
|
|
|
186 |
|
|
2008-09-24 Richard Henderson
|
187 |
|
|
|
188 |
|
|
* elf/dwarf2.h (DW_OP_GNU_encoded_addr): New.
|
189 |
|
|
|
190 |
|
|
2008-09-22 Rafael Espindola
|
191 |
|
|
|
192 |
|
|
* plugin-api.h (ld_plugin_status): Remove comma from the last item.
|
193 |
|
|
Use C style comment.
|
194 |
|
|
(ld_plugin_api_version, ld_plugin_output_file_type,
|
195 |
|
|
ld_plugin_symbol_kind, ld_plugin_symbol_visibility,
|
196 |
|
|
ld_plugin_symbol_resolution, ld_plugin_level, ld_plugin_tag): Remove
|
197 |
|
|
comma from the last item.
|
198 |
|
|
|
199 |
|
|
2008-09-18 Cary Coutant
|
200 |
|
|
|
201 |
|
|
Add plugin functionality for link-time optimization (LTO).
|
202 |
|
|
* plugin-api.h: New file.
|
203 |
|
|
|
204 |
|
|
2008-09-09 Jason Merrill
|
205 |
|
|
|
206 |
|
|
* demangle.h (enum demangle_component_type): Add
|
207 |
|
|
DEMANGLE_COMPONENT_DECLTYPE.
|
208 |
|
|
|
209 |
|
|
2008-08-25 Alan Modra
|
210 |
|
|
|
211 |
|
|
* binary-io.h: New file, imported from gnulib, but don't
|
212 |
|
|
#include or .
|
213 |
|
|
|
214 |
|
|
2008-08-17 Alan Modra
|
215 |
|
|
|
216 |
|
|
* bfdlink.h (bfd_generic_link_read_symbols): Declare.
|
217 |
|
|
|
218 |
|
|
2008-08-08 Anatoly Sokolov
|
219 |
|
|
|
220 |
|
|
* elf/avr.h (E_AVR_MACH_AVR25, E_AVR_MACH_AVR31,
|
221 |
|
|
E_AVR_MACH_AVR35, E_AVR_MACH_AVR51): Define.
|
222 |
|
|
(EF_AVR_MACH): Redefine to 0x7F.
|
223 |
|
|
* opcode/avr.h (AVR_ISA_TINY3, AVR_ISA_ALL, AVR_ISA_USB162): Remove.
|
224 |
|
|
(AVR_ISA_AVR3): Redefine.
|
225 |
|
|
(AVR_ISA_AVR1, AVR_ISA_AVR2, AVR_ISA_AVR31, AVR_ISA_AVR35,
|
226 |
|
|
AVR_ISA_AVR3_ALL, AVR_ISA_AVR4, AVR_ISA_AVR5, AVR_ISA_AVR51,
|
227 |
|
|
AVR_ISA_AVR6): Define.
|
228 |
|
|
|
229 |
|
|
2008-07-12 Jie Zhang
|
230 |
|
|
|
231 |
|
|
Revert
|
232 |
|
|
2008-07-12 Jie Zhang
|
233 |
|
|
* bfdlink.h (struct bfd_link_info): Add sep_code member
|
234 |
|
|
variable.
|
235 |
|
|
* elf/bfin.h (EF_BFIN_CODE_IN_L1): Define.
|
236 |
|
|
(EF_BFIN_DATA_IN_L1): Define.
|
237 |
|
|
|
238 |
|
|
2008-07-12 Jie Zhang
|
239 |
|
|
|
240 |
|
|
* bfdlink.h (struct bfd_link_info): Add sep_code member
|
241 |
|
|
variable.
|
242 |
|
|
* elf/bfin.h (EF_BFIN_CODE_IN_L1): Define.
|
243 |
|
|
(EF_BFIN_DATA_IN_L1): Define.
|
244 |
|
|
|
245 |
|
|
2008-07-07 Stan Shebs
|
246 |
|
|
|
247 |
|
|
* dis-asm.h (struct disassemble_info): Add endian_code field.
|
248 |
|
|
|
249 |
|
|
2008-07-07 Joel Brobecker
|
250 |
|
|
|
251 |
|
|
* safe-ctype.h: Add #include of ctype.h before redefining
|
252 |
|
|
the ctype.h macros.
|
253 |
|
|
|
254 |
|
|
2008-07-04 Joel Brobecker
|
255 |
|
|
|
256 |
|
|
* safe-ctype.h: Remove #error when detecting that ctype.h has been
|
257 |
|
|
included. Redefine the various macros provided by ctype.h as
|
258 |
|
|
undefined variables.
|
259 |
|
|
|
260 |
|
|
2008-06-23 Kaveh R. Ghazi
|
261 |
|
|
|
262 |
|
|
* libiberty.h (XALLOCA, XDUP, XALLOCAVEC, XDUPVEC, XALLOCAVAR,
|
263 |
|
|
XDUPVAR, XOBNEWVEC, XOBNEWVAR): New.
|
264 |
|
|
|
265 |
|
|
2008-06-06 Alan Modra
|
266 |
|
|
|
267 |
|
|
* bfdlink.h (struct bfd_link_info): Add "path_separator".
|
268 |
|
|
|
269 |
|
|
2008-04-10 Andreas Krebbel
|
270 |
|
|
|
271 |
|
|
* dis-asm.h (print_s390_disassembler_options):
|
272 |
|
|
Prototype added.
|
273 |
|
|
|
274 |
|
|
2008-03-24 Ian Lance Taylor
|
275 |
|
|
|
276 |
|
|
* sha1.h: New file, from gnulib.
|
277 |
|
|
|
278 |
|
|
* md5.h: Add extern "C" when compiled with C++.
|
279 |
|
|
|
280 |
|
|
2008-03-24 Ian Lance Taylor
|
281 |
|
|
|
282 |
|
|
* md5.h: Add extern "C" when compiled with C++.
|
283 |
|
|
|
284 |
|
|
2008-03-21 Ian Lance Taylor
|
285 |
|
|
|
286 |
|
|
* filenames.h: Add extern "C" when compiled with C++.
|
287 |
|
|
|
288 |
|
|
2008-02-15 Alan Modra
|
289 |
|
|
|
290 |
|
|
* bfdlink.h (struct bfd_link_hash_table): Delete creator field.
|
291 |
|
|
(struct bfd_link_info): Add output_bfd.
|
292 |
|
|
|
293 |
|
|
2008-02-11 Bob Wilson
|
294 |
|
|
|
295 |
|
|
* xtensa-config.h (XCHAL_HAVE_THREADPTR): Redefine to zero.
|
296 |
|
|
(XCHAL_NUM_AREGS, XCHAL_MAX_INSTRUCTION_SIZE): New.
|
297 |
|
|
|
298 |
|
|
2008-01-26 David Daney
|
299 |
|
|
|
300 |
|
|
* demangle.h (demangle_component_type): Add
|
301 |
|
|
DEMANGLE_COMPONENT_JAVA_RESOURCE,
|
302 |
|
|
DEMANGLE_COMPONENT_COMPOUND_NAME, and
|
303 |
|
|
DEMANGLE_COMPONENT_CHARACTER as new enum values.
|
304 |
|
|
(demangle_component): Add struct s_character to union u.
|
305 |
|
|
|
306 |
|
|
2007-11-07 Joseph Myers
|
307 |
|
|
Daniel Jacobowitz
|
308 |
|
|
|
309 |
|
|
* floatformat.h (struct floatformat): Add split_half field.
|
310 |
|
|
(floatformat_ibm_long_double): New.
|
311 |
|
|
|
312 |
|
|
2007-09-06 Tom Tromey
|
313 |
|
|
|
314 |
|
|
* libiberty.h (pex_free): Document process killing.
|
315 |
|
|
|
316 |
|
|
2007-08-31 Douglas Gregor
|
317 |
|
|
|
318 |
|
|
* demangle.h (enum demangle_component_type): Add
|
319 |
|
|
DEMANGLE_COMPONENT_RVALUE_REFERENCE.
|
320 |
|
|
|
321 |
|
|
2007-07-25 Ben Elliston
|
322 |
|
|
|
323 |
|
|
* ternary.h: Remove.
|
324 |
|
|
|
325 |
|
|
2007-07-18 Bob Wilson
|
326 |
|
|
|
327 |
|
|
* xtensa-config.h (XCHAL_HAVE_THREADPTR): New.
|
328 |
|
|
(XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): New.
|
329 |
|
|
|
330 |
|
|
2007-07-17 Nick Clifton
|
331 |
|
|
|
332 |
|
|
* COPYING3: New file. Contains version 3 of the GNU General
|
333 |
|
|
Public License.
|
334 |
|
|
|
335 |
|
|
2007-07-12 Kai Tietz
|
336 |
|
|
|
337 |
|
|
* splay-tree.h (libi_uhostptr_t, libi_shostptr_t): Adjust types
|
338 |
|
|
work-a-round whitespace problem in gcc gengtype.
|
339 |
|
|
|
340 |
|
|
* splay-tree.h (libi_uhostptr_t, libi_shostptr_t): New types,
|
341 |
|
|
needed for WIN64 when a long is not wide enough for a pointer.
|
342 |
|
|
(splay_tree_key, splay_tree_value): Use the new types.
|
343 |
|
|
|
344 |
|
|
2007-07-09 Roland McGrath
|
345 |
|
|
|
346 |
|
|
* bfdlink.h (struct bfd_link_info): Add member emit_note_gnu_build_id.
|
347 |
|
|
|
348 |
|
|
2007-07-06 Nick Clifton
|
349 |
|
|
|
350 |
|
|
* bfdlink.h: Update copyright notice to refer to GPLv3.
|
351 |
|
|
|
352 |
|
|
2007-06-29 M R Swami Reddy
|
353 |
|
|
|
354 |
|
|
* dis-asm.h (print_insn_cr16): New prototype.
|
355 |
|
|
|
356 |
|
|
2007-06-01 Noah Misch
|
357 |
|
|
Alan Modra
|
358 |
|
|
|
359 |
|
|
* bfdlink.h (struct bfd_link_info): Add input_bfds_tail.
|
360 |
|
|
|
361 |
|
|
2007-05-07 Nathan Froyd
|
362 |
|
|
|
363 |
|
|
* libiberty.h (writeargv): Declare.
|
364 |
|
|
|
365 |
|
|
2007-04-30 Alan Modra
|
366 |
|
|
|
367 |
|
|
* bfdlink.h (struct bfd_link_info): Add "info" and "minfo".
|
368 |
|
|
|
369 |
|
|
2007-04-25 Mark Mitchell
|
370 |
|
|
|
371 |
|
|
* demangle.h: Change license to LGPL + exception.
|
372 |
|
|
|
373 |
|
|
2007-04-10 Richard Henderson
|
374 |
|
|
|
375 |
|
|
* bfdlink.h (struct bfd_link_info): Add relax_trip.
|
376 |
|
|
|
377 |
|
|
2007-03-29 Joel Brobecker
|
378 |
|
|
|
379 |
|
|
* filenames.h (FILENAME_CMP): Adjust define to call filename_cmp
|
380 |
|
|
regardless of the type of file system.
|
381 |
|
|
|
382 |
|
|
2007-03-06 Jan Hubicka
|
383 |
|
|
|
384 |
|
|
* ansidecl.h (ATTRIBUTE_COLD, ATTRIBUTE_HOT): New.
|
385 |
|
|
|
386 |
|
|
2007-02-21 Nick Clifton
|
387 |
|
|
|
388 |
|
|
* bfdlink.h (struct bfd_link_callbacks): Add
|
389 |
|
|
override_segment_assignment field.
|
390 |
|
|
|
391 |
|
|
2007-02-17 Mark Mitchell
|
392 |
|
|
Nathan Sidwell
|
393 |
|
|
Vladimir Prus
|
394 |
|
|
Joseph Myers
|
395 |
|
|
|
396 |
|
|
* bin-bugs.h: Remove.
|
397 |
|
|
|
398 |
|
|
2007-02-09 Joseph S. Myers
|
399 |
|
|
|
400 |
|
|
* libiberty.h (pex_write_input): Remove prototype.
|
401 |
|
|
|
402 |
|
|
2007-02-05 Dave Brolley
|
403 |
|
|
|
404 |
|
|
* Contribute the following changes:
|
405 |
|
|
2001-03-26 Ben Elliston
|
406 |
|
|
|
407 |
|
|
* dis-asm.h (print_insn_mep): Declare.
|
408 |
|
|
|
409 |
|
|
2007-02-02 H.J. Lu
|
410 |
|
|
|
411 |
|
|
* dis-asm.h (print_i386_disassembler_options): New.
|
412 |
|
|
|
413 |
|
|
2007-01-31 Vladimir Prus
|
414 |
|
|
|
415 |
|
|
* libiberty.h (PEX_STDERR_TO_PIPE): New define.
|
416 |
|
|
(PEX_BINARY_ERROR): New define.
|
417 |
|
|
(pex_read_err): New function.
|
418 |
|
|
|
419 |
|
|
2007-01-29 Simon Baldwin
|
420 |
|
|
|
421 |
|
|
* demangle.h: New cplus_demangle_print_callback,
|
422 |
|
|
cplus_demangle_v3_callback, and java_demangle_v3_callback function
|
423 |
|
|
prototypes, and demangle_callbackref type definition.
|
424 |
|
|
|
425 |
|
|
2007-01-16 H.J. Lu
|
426 |
|
|
|
427 |
|
|
PR ld/3831
|
428 |
|
|
* bfdlink.h (bfd_link_info): Rename dynamic to dynamic_list.
|
429 |
|
|
Add dynamic and dynamic_data.
|
430 |
|
|
|
431 |
|
|
2006-12-05 Michael Tautschnig
|
432 |
|
|
Nick Clifton
|
433 |
|
|
|
434 |
|
|
* ansidecl.h (ATTRIBUTE_PACKED): Define.
|
435 |
|
|
|
436 |
|
|
2006-11-30 Andrew Stubbs
|
437 |
|
|
J"orn Rennecke
|
438 |
|
|
|
439 |
|
|
PR driver/29931
|
440 |
|
|
* libiberty.h (make_relative_prefix_ignore_links): Declare.
|
441 |
|
|
|
442 |
|
|
2006-11-27 Bob Wilson
|
443 |
|
|
|
444 |
|
|
* xtensa-config.h (XSHAL_ABI): New.
|
445 |
|
|
(XTHAL_ABI_WINDOWED, XTHAL_ABI_CALL0): New.
|
446 |
|
|
|
447 |
|
|
2006-11-27 Bob Wilson
|
448 |
|
|
|
449 |
|
|
* xtensa-isa.h (STATIC_LIBISA): Delete.
|
450 |
|
|
|
451 |
|
|
2006-10-30 Paul Brook
|
452 |
|
|
|
453 |
|
|
* dis-asm.h (disassemble_info): Add symtab, symtab_pos and
|
454 |
|
|
symtab_size.
|
455 |
|
|
|
456 |
|
|
2006-10-30 H.J. Lu
|
457 |
|
|
|
458 |
|
|
PR ld/3111
|
459 |
|
|
* bfdlink.h (bfd_link_info): Add reduce_memory_overheads.
|
460 |
|
|
|
461 |
|
|
2006-10-25 Trevor Smigiel
|
462 |
|
|
Yukishige Shibata
|
463 |
|
|
Nobuhisa Fujinami
|
464 |
|
|
Takeaki Fukuoka
|
465 |
|
|
Alan Modra
|
466 |
|
|
|
467 |
|
|
* dis-asm.h (print_insn_spu): Declare.
|
468 |
|
|
|
469 |
|
|
2006-09-17 Mei Ligang
|
470 |
|
|
|
471 |
|
|
* dis-asm.h: Add prototypes for Score disassembler routines.
|
472 |
|
|
|
473 |
|
|
2006-09-07 H.J. Lu
|
474 |
|
|
|
475 |
|
|
* bfdlink.h (bfd_elf_dynamic_list): New.
|
476 |
|
|
(bfd_link_info): Add a dynamic field.
|
477 |
|
|
|
478 |
|
|
2006-08-04 Marcelo Tosatti
|
479 |
|
|
|
480 |
|
|
* bfdlink.h (struct bfd_link_info): New field: print_gc_sections.
|
481 |
|
|
|
482 |
|
|
2006-07-10 Jakub Jelinek
|
483 |
|
|
|
484 |
|
|
* bfdlink.h (struct bfd_link_info): Add emit_hash and
|
485 |
|
|
emit_gnu_hash bitfields.
|
486 |
|
|
|
487 |
|
|
2006-04-11 Jim Blandy
|
488 |
|
|
|
489 |
|
|
* libiberty.h (pex_input_file, pex_input_pipe): New declarations.
|
490 |
|
|
|
491 |
|
|
2006-04-06 H.J. Lu
|
492 |
|
|
|
493 |
|
|
* bfdlink.h (bfd_link_info): Replace need_relax_finalize with
|
494 |
|
|
relax_pass.
|
495 |
|
|
|
496 |
|
|
2006-02-17 Shrirang Khisti
|
497 |
|
|
Anil Paranjape
|
498 |
|
|
Shilin Shakti
|
499 |
|
|
|
500 |
|
|
* dis-asm.h (print_insn_xc16c): New prototype.
|
501 |
|
|
|
502 |
|
|
2006-01-18 DJ Delorie
|
503 |
|
|
|
504 |
|
|
* md5.h: Include ansidecl.h
|
505 |
|
|
|
506 |
|
|
2006-01-17 Andreas Schwab
|
507 |
|
|
|
508 |
|
|
PR binutils/1486
|
509 |
|
|
* dis-asm.h (struct disassemble_info): Add
|
510 |
|
|
disassembler_needs_relocs.
|
511 |
|
|
|
512 |
|
|
2006-01-09 Bob Wilson
|
513 |
|
|
|
514 |
|
|
* xtensa-config.h (XCHAL_HAVE_MUL32_HIGH): Define.
|
515 |
|
|
|
516 |
|
|
2005-12-30 Bob Wilson
|
517 |
|
|
|
518 |
|
|
* xtensa-config.h (XCHAL_HAVE_WIDE_BRANCHES): New.
|
519 |
|
|
|
520 |
|
|
2005-12-16 Nathan Sidwell
|
521 |
|
|
|
522 |
|
|
Second part of ms1 to mt renaming.
|
523 |
|
|
* dis-asm.h (print_insn_mt): Renamed.
|
524 |
|
|
|
525 |
|
|
2005-12-10 Terry Laurenzo
|
526 |
|
|
|
527 |
|
|
PR java/9861
|
528 |
|
|
* demangle.h : Add DMGL_RET_POSTFIX define to enable alternative
|
529 |
|
|
output format for return types
|
530 |
|
|
|
531 |
|
|
2005-11-03 Alan Modra
|
532 |
|
|
|
533 |
|
|
* bfdlink.h (struct bfd_link_order): Tweak comment.
|
534 |
|
|
|
535 |
|
|
2005-10-31 Mark Kettenis
|
536 |
|
|
|
537 |
|
|
* floatformat.h (enum floatformat_byteorders): Add
|
538 |
|
|
floatformat_vax.
|
539 |
|
|
(floatformat_vax_aingle, floatformat_vax_double): Declare.
|
540 |
|
|
|
541 |
|
|
2005-10-28 Dave Brolley
|
542 |
|
|
|
543 |
|
|
Contribute the following changes:
|
544 |
|
|
2003-09-29 Dave Brolley
|
545 |
|
|
|
546 |
|
|
* dis-asm.h (disassemble_info): insn_sets now (void *) to allow for
|
547 |
|
|
more exotic underlying types to be used.
|
548 |
|
|
|
549 |
|
|
2005-10-25 Arnold Metselaar
|
550 |
|
|
|
551 |
|
|
disasm.h: Add declaration for print_insn_z80
|
552 |
|
|
|
553 |
|
|
2005-09-30 Catherine Moore
|
554 |
|
|
|
555 |
|
|
* dis-asm.h (print_insn_bfin): Declare.
|
556 |
|
|
|
557 |
|
|
2005-09-26 Mark Mitchell
|
558 |
|
|
|
559 |
|
|
* libiberty.h (expandargv): New function.
|
560 |
|
|
|
561 |
|
|
2005-08-18 Alan Modra
|
562 |
|
|
|
563 |
|
|
* bfdlink.h: Remove mention of a29k.
|
564 |
|
|
* dis-asm.h: Remove a29k support.
|
565 |
|
|
|
566 |
|
|
2005-08-17 Mark Kettenis
|
567 |
|
|
|
568 |
|
|
* floatformat.h (struct floatformat): Change type of large
|
569 |
|
|
argument for is_valid member to `const void *'.
|
570 |
|
|
(floatformat_to_double): Change type of second argument to `const
|
571 |
|
|
void *'.
|
572 |
|
|
(floatformat_from_double): Change type of last argument to `void
|
573 |
|
|
*'.
|
574 |
|
|
(floatformat_is_valid): Change type of last argument to `const
|
575 |
|
|
void *'.
|
576 |
|
|
|
577 |
|
|
2005-07-14 Jim Blandy
|
578 |
|
|
|
579 |
|
|
* dis-asm.h (print_insn_m32c): New declaration.
|
580 |
|
|
|
581 |
|
|
2005-07-12 Ben Elliston
|
582 |
|
|
|
583 |
|
|
* xregex2.h (regexec): Qualify this prototype with __extension__
|
584 |
|
|
when compiling with GNU C.
|
585 |
|
|
|
586 |
|
|
2005-07-07 Kaveh R. Ghazi
|
587 |
|
|
|
588 |
|
|
* dis-asm.h (fprintf_ftype): Add format attribute.
|
589 |
|
|
|
590 |
|
|
2005-07-03 Steve Ellcey
|
591 |
|
|
|
592 |
|
|
PR other/13906
|
593 |
|
|
* ansidecl.h (ATTRIBUTE_ALIGNED_ALIGNOF): New.
|
594 |
|
|
* md5.h (md5_uintptr): New.
|
595 |
|
|
(md5_ctx): Align buffer field.
|
596 |
|
|
|
597 |
|
|
2005-06-30 Daniel Berlin
|
598 |
|
|
|
599 |
|
|
* hashtab.h (HTAB_DELETED_ENTRY): New macro.
|
600 |
|
|
(HTAB_EMPTY_ENTRY): New macro.
|
601 |
|
|
|
602 |
|
|
2005-06-20 Geoffrey Keating
|
603 |
|
|
|
604 |
|
|
* libiberty.h (strverscmp): Prototype.
|
605 |
|
|
|
606 |
|
|
2005-06-17 Jakub Jelinek
|
607 |
|
|
|
608 |
|
|
* elf/external.h (GRP_ENTRY_SIZE): Define.
|
609 |
|
|
|
610 |
|
|
2005-06-08 Zack Weinberg
|
611 |
|
|
|
612 |
|
|
* dis-asm.h (get_arm_regnames): Update prototype.
|
613 |
|
|
|
614 |
|
|
2005-06-07 Aldy Hernandez
|
615 |
|
|
Michael Snyder
|
616 |
|
|
Stan Cox
|
617 |
|
|
|
618 |
|
|
* dis-asm.h: Externalize print_insn_ms1.
|
619 |
|
|
|
620 |
|
|
2005-06-06 Gabriel Dos Reis
|
621 |
|
|
|
622 |
|
|
* libiberty.h (XOBFINISH): New.
|
623 |
|
|
|
624 |
|
|
2005-06-03 Alan Modra
|
625 |
|
|
|
626 |
|
|
* bfdlink.h (struct bfd_link_callbacks): Add einfo.
|
627 |
|
|
|
628 |
|
|
2005-06-01 Kaveh R. Ghazi
|
629 |
|
|
|
630 |
|
|
* libiberty.h (vsnprintf): Add format attribute.
|
631 |
|
|
|
632 |
|
|
2005-05-29 Kaveh R. Ghazi
|
633 |
|
|
|
634 |
|
|
* ansidecl.h: Add ATTRIBUTE_FPTR_PRINTF.
|
635 |
|
|
|
636 |
|
|
2005-05-28 Eli Zaretskii
|
637 |
|
|
|
638 |
|
|
* libiberty.h: (snprintf) [!HAVE_DECL_SNPRINTF]: Declare if
|
639 |
|
|
needed.
|
640 |
|
|
(vsnprintf) [!HAVE_DECL_VSNPRINTF]: Declare if needed.
|
641 |
|
|
|
642 |
|
|
2005-05-25 Richard Henderson
|
643 |
|
|
|
644 |
|
|
* demangle.h (DEMANGLE_COMPONENT_HIDDEN_ALIAS): New.
|
645 |
|
|
|
646 |
|
|
2005-05-24 Gabriel Dos Reis
|
647 |
|
|
|
648 |
|
|
* libiberty.h (ACONCAT): Properly cast value of alloca().
|
649 |
|
|
|
650 |
|
|
* ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Don't define if
|
651 |
|
|
__cplusplus.
|
652 |
|
|
|
653 |
|
|
2005-05-12 Steve Ellcey
|
654 |
|
|
|
655 |
|
|
libiberty.h: Do not define empty basename prototype.
|
656 |
|
|
|
657 |
|
|
2005-05-10 Nick Clifton
|
658 |
|
|
|
659 |
|
|
* Update the address and phone number of the FSF organization in
|
660 |
|
|
the GPL notices in the following files:
|
661 |
|
|
COPYING, ansidecl.h, bfdlink.h, bout.h, demangle.h, dis-asm.h,
|
662 |
|
|
dyn-string.h, fibheap.h, filenames.h, floatformat.h,
|
663 |
|
|
fnmatch.h, gdbm.h, getopt.h, hashtab.h, hp-symtab.h, ieee.h,
|
664 |
|
|
libiberty.h, md5.h, oasys.h, objalloc.h, obstack.h, os9k.h,
|
665 |
|
|
partition.h, progress.h, safe-ctype.h, sort.h, splay-tree.h,
|
666 |
|
|
symcat.h, ternary.h, xregex2.h, xtensa-config.h,
|
667 |
|
|
xtensa-isa-internal.h, xtensa-isa.h
|
668 |
|
|
|
669 |
|
|
2005-04-25 Kaveh R. Ghazi
|
670 |
|
|
|
671 |
|
|
* libiberty.h (unlock_std_streams): New.
|
672 |
|
|
|
673 |
|
|
2005-04-19 Kaveh R. Ghazi
|
674 |
|
|
|
675 |
|
|
* hashtab.h, libiberty.h, objalloc.h, splay-tree.h, ternary.h:
|
676 |
|
|
Don't use the PTR macro.
|
677 |
|
|
|
678 |
|
|
* sort.h: Don't use the PARAMS macro.
|
679 |
|
|
|
680 |
|
|
2005-04-16 Kaveh R. Ghazi
|
681 |
|
|
|
682 |
|
|
* libiberty.h (unlock_stream): New.
|
683 |
|
|
|
684 |
|
|
2005-04-13 Kaveh R. Ghazi
|
685 |
|
|
|
686 |
|
|
* libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
|
687 |
|
|
Remove parameter names.
|
688 |
|
|
|
689 |
|
|
2005-04-11 Kaveh R. Ghazi
|
690 |
|
|
|
691 |
|
|
* libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
|
692 |
|
|
Provide prototypes for new functions.
|
693 |
|
|
|
694 |
|
|
2005-03-29 Ian Lance Taylor
|
695 |
|
|
|
696 |
|
|
* libiberty.h: Fix indentation.
|
697 |
|
|
|
698 |
|
|
2005-03-28 Ian Lance Taylor
|
699 |
|
|
|
700 |
|
|
* libiberty.h: Include .
|
701 |
|
|
(PEX_RECORD_TIMES, PEX_USE_PIPES, PEX_SAVE_TEMPS): Define.
|
702 |
|
|
(PEX_LAST, PEX_SEARCH, PEX_SUFFIX, PEX_STDERR_TO_STDOUT): Define.
|
703 |
|
|
(PEX_BINARY_INPUT, PEX_BINARY_OUTPUT): Define.
|
704 |
|
|
(pex_init, pex_run, pex_read_output): Declare.
|
705 |
|
|
(pex_get_status, pex_get_times, pex_free, pex_one): Declare.
|
706 |
|
|
(struct pex_time): Define.
|
707 |
|
|
|
708 |
|
|
2005-03-28 Mark Mitchell
|
709 |
|
|
|
710 |
|
|
* libiberty.h (ffs): Declare, if necessary.
|
711 |
|
|
|
712 |
|
|
2005-03-27 Gabriel Dos Reis
|
713 |
|
|
|
714 |
|
|
* ternary.h: Don't use PARAMS anymore.
|
715 |
|
|
|
716 |
|
|
2005-03-27 Gabriel Dos Reis
|
717 |
|
|
|
718 |
|
|
* md5.h: Remove definition and uses of __P.
|
719 |
|
|
* dyn-string.h: Remove uses of PARAMS.
|
720 |
|
|
* fibheap.h: Likewise.
|
721 |
|
|
* floatformat.h: Likewise.
|
722 |
|
|
* hashtab.h: Likewise.
|
723 |
|
|
|
724 |
|
|
2005-03-26 Gabriel Dos Reis
|
725 |
|
|
|
726 |
|
|
* demangle.h: Remove uses of PARAMS.
|
727 |
|
|
|
728 |
|
|
* libiberty.h (ANSI_PROTOTYPES): Remove guard since
|
729 |
|
|
ANSI_PROTOTYPES is always assumed.
|
730 |
|
|
Remove uses of PARAMS throughout.
|
731 |
|
|
|
732 |
|
|
2005-03-24 Kaveh R. Ghazi
|
733 |
|
|
|
734 |
|
|
* libiberty.h (xstrndup): Declare.
|
735 |
|
|
|
736 |
|
|
2005-03-22 Kaveh R. Ghazi
|
737 |
|
|
|
738 |
|
|
* libiberty.h (make_relative_prefix): Add ATTRIBUTE_MALLOC.
|
739 |
|
|
|
740 |
|
|
2005-03-22 Bob Wilson
|
741 |
|
|
|
742 |
|
|
* xtensa-isa.h: Update a comment and whitespace.
|
743 |
|
|
|
744 |
|
|
2005-03-16 H.J. Lu
|
745 |
|
|
|
746 |
|
|
* bfdlink.h (bfd_link_info): Add gc_sections.
|
747 |
|
|
|
748 |
|
|
2005-03-09 Mark Mitchell
|
749 |
|
|
|
750 |
|
|
* libiberty.h (gettimeofday): Declare.
|
751 |
|
|
|
752 |
|
|
2005-03-01 Jan Beulich
|
753 |
|
|
|
754 |
|
|
* libiberty.h: Declare unlink_if_ordinary.
|
755 |
|
|
|
756 |
|
|
2005-02-21 Alan Modra
|
757 |
|
|
|
758 |
|
|
* xtensa-isa-internal.h (xtensa_length_decode_fn): Warning fix.
|
759 |
|
|
* xtensa-isa.h (xtensa_insnbuf_to_chars): Likewise.
|
760 |
|
|
(xtensa_insnbuf_from_chars, xtensa_isa_length_from_chars): Likewise.
|
761 |
|
|
|
762 |
|
|
2005-02-14 Paolo Bonzini
|
763 |
|
|
|
764 |
|
|
PR bootstrap/19818
|
765 |
|
|
* ansidecl.h (PARAMS): Guard from redefinition.
|
766 |
|
|
|
767 |
|
|
2005-02-03 Alan Modra
|
768 |
|
|
|
769 |
|
|
* bfdlink.h (struct bfd_link_hash_entry): Add u.undef.weak.
|
770 |
|
|
|
771 |
|
|
2005-02-01 Alan Modra
|
772 |
|
|
|
773 |
|
|
* bfdlink.h (bfd_link_repair_undef_list): Declare.
|
774 |
|
|
|
775 |
|
|
2005-01-10 Andreas Schwab
|
776 |
|
|
|
777 |
|
|
* dis-asm.h (struct disassemble_info): Add skip_zeroes and
|
778 |
|
|
skip_zeroes_at_end.
|
779 |
|
|
|
780 |
|
|
2004-12-11 Ben Elliston
|
781 |
|
|
|
782 |
|
|
* fibheap.h (struct fibnode): Only use unsigned long bitfields
|
783 |
|
|
when __GNUC__ is defined and ints are less than 32-bits wide.
|
784 |
|
|
|
785 |
|
|
2004-11-04 Paul Brook
|
786 |
|
|
|
787 |
|
|
* bfdlink.h (bfd_link_info): Add default_imported_symver.
|
788 |
|
|
|
789 |
|
|
2004-11-12 Bob Wilson
|
790 |
|
|
|
791 |
|
|
* xtensa-isa-internal.h (xtensa_interface_internal): Add class_id.
|
792 |
|
|
* xtensa-isa.h (xtensa_interface_class_id): New prototype.
|
793 |
|
|
|
794 |
|
|
2004-11-08 Inderpreet Singh
|
795 |
|
|
Vineet Sharma
|
796 |
|
|
|
797 |
|
|
* dis-asm.h: Add prototype for print_insn_maxq_little.
|
798 |
|
|
|
799 |
|
|
2004-10-26 Paul Brook
|
800 |
|
|
|
801 |
|
|
* bfdlink.h (struct bfd_link_info): Add create_default_symver.
|
802 |
|
|
|
803 |
|
|
2004-10-21 H.J. Lu
|
804 |
|
|
|
805 |
|
|
PR 463
|
806 |
|
|
* bfdlink.h (bfd_link_callbacks): Add a pointer to struct
|
807 |
|
|
bfd_link_hash_entry to reloc_overflow.
|
808 |
|
|
|
809 |
|
|
2004-10-07 Bob Wilson
|
810 |
|
|
|
811 |
|
|
* xtensa-config.h (XSHAL_USE_ABSOLUTE_LITERALS,
|
812 |
|
|
XCHAL_HAVE_PREDICTED_BRANCHES, XCHAL_INST_FETCH_WIDTH): New.
|
813 |
|
|
(XCHAL_EXTRA_SA_SIZE, XCHAL_EXTRA_SA_ALIGN): Delete.
|
814 |
|
|
|
815 |
|
|
* xtensa-isa-internal.h (ISA_INTERFACE_VERSION): Delete.
|
816 |
|
|
(config_sturct struct): Delete.
|
817 |
|
|
(XTENSA_OPERAND_IS_REGISTER, XTENSA_OPERAND_IS_PCRELATIVE,
|
818 |
|
|
XTENSA_OPERAND_IS_INVISIBLE, XTENSA_OPERAND_IS_UNKNOWN,
|
819 |
|
|
XTENSA_OPCODE_IS_BRANCH, XTENSA_OPCODE_IS_JUMP,
|
820 |
|
|
XTENSA_OPCODE_IS_LOOP, XTENSA_OPCODE_IS_CALL,
|
821 |
|
|
XTENSA_STATE_IS_EXPORTED, XTENSA_INTERFACE_HAS_SIDE_EFFECT): Define.
|
822 |
|
|
(xtensa_format_encode_fn, xtensa_get_slot_fn, xtensa_set_slot_fn): New.
|
823 |
|
|
(xtensa_insn_decode_fn): Rename to ...
|
824 |
|
|
(xtensa_opcode_decode_fn): ... this.
|
825 |
|
|
(xtensa_immed_decode_fn, xtensa_immed_encode_fn, xtensa_do_reloc_fn,
|
826 |
|
|
xtensa_undo_reloc_fn): Update.
|
827 |
|
|
(xtensa_encoding_template_fn): Delete.
|
828 |
|
|
(xtensa_opcode_encode_fn, xtensa_format_decode_fn,
|
829 |
|
|
xtensa_length_decode_fn): New.
|
830 |
|
|
(xtensa_format_internal, xtensa_slot_internal): New types.
|
831 |
|
|
(xtensa_operand_internal): Delete operand_kind, inout, isPCRelative,
|
832 |
|
|
get_field, and set_field fields. Add name, field_id, regfile,
|
833 |
|
|
num_regs, and flags fields.
|
834 |
|
|
(xtensa_arg_internal): New type.
|
835 |
|
|
(xtensa_iclass_internal): Change operands field to array of
|
836 |
|
|
xtensa_arg_internal. Add num_stateOperands, stateOperands,
|
837 |
|
|
num_interfaceOperands, and interfaceOperands fields.
|
838 |
|
|
(xtensa_opcode_internal): Delete length, template, and iclass fields.
|
839 |
|
|
Add iclass_id, flags, encode_fns, num_funcUnit_uses, and funcUnit_uses.
|
840 |
|
|
(opname_lookup_entry): Delete.
|
841 |
|
|
(xtensa_regfile_internal, xtensa_interface_internal,
|
842 |
|
|
xtensa_funcUnit_internal, xtensa_state_internal,
|
843 |
|
|
xtensa_sysreg_internal, xtensa_lookup_entry): New.
|
844 |
|
|
(xtensa_isa_internal): Replace opcode_table field with opcodes field.
|
845 |
|
|
Change type of opname_lookup_table. Delete num_modules,
|
846 |
|
|
module_opcode_base, module_decode_fn, config, and has_density fields.
|
847 |
|
|
Add num_formats, formats, format_decode_fn, length_decode_fn,
|
848 |
|
|
num_slots, slots, num_fields, num_operands, operands, num_iclasses,
|
849 |
|
|
iclasses, num_regfiles, regfiles, num_states, states,
|
850 |
|
|
state_lookup_table, num_sysregs, sysregs, sysreg_lookup_table,
|
851 |
|
|
max_sysreg_num, sysreg_table, num_interfaces, interfaces,
|
852 |
|
|
interface_lookup_table, num_funcUnits, funcUnits and
|
853 |
|
|
funcUnit_lookup_table fields.
|
854 |
|
|
(xtensa_isa_module, xtensa_isa_modules): Delete.
|
855 |
|
|
(xtensa_isa_name_compare): New prototype.
|
856 |
|
|
(xtisa_errno, xtisa_error_msg): New.
|
857 |
|
|
* xtensa-isa.h (XTENSA_ISA_VERSION): Define.
|
858 |
|
|
(xtensa_isa): Change type.
|
859 |
|
|
(xtensa_operand): Delete.
|
860 |
|
|
(xtensa_format, xtensa_regfile, xtensa_state, xtensa_sysreg,
|
861 |
|
|
xtensa_interface, xtensa_funcUnit, xtensa_isa_status,
|
862 |
|
|
xtensa_funcUnit_use): New types.
|
863 |
|
|
(libisa_module_specifier): Delete.
|
864 |
|
|
(xtensa_isa_errno, xtensa_isa_error_msg): New prototypes.
|
865 |
|
|
(xtensa_insnbuf_free, xtensa_insnbuf_to_chars,
|
866 |
|
|
xtensa_insnbuf_from_chars): Update prototypes.
|
867 |
|
|
(xtensa_load_isa, xtensa_extend_isa, xtensa_default_isa,
|
868 |
|
|
xtensa_insn_maxlength, xtensa_num_opcodes, xtensa_decode_insn,
|
869 |
|
|
xtensa_encode_insn, xtensa_insn_length,
|
870 |
|
|
xtensa_insn_length_from_first_byte, xtensa_num_operands,
|
871 |
|
|
xtensa_operand_kind, xtensa_encode_result,
|
872 |
|
|
xtensa_operand_isPCRelative): Delete.
|
873 |
|
|
(xtensa_isa_init, xtensa_operand_inout, xtensa_operand_get_field,
|
874 |
|
|
xtensa_operand_set_field, xtensa_operand_encode,
|
875 |
|
|
xtensa_operand_decode, xtensa_operand_do_reloc,
|
876 |
|
|
xtensa_operand_undo_reloc): Update prototypes.
|
877 |
|
|
(xtensa_isa_maxlength, xtensa_isa_length_from_chars,
|
878 |
|
|
xtensa_isa_num_pipe_stages, xtensa_isa_num_formats,
|
879 |
|
|
xtensa_isa_num_opcodes, xtensa_isa_num_regfiles, xtensa_isa_num_states,
|
880 |
|
|
xtensa_isa_num_sysregs, xtensa_isa_num_interfaces,
|
881 |
|
|
xtensa_isa_num_funcUnits, xtensa_format_name, xtensa_format_lookup,
|
882 |
|
|
xtensa_format_decode, xtensa_format_encode, xtensa_format_length,
|
883 |
|
|
xtensa_format_num_slots, xtensa_format_slot_nop_opcode,
|
884 |
|
|
xtensa_format_get_slot, xtensa_format_set_slot, xtensa_opcode_decode,
|
885 |
|
|
xtensa_opcode_encode, xtensa_opcode_is_branch, xtensa_opcode_is_jump,
|
886 |
|
|
xtensa_opcode_is_loop, xtensa_opcode_is_call,
|
887 |
|
|
xtensa_opcode_num_operands, xtensa_opcode_num_stateOperands,
|
888 |
|
|
xtensa_opcode_num_interfaceOperands, xtensa_opcode_num_funcUnit_uses,
|
889 |
|
|
xtensa_opcode_funcUnit_use, xtensa_operand_name,
|
890 |
|
|
xtensa_operand_is_visible, xtensa_operand_is_register,
|
891 |
|
|
xtensa_operand_regfile, xtensa_operand_num_regs,
|
892 |
|
|
xtensa_operand_is_known_reg, xtensa_operand_is_PCrelative,
|
893 |
|
|
xtensa_stateOperand_state, xtensa_stateOperand_inout,
|
894 |
|
|
xtensa_interfaceOperand_interface, xtensa_regfile_lookup,
|
895 |
|
|
xtensa_regfile_lookup_shortname, xtensa_regfile_name,
|
896 |
|
|
xtensa_regfile_shortname, xtensa_regfile_view_parent,
|
897 |
|
|
xtensa_regfile_num_bits, xtensa_regfile_num_entries,
|
898 |
|
|
xtensa_state_lookup, xtensa_state_name, xtensa_state_num_bits,
|
899 |
|
|
xtensa_state_is_exported, xtensa_sysreg_lookup,
|
900 |
|
|
xtensa_sysreg_lookup_name, xtensa_sysreg_name, xtensa_sysreg_number,
|
901 |
|
|
xtensa_sysreg_is_user, xtensa_interface_lookup, xtensa_interface_name,
|
902 |
|
|
xtensa_interface_num_bits, xtensa_interface_inout,
|
903 |
|
|
xtensa_interface_has_side_effect, xtensa_funcUnit_lookup,
|
904 |
|
|
xtensa_funcUnit_name, xtensa_funcUnit_num_copies): New prototypes.
|
905 |
|
|
2004-10-07 Jeff Baker
|
906 |
|
|
|
907 |
|
|
* bfdlink.h (bfd_link_info): Add bitfield: warn_shared_textrel.
|
908 |
|
|
|
909 |
|
|
2004-09-17 Alan Modra
|
910 |
|
|
|
911 |
|
|
* bfdlink.h (struct bfd_link_hash_entry): Move und_next into elements
|
912 |
|
|
of union.
|
913 |
|
|
|
914 |
|
|
2004-09-13 Aaron W. LaFramboise
|
915 |
|
|
|
916 |
|
|
* libiberty.h (basename): Prototype for __MINGW32__.
|
917 |
|
|
|
918 |
|
|
2004-09-04 Kaveh R. Ghazi
|
919 |
|
|
|
920 |
|
|
* ansidecl.h (ATTRIBUTE_SENTINEL): Define.
|
921 |
|
|
* libiberty.h (concat, reconcat, concat_length, concat_copy,
|
922 |
|
|
concat_copy2): Use ATTRIBUTE_SENTINEL.
|
923 |
|
|
|
924 |
|
|
2004-08-13 Alan Modra
|
925 |
|
|
|
926 |
|
|
* bfdlink.h (struct bfd_link_callbacks): Remove "error_handler".
|
927 |
|
|
(LD_DEFINITION_IN_DISCARDED_SECTION): Delete.
|
928 |
|
|
|
929 |
|
|
2004-08-02 Gabriel Dos Reis
|
930 |
|
|
|
931 |
|
|
* libiberty.h (XDELETE, XDELETEVEC, XRESIZEVEC): Remove any
|
932 |
|
|
const-qualification before disposal.
|
933 |
|
|
|
934 |
|
|
2004-07-24 Bernardo Innocenti
|
935 |
|
|
|
936 |
|
|
* ansidecl.h (ARG_UNUSED): New Macro.
|
937 |
|
|
|
938 |
|
|
2004-07-23 H.J. Lu
|
939 |
|
|
|
940 |
|
|
* bin-bugs.h (REPORT_BUGS_TO): Set to
|
941 |
|
|
"".
|
942 |
|
|
|
943 |
|
|
2004-07-21 Paolo Bonzini
|
944 |
|
|
|
945 |
|
|
* ansidecl.h (ATTRIBUTE_PURE): New.
|
946 |
|
|
|
947 |
|
|
2004-07-13 Bernardo Innocenti
|
948 |
|
|
|
949 |
|
|
* libiberty.h (XNEW, XCNEW, XNEWVEC, XCNEWVEC, XOBNEW): Move here from
|
950 |
|
|
libcpp/internal.h.
|
951 |
|
|
(XDELETE, XRESIZEVEC, XDELETEVEC, XNEWVAR, XCNEWVAR, XRESIZEVAR): New
|
952 |
|
|
macros.
|
953 |
|
|
|
954 |
|
|
2004-07-13 Bernardo Innocenti
|
955 |
|
|
|
956 |
|
|
* libiberty.h (ASTRDUP): Add casts required for stricter
|
957 |
|
|
type conversion rules of C++.
|
958 |
|
|
* obstack.h (obstack_free): Likewise.
|
959 |
|
|
|
960 |
|
|
2004-07-07 Tomer Levi
|
961 |
|
|
|
962 |
|
|
* dis-asm.h (print_insn_crx): Declare.
|
963 |
|
|
|
964 |
|
|
2004-06-24 Alan Modra
|
965 |
|
|
|
966 |
|
|
* bfdlink.h (struct bfd_link_order): Update comment.
|
967 |
|
|
|
968 |
|
|
2004-05-11 Jakub Jelinek
|
969 |
|
|
|
970 |
|
|
* bfdlink.h (struct bfd_link_info): Add relro, relro_start and
|
971 |
|
|
relro_end fields.
|
972 |
|
|
|
973 |
|
|
2004-05-04 Andreas Jaeger
|
974 |
|
|
|
975 |
|
|
* demangle.h: Do not use C++ reserved keyword typename as
|
976 |
|
|
parameter for cplus_demangle_fill_builtin_type.
|
977 |
|
|
|
978 |
|
|
2004-04-22 Richard Henderson
|
979 |
|
|
|
980 |
|
|
* hashtab.h (struct htab): Add size_prime_index.
|
981 |
|
|
|
982 |
|
|
2004-04-13 Jeff Law
|
983 |
|
|
|
984 |
|
|
* hashtab.h (htab_remove_elt_with_hash): Prototype new function.
|
985 |
|
|
|
986 |
|
|
2004-03-30 Zack Weinberg
|
987 |
|
|
|
988 |
|
|
* hashtab.h, splay-tree.h: Use new shorter form of GTY markers.
|
989 |
|
|
|
990 |
|
|
2004-03-25 Stan Shebs
|
991 |
|
|
|
992 |
|
|
* mpw/: Remove subdirectory and everything in it.
|
993 |
|
|
|
994 |
|
|
2004-03-23 Alan Modra
|
995 |
|
|
|
996 |
|
|
PR 51.
|
997 |
|
|
* bfdlink.h (struct bfd_link_info): Add wrap_char.
|
998 |
|
|
|
999 |
|
|
2004-03-20 H.J. Lu
|
1000 |
|
|
|
1001 |
|
|
* bfdlink.h (bfd_link_info): Correct comments for the
|
1002 |
|
|
unresolved_syms_in_objects field.
|
1003 |
|
|
|
1004 |
|
|
2004-02-24 Ian Lance Taylor
|
1005 |
|
|
|
1006 |
|
|
* dyn-string.h: Update copyright date.
|
1007 |
|
|
|
1008 |
|
|
2004-02-23 Ian Lance Taylor
|
1009 |
|
|
|
1010 |
|
|
* dyn-string.h: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and
|
1011 |
|
|
the associated #defines.
|
1012 |
|
|
|
1013 |
|
|
2004-01-12 Ian Lance Taylor
|
1014 |
|
|
|
1015 |
|
|
* demangle.h: Instead of checking ANSI_PROTOTYPES, just include
|
1016 |
|
|
"libiberty.h".
|
1017 |
|
|
|
1018 |
|
|
* demangle.h: If ANSI_PROTOTYPES is defined, include .
|
1019 |
|
|
|
1020 |
|
|
* demangle.h (enum demangle_component_type): Define.
|
1021 |
|
|
(struct demangle_operator_info): Declare.
|
1022 |
|
|
(struct demangle_builtin_type_info): Declare.
|
1023 |
|
|
(struct demangle_component): Define.
|
1024 |
|
|
(cplus_demangle_fill_component): Declare.
|
1025 |
|
|
(cplus_demangle_fill_name): Declare.
|
1026 |
|
|
(cplus_demangle_fill_builtin_type): Declare.
|
1027 |
|
|
(cplus_demangle_fill_operator): Declare.
|
1028 |
|
|
(cplus_demangle_fill_extended_operator): Declare.
|
1029 |
|
|
(cplus_demangle_fill_ctor, cplus_demangle_fill_dtor): Declare.
|
1030 |
|
|
(cplus_demangle_v3_components): Declare.
|
1031 |
|
|
(cplus_demangle_print): Declare.
|
1032 |
|
|
|
1033 |
|
|
For older changes see ChangeLog-9103
|
1034 |
|
|
|
1035 |
|
|
Local Variables:
|
1036 |
|
|
mode: change-log
|
1037 |
|
|
left-margin: 8
|
1038 |
|
|
fill-column: 74
|
1039 |
|
|
version-control: never
|
1040 |
|
|
End:
|