* configure: Regenerate to track ../common/common.m4 changes.
[deliverable/binutils-gdb.git] / include / ChangeLog
1 2008-07-07 Stan Shebs <stan@codesourcery.com>
2
3 * dis-asm.h (struct disassemble_info): Add endian_code field.
4
5 2008-07-07 Joel Brobecker <brobecker@adacore.com>
6
7 * safe-ctype.h: Add #include of ctype.h before redefining
8 the ctype.h macros.
9
10 2008-07-04 Joel Brobecker <brobecker@adacore.com>
11
12 * safe-ctype.h: Remove #error when detecting that ctype.h has been
13 included. Redefine the various macros provided by ctype.h as
14 undefined variables.
15
16 2008-06-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17
18 * libiberty.h (XALLOCA, XDUP, XALLOCAVEC, XDUPVEC, XALLOCAVAR,
19 XDUPVAR, XOBNEWVEC, XOBNEWVAR): New.
20
21 2008-06-06 Alan Modra <amodra@bigpond.net.au>
22
23 * bfdlink.h (struct bfd_link_info): Add "path_separator".
24
25 2008-04-10 Andreas Krebbel <krebbel1@de.ibm.com>
26
27 * dis-asm.h (print_s390_disassembler_options):
28 Prototype added.
29
30 2008-03-24 Ian Lance Taylor <iant@google.com>
31
32 * sha1.h: New file, from gnulib.
33
34 * md5.h: Add extern "C" when compiled with C++.
35
36 2008-03-24 Ian Lance Taylor <iant@google.com>
37
38 * md5.h: Add extern "C" when compiled with C++.
39
40 2008-03-21 Ian Lance Taylor <iant@google.com>
41
42 * filenames.h: Add extern "C" when compiled with C++.
43
44 2008-02-15 Alan Modra <amodra@bigpond.net.au>
45
46 * bfdlink.h (struct bfd_link_hash_table): Delete creator field.
47 (struct bfd_link_info): Add output_bfd.
48
49 2008-02-11 Bob Wilson <bob.wilson@acm.org>
50
51 * xtensa-config.h (XCHAL_HAVE_THREADPTR): Redefine to zero.
52 (XCHAL_NUM_AREGS, XCHAL_MAX_INSTRUCTION_SIZE): New.
53
54 2008-01-26 David Daney <ddaney@avtrex.com>
55
56 * demangle.h (demangle_component_type): Add
57 DEMANGLE_COMPONENT_JAVA_RESOURCE,
58 DEMANGLE_COMPONENT_COMPOUND_NAME, and
59 DEMANGLE_COMPONENT_CHARACTER as new enum values.
60 (demangle_component): Add struct s_character to union u.
61
62 2007-11-07 Joseph Myers <joseph@codesourcery.com>
63 Daniel Jacobowitz <dan@codesourcery.com>
64
65 * floatformat.h (struct floatformat): Add split_half field.
66 (floatformat_ibm_long_double): New.
67
68 2007-09-06 Tom Tromey <tromey@redhat.com>
69
70 * libiberty.h (pex_free): Document process killing.
71
72 2007-08-31 Douglas Gregor <doug.gregor@gmail.com>
73
74 * demangle.h (enum demangle_component_type): Add
75 DEMANGLE_COMPONENT_RVALUE_REFERENCE.
76
77 2007-07-25 Ben Elliston <bje@au.ibm.com>
78
79 * ternary.h: Remove.
80
81 2007-07-18 Bob Wilson <bob.wilson@acm.org>
82
83 * xtensa-config.h (XCHAL_HAVE_THREADPTR): New.
84 (XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): New.
85
86 2007-07-17 Nick Clifton <nickc@redhat.com>
87
88 * COPYING3: New file. Contains version 3 of the GNU General
89 Public License.
90
91 2007-07-12 Kai Tietz <kai.tietz@onevision.com>
92
93 * splay-tree.h (libi_uhostptr_t, libi_shostptr_t): Adjust types
94 work-a-round whitespace problem in gcc gengtype.
95
96 * splay-tree.h (libi_uhostptr_t, libi_shostptr_t): New types,
97 needed for WIN64 when a long is not wide enough for a pointer.
98 (splay_tree_key, splay_tree_value): Use the new types.
99
100 2007-07-09 Roland McGrath <roland@redhat.com>
101
102 * bfdlink.h (struct bfd_link_info): Add member emit_note_gnu_build_id.
103
104 2007-07-06 Nick Clifton <nickc@redhat.com>
105
106 * bfdlink.h: Update copyright notice to refer to GPLv3.
107
108 2007-06-29 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
109
110 * dis-asm.h (print_insn_cr16): New prototype.
111
112 2007-06-01 Noah Misch <noah@cs.caltech.edu>
113 Alan Modra <amodra@bigpond.net.au>
114
115 * bfdlink.h (struct bfd_link_info): Add input_bfds_tail.
116
117 2007-05-07 Nathan Froyd <froydnj@codesourcery.com>
118
119 * libiberty.h (writeargv): Declare.
120
121 2007-04-30 Alan Modra <amodra@bigpond.net.au>
122
123 * bfdlink.h (struct bfd_link_info): Add "info" and "minfo".
124
125 2007-04-25 Mark Mitchell <mark@codesourcery.com>
126
127 * demangle.h: Change license to LGPL + exception.
128
129 2007-04-10 Richard Henderson <rth@redhat.com>
130
131 * bfdlink.h (struct bfd_link_info): Add relax_trip.
132
133 2007-03-29 Joel Brobecker <brobecker@adacore.com>
134
135 * filenames.h (FILENAME_CMP): Adjust define to call filename_cmp
136 regardless of the type of file system.
137
138 2007-03-06 Jan Hubicka <jh@suse.cz>
139
140 * ansidecl.h (ATTRIBUTE_COLD, ATTRIBUTE_HOT): New.
141
142 2007-02-21 Nick Clifton <nickc@redhat.com>
143
144 * bfdlink.h (struct bfd_link_callbacks): Add
145 override_segment_assignment field.
146
147 2007-02-17 Mark Mitchell <mark@codesourcery.com>
148 Nathan Sidwell <nathan@codesourcery.com>
149 Vladimir Prus <vladimir@codesourcery.com
150 Joseph Myers <joseph@codesourcery.com>
151
152 * bin-bugs.h: Remove.
153
154 2007-02-09 Joseph S. Myers <joseph@codesourcery.com>
155
156 * libiberty.h (pex_write_input): Remove prototype.
157
158 2007-02-05 Dave Brolley <brolley@redhat.com>
159
160 * Contribute the following changes:
161 2001-03-26 Ben Elliston <bje@redhat.com>
162
163 * dis-asm.h (print_insn_mep): Declare.
164
165 2007-02-02 H.J. Lu <hongjiu.lu@intel.com>
166
167 * dis-asm.h (print_i386_disassembler_options): New.
168
169 2007-01-31 Vladimir Prus <vladimir@codesourcery.com>
170
171 * libiberty.h (PEX_STDERR_TO_PIPE): New define.
172 (PEX_BINARY_ERROR): New define.
173 (pex_read_err): New function.
174
175 2007-01-29 Simon Baldwin <simonb@google.com>
176
177 * demangle.h: New cplus_demangle_print_callback,
178 cplus_demangle_v3_callback, and java_demangle_v3_callback function
179 prototypes, and demangle_callbackref type definition.
180
181 2007-01-16 H.J. Lu <hongjiu.lu@intel.com>
182
183 PR ld/3831
184 * bfdlink.h (bfd_link_info): Rename dynamic to dynamic_list.
185 Add dynamic and dynamic_data.
186
187 2006-12-05 Michael Tautschnig <tautschn@model.in.tum.de>
188 Nick Clifton <nickc@redhat.com>
189
190 * ansidecl.h (ATTRIBUTE_PACKED): Define.
191
192 2006-11-30 Andrew Stubbs <andrew.stubbs@st.com>
193 J"orn Rennecke <joern.rennecke@st.com>
194
195 PR driver/29931
196 * libiberty.h (make_relative_prefix_ignore_links): Declare.
197
198 2006-11-27 Bob Wilson <bob.wilson@acm.org>
199
200 * xtensa-config.h (XSHAL_ABI): New.
201 (XTHAL_ABI_WINDOWED, XTHAL_ABI_CALL0): New.
202
203 2006-11-27 Bob Wilson <bob.wilson@acm.org>
204
205 * xtensa-isa.h (STATIC_LIBISA): Delete.
206
207 2006-10-30 Paul Brook <paul@codesourcery.com>
208
209 * dis-asm.h (disassemble_info): Add symtab, symtab_pos and
210 symtab_size.
211
212 2006-10-30 H.J. Lu <hongjiu.lu@intel.com>
213
214 PR ld/3111
215 * bfdlink.h (bfd_link_info): Add reduce_memory_overheads.
216
217 2006-10-25 Trevor Smigiel <Trevor_Smigiel@playstation.sony.com>
218 Yukishige Shibata <shibata@rd.scei.sony.co.jp>
219 Nobuhisa Fujinami <fnami@rd.scei.sony.co.jp>
220 Takeaki Fukuoka <fukuoka@rd.scei.sony.co.jp>
221 Alan Modra <amodra@bigpond.net.au>
222
223 * dis-asm.h (print_insn_spu): Declare.
224
225 2006-09-17 Mei Ligang <ligang@sunnorth.com.cn>
226
227 * dis-asm.h: Add prototypes for Score disassembler routines.
228
229 2006-09-07 H.J. Lu <hongjiu.lu@intel.com>
230
231 * bfdlink.h (bfd_elf_dynamic_list): New.
232 (bfd_link_info): Add a dynamic field.
233
234 2006-08-04 Marcelo Tosatti <marcelo@kvack.org>
235
236 * bfdlink.h (struct bfd_link_info): New field: print_gc_sections.
237
238 2006-07-10 Jakub Jelinek <jakub@redhat.com>
239
240 * bfdlink.h (struct bfd_link_info): Add emit_hash and
241 emit_gnu_hash bitfields.
242
243 2006-04-11 Jim Blandy <jimb@codesourcery.com>
244
245 * libiberty.h (pex_input_file, pex_input_pipe): New declarations.
246
247 2006-04-06 H.J. Lu <hongjiu.lu@intel.com>
248
249 * bfdlink.h (bfd_link_info): Replace need_relax_finalize with
250 relax_pass.
251
252 2006-02-17 Shrirang Khisti <shrirangk@kpitcummins.com>
253 Anil Paranjape <anilp1@kpitcummins.com>
254 Shilin Shakti <shilins@kpitcummins.com>
255
256 * dis-asm.h (print_insn_xc16c): New prototype.
257
258 2006-01-18 DJ Delorie <dj@redhat.com>
259
260 * md5.h: Include ansidecl.h
261
262 2006-01-17 Andreas Schwab <schwab@suse.de>
263
264 PR binutils/1486
265 * dis-asm.h (struct disassemble_info): Add
266 disassembler_needs_relocs.
267
268 2006-01-09 Bob Wilson <bob.wilson@acm.org>
269
270 * xtensa-config.h (XCHAL_HAVE_MUL32_HIGH): Define.
271
272 2005-12-30 Bob Wilson <bob.wilson@acm.org>
273
274 * xtensa-config.h (XCHAL_HAVE_WIDE_BRANCHES): New.
275
276 2005-12-16 Nathan Sidwell <nathan@codesourcery.com>
277
278 Second part of ms1 to mt renaming.
279 * dis-asm.h (print_insn_mt): Renamed.
280
281 2005-12-10 Terry Laurenzo <tlaurenzo@gmail.com>
282
283 PR java/9861
284 * demangle.h : Add DMGL_RET_POSTFIX define to enable alternative
285 output format for return types
286
287 2005-11-03 Alan Modra <amodra@bigpond.net.au>
288
289 * bfdlink.h (struct bfd_link_order): Tweak comment.
290
291 2005-10-31 Mark Kettenis <kettenis@gnu.org>
292
293 * floatformat.h (enum floatformat_byteorders): Add
294 floatformat_vax.
295 (floatformat_vax_aingle, floatformat_vax_double): Declare.
296
297 2005-10-28 Dave Brolley <brolley@redhat.com>
298
299 Contribute the following changes:
300 2003-09-29 Dave Brolley <brolley@redhat.com>
301
302 * dis-asm.h (disassemble_info): insn_sets now (void *) to allow for
303 more exotic underlying types to be used.
304
305 2005-10-25 Arnold Metselaar <arnold.metselaar@planet.nl>
306
307 disasm.h: Add declaration for print_insn_z80
308
309 2005-09-30 Catherine Moore <clm@cm00re.com>
310
311 * dis-asm.h (print_insn_bfin): Declare.
312
313 2005-09-26 Mark Mitchell <mark@codesourcery.com>
314
315 * libiberty.h (expandargv): New function.
316
317 2005-08-18 Alan Modra <amodra@bigpond.net.au>
318
319 * bfdlink.h: Remove mention of a29k.
320 * dis-asm.h: Remove a29k support.
321
322 2005-08-17 Mark Kettenis <kettenis@gnu.org>
323
324 * floatformat.h (struct floatformat): Change type of large
325 argument for is_valid member to `const void *'.
326 (floatformat_to_double): Change type of second argument to `const
327 void *'.
328 (floatformat_from_double): Change type of last argument to `void
329 *'.
330 (floatformat_is_valid): Change type of last argument to `const
331 void *'.
332
333 2005-07-14 Jim Blandy <jimb@redhat.com>
334
335 * dis-asm.h (print_insn_m32c): New declaration.
336
337 2005-07-12 Ben Elliston <bje@au.ibm.com>
338
339 * xregex2.h (regexec): Qualify this prototype with __extension__
340 when compiling with GNU C.
341
342 2005-07-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
343
344 * dis-asm.h (fprintf_ftype): Add format attribute.
345
346 2005-07-03 Steve Ellcey <sje@cup.hp.com>
347
348 PR other/13906
349 * ansidecl.h (ATTRIBUTE_ALIGNED_ALIGNOF): New.
350 * md5.h (md5_uintptr): New.
351 (md5_ctx): Align buffer field.
352
353 2005-06-30 Daniel Berlin <dberlin@dberlin.org>
354
355 * hashtab.h (HTAB_DELETED_ENTRY): New macro.
356 (HTAB_EMPTY_ENTRY): New macro.
357
358 2005-06-20 Geoffrey Keating <geoffk@apple.com>
359
360 * libiberty.h (strverscmp): Prototype.
361
362 2005-06-17 Jakub Jelinek <jakub@redhat.com>
363
364 * elf/external.h (GRP_ENTRY_SIZE): Define.
365
366 2005-06-08 Zack Weinberg <zack@codesourcery.com>
367
368 * dis-asm.h (get_arm_regnames): Update prototype.
369
370 2005-06-07 Aldy Hernandez <aldyh@redhat.com>
371 Michael Snyder <msnyder@redhat.com>
372 Stan Cox <scox@redhat.com>
373
374 * dis-asm.h: Externalize print_insn_ms1.
375
376 2005-06-06 Gabriel Dos Reis <gdr@integrable-solutions.net>
377
378 * libiberty.h (XOBFINISH): New.
379
380 2005-06-03 Alan Modra <amodra@bigpond.net.au>
381
382 * bfdlink.h (struct bfd_link_callbacks): Add einfo.
383
384 2005-06-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
385
386 * libiberty.h (vsnprintf): Add format attribute.
387
388 2005-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
389
390 * ansidecl.h: Add ATTRIBUTE_FPTR_PRINTF.
391
392 2005-05-28 Eli Zaretskii <eliz@gnu.org>
393
394 * libiberty.h: (snprintf) [!HAVE_DECL_SNPRINTF]: Declare if
395 needed.
396 (vsnprintf) [!HAVE_DECL_VSNPRINTF]: Declare if needed.
397
398 2005-05-25 Richard Henderson <rth@redhat.com>
399
400 * demangle.h (DEMANGLE_COMPONENT_HIDDEN_ALIAS): New.
401
402 2005-05-24 Gabriel Dos Reis <gdr@integrable-solutions.net>
403
404 * libiberty.h (ACONCAT): Properly cast value of alloca().
405
406 * ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Don't define if
407 __cplusplus.
408
409 2005-05-12 Steve Ellcey <sje@cup.hp.com>
410
411 libiberty.h: Do not define empty basename prototype.
412
413 2005-05-10 Nick Clifton <nickc@redhat.com>
414
415 * Update the address and phone number of the FSF organization in
416 the GPL notices in the following files:
417 COPYING, ansidecl.h, bfdlink.h, bout.h, demangle.h, dis-asm.h,
418 dyn-string.h, fibheap.h, filenames.h, floatformat.h,
419 fnmatch.h, gdbm.h, getopt.h, hashtab.h, hp-symtab.h, ieee.h,
420 libiberty.h, md5.h, oasys.h, objalloc.h, obstack.h, os9k.h,
421 partition.h, progress.h, safe-ctype.h, sort.h, splay-tree.h,
422 symcat.h, ternary.h, xregex2.h, xtensa-config.h,
423 xtensa-isa-internal.h, xtensa-isa.h
424
425 2005-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
426
427 * libiberty.h (unlock_std_streams): New.
428
429 2005-04-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
430
431 * hashtab.h, libiberty.h, objalloc.h, splay-tree.h, ternary.h:
432 Don't use the PTR macro.
433
434 * sort.h: Don't use the PARAMS macro.
435
436 2005-04-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
437
438 * libiberty.h (unlock_stream): New.
439
440 2005-04-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
441
442 * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
443 Remove parameter names.
444
445 2005-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
446
447 * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
448 Provide prototypes for new functions.
449
450 2005-03-29 Ian Lance Taylor <ian@airs.com>
451
452 * libiberty.h: Fix indentation.
453
454 2005-03-28 Ian Lance Taylor <ian@airs.com>
455
456 * libiberty.h: Include <stdio.h>.
457 (PEX_RECORD_TIMES, PEX_USE_PIPES, PEX_SAVE_TEMPS): Define.
458 (PEX_LAST, PEX_SEARCH, PEX_SUFFIX, PEX_STDERR_TO_STDOUT): Define.
459 (PEX_BINARY_INPUT, PEX_BINARY_OUTPUT): Define.
460 (pex_init, pex_run, pex_read_output): Declare.
461 (pex_get_status, pex_get_times, pex_free, pex_one): Declare.
462 (struct pex_time): Define.
463
464 2005-03-28 Mark Mitchell <mark@codesourcery.com>
465
466 * libiberty.h (ffs): Declare, if necessary.
467
468 2005-03-27 Gabriel Dos Reis <gdr@integreable-solutions.net>
469
470 * ternary.h: Don't use PARAMS anymore.
471
472 2005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
473
474 * md5.h: Remove definition and uses of __P.
475 * dyn-string.h: Remove uses of PARAMS.
476 * fibheap.h: Likewise.
477 * floatformat.h: Likewise.
478 * hashtab.h: Likewise.
479
480 2005-03-26 Gabriel Dos Reis <gdr@integrable-solutions.net>
481
482 * demangle.h: Remove uses of PARAMS.
483
484 * libiberty.h (ANSI_PROTOTYPES): Remove guard since
485 ANSI_PROTOTYPES is always assumed.
486 Remove uses of PARAMS throughout.
487
488 2005-03-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
489
490 * libiberty.h (xstrndup): Declare.
491
492 2005-03-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
493
494 * libiberty.h (make_relative_prefix): Add ATTRIBUTE_MALLOC.
495
496 2005-03-22 Bob Wilson <bob.wilson@acm.org>
497
498 * xtensa-isa.h: Update a comment and whitespace.
499
500 2005-03-16 H.J. Lu <hongjiu.lu@intel.com>
501
502 * bfdlink.h (bfd_link_info): Add gc_sections.
503
504 2005-03-09 Mark Mitchell <mark@codesourcery.com>
505
506 * libiberty.h (gettimeofday): Declare.
507
508 2005-03-01 Jan Beulich <jbeulich@novell.com>
509
510 * libiberty.h: Declare unlink_if_ordinary.
511
512 2005-02-21 Alan Modra <amodra@bigpond.net.au>
513
514 * xtensa-isa-internal.h (xtensa_length_decode_fn): Warning fix.
515 * xtensa-isa.h (xtensa_insnbuf_to_chars): Likewise.
516 (xtensa_insnbuf_from_chars, xtensa_isa_length_from_chars): Likewise.
517
518 2005-02-14 Paolo Bonzini <bonzini@gnu.org>
519
520 PR bootstrap/19818
521 * ansidecl.h (PARAMS): Guard from redefinition.
522
523 2005-02-03 Alan Modra <amodra@bigpond.net.au>
524
525 * bfdlink.h (struct bfd_link_hash_entry): Add u.undef.weak.
526
527 2005-02-01 Alan Modra <amodra@bigpond.net.au>
528
529 * bfdlink.h (bfd_link_repair_undef_list): Declare.
530
531 2005-01-10 Andreas Schwab <schwab@suse.de>
532
533 * dis-asm.h (struct disassemble_info): Add skip_zeroes and
534 skip_zeroes_at_end.
535
536 2004-12-11 Ben Elliston <bje@au.ibm.com>
537
538 * fibheap.h (struct fibnode): Only use unsigned long bitfields
539 when __GNUC__ is defined and ints are less than 32-bits wide.
540
541 2004-11-04 Paul Brook <paul@codesourcery.com>
542
543 * bfdlink.h (bfd_link_info): Add default_imported_symver.
544
545 2004-11-12 Bob Wilson <bob.wilson@acm.org>
546
547 * xtensa-isa-internal.h (xtensa_interface_internal): Add class_id.
548 * xtensa-isa.h (xtensa_interface_class_id): New prototype.
549
550 2004-11-08 Inderpreet Singh <inderpreetb@nioda.hcltech.com>
551 Vineet Sharma <vineets@noida.hcltech.com>
552
553 * dis-asm.h: Add prototype for print_insn_maxq_little.
554
555 2004-10-26 Paul Brook <paul@codesourcery.com>
556
557 * bfdlink.h (struct bfd_link_info): Add create_default_symver.
558
559 2004-10-21 H.J. Lu <hongjiu.lu@intel.com>
560
561 PR 463
562 * bfdlink.h (bfd_link_callbacks): Add a pointer to struct
563 bfd_link_hash_entry to reloc_overflow.
564
565 2004-10-07 Bob Wilson <bob.wilson@acm.org>
566
567 * xtensa-config.h (XSHAL_USE_ABSOLUTE_LITERALS,
568 XCHAL_HAVE_PREDICTED_BRANCHES, XCHAL_INST_FETCH_WIDTH): New.
569 (XCHAL_EXTRA_SA_SIZE, XCHAL_EXTRA_SA_ALIGN): Delete.
570
571 * xtensa-isa-internal.h (ISA_INTERFACE_VERSION): Delete.
572 (config_sturct struct): Delete.
573 (XTENSA_OPERAND_IS_REGISTER, XTENSA_OPERAND_IS_PCRELATIVE,
574 XTENSA_OPERAND_IS_INVISIBLE, XTENSA_OPERAND_IS_UNKNOWN,
575 XTENSA_OPCODE_IS_BRANCH, XTENSA_OPCODE_IS_JUMP,
576 XTENSA_OPCODE_IS_LOOP, XTENSA_OPCODE_IS_CALL,
577 XTENSA_STATE_IS_EXPORTED, XTENSA_INTERFACE_HAS_SIDE_EFFECT): Define.
578 (xtensa_format_encode_fn, xtensa_get_slot_fn, xtensa_set_slot_fn): New.
579 (xtensa_insn_decode_fn): Rename to ...
580 (xtensa_opcode_decode_fn): ... this.
581 (xtensa_immed_decode_fn, xtensa_immed_encode_fn, xtensa_do_reloc_fn,
582 xtensa_undo_reloc_fn): Update.
583 (xtensa_encoding_template_fn): Delete.
584 (xtensa_opcode_encode_fn, xtensa_format_decode_fn,
585 xtensa_length_decode_fn): New.
586 (xtensa_format_internal, xtensa_slot_internal): New types.
587 (xtensa_operand_internal): Delete operand_kind, inout, isPCRelative,
588 get_field, and set_field fields. Add name, field_id, regfile,
589 num_regs, and flags fields.
590 (xtensa_arg_internal): New type.
591 (xtensa_iclass_internal): Change operands field to array of
592 xtensa_arg_internal. Add num_stateOperands, stateOperands,
593 num_interfaceOperands, and interfaceOperands fields.
594 (xtensa_opcode_internal): Delete length, template, and iclass fields.
595 Add iclass_id, flags, encode_fns, num_funcUnit_uses, and funcUnit_uses.
596 (opname_lookup_entry): Delete.
597 (xtensa_regfile_internal, xtensa_interface_internal,
598 xtensa_funcUnit_internal, xtensa_state_internal,
599 xtensa_sysreg_internal, xtensa_lookup_entry): New.
600 (xtensa_isa_internal): Replace opcode_table field with opcodes field.
601 Change type of opname_lookup_table. Delete num_modules,
602 module_opcode_base, module_decode_fn, config, and has_density fields.
603 Add num_formats, formats, format_decode_fn, length_decode_fn,
604 num_slots, slots, num_fields, num_operands, operands, num_iclasses,
605 iclasses, num_regfiles, regfiles, num_states, states,
606 state_lookup_table, num_sysregs, sysregs, sysreg_lookup_table,
607 max_sysreg_num, sysreg_table, num_interfaces, interfaces,
608 interface_lookup_table, num_funcUnits, funcUnits and
609 funcUnit_lookup_table fields.
610 (xtensa_isa_module, xtensa_isa_modules): Delete.
611 (xtensa_isa_name_compare): New prototype.
612 (xtisa_errno, xtisa_error_msg): New.
613 * xtensa-isa.h (XTENSA_ISA_VERSION): Define.
614 (xtensa_isa): Change type.
615 (xtensa_operand): Delete.
616 (xtensa_format, xtensa_regfile, xtensa_state, xtensa_sysreg,
617 xtensa_interface, xtensa_funcUnit, xtensa_isa_status,
618 xtensa_funcUnit_use): New types.
619 (libisa_module_specifier): Delete.
620 (xtensa_isa_errno, xtensa_isa_error_msg): New prototypes.
621 (xtensa_insnbuf_free, xtensa_insnbuf_to_chars,
622 xtensa_insnbuf_from_chars): Update prototypes.
623 (xtensa_load_isa, xtensa_extend_isa, xtensa_default_isa,
624 xtensa_insn_maxlength, xtensa_num_opcodes, xtensa_decode_insn,
625 xtensa_encode_insn, xtensa_insn_length,
626 xtensa_insn_length_from_first_byte, xtensa_num_operands,
627 xtensa_operand_kind, xtensa_encode_result,
628 xtensa_operand_isPCRelative): Delete.
629 (xtensa_isa_init, xtensa_operand_inout, xtensa_operand_get_field,
630 xtensa_operand_set_field, xtensa_operand_encode,
631 xtensa_operand_decode, xtensa_operand_do_reloc,
632 xtensa_operand_undo_reloc): Update prototypes.
633 (xtensa_isa_maxlength, xtensa_isa_length_from_chars,
634 xtensa_isa_num_pipe_stages, xtensa_isa_num_formats,
635 xtensa_isa_num_opcodes, xtensa_isa_num_regfiles, xtensa_isa_num_states,
636 xtensa_isa_num_sysregs, xtensa_isa_num_interfaces,
637 xtensa_isa_num_funcUnits, xtensa_format_name, xtensa_format_lookup,
638 xtensa_format_decode, xtensa_format_encode, xtensa_format_length,
639 xtensa_format_num_slots, xtensa_format_slot_nop_opcode,
640 xtensa_format_get_slot, xtensa_format_set_slot, xtensa_opcode_decode,
641 xtensa_opcode_encode, xtensa_opcode_is_branch, xtensa_opcode_is_jump,
642 xtensa_opcode_is_loop, xtensa_opcode_is_call,
643 xtensa_opcode_num_operands, xtensa_opcode_num_stateOperands,
644 xtensa_opcode_num_interfaceOperands, xtensa_opcode_num_funcUnit_uses,
645 xtensa_opcode_funcUnit_use, xtensa_operand_name,
646 xtensa_operand_is_visible, xtensa_operand_is_register,
647 xtensa_operand_regfile, xtensa_operand_num_regs,
648 xtensa_operand_is_known_reg, xtensa_operand_is_PCrelative,
649 xtensa_stateOperand_state, xtensa_stateOperand_inout,
650 xtensa_interfaceOperand_interface, xtensa_regfile_lookup,
651 xtensa_regfile_lookup_shortname, xtensa_regfile_name,
652 xtensa_regfile_shortname, xtensa_regfile_view_parent,
653 xtensa_regfile_num_bits, xtensa_regfile_num_entries,
654 xtensa_state_lookup, xtensa_state_name, xtensa_state_num_bits,
655 xtensa_state_is_exported, xtensa_sysreg_lookup,
656 xtensa_sysreg_lookup_name, xtensa_sysreg_name, xtensa_sysreg_number,
657 xtensa_sysreg_is_user, xtensa_interface_lookup, xtensa_interface_name,
658 xtensa_interface_num_bits, xtensa_interface_inout,
659 xtensa_interface_has_side_effect, xtensa_funcUnit_lookup,
660 xtensa_funcUnit_name, xtensa_funcUnit_num_copies): New prototypes.
661 2004-10-07 Jeff Baker <jbaker@qnx.com>
662
663 * bfdlink.h (bfd_link_info): Add bitfield: warn_shared_textrel.
664
665 2004-09-17 Alan Modra <amodra@bigpond.net.au>
666
667 * bfdlink.h (struct bfd_link_hash_entry): Move und_next into elements
668 of union.
669
670 2004-09-13 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
671
672 * libiberty.h (basename): Prototype for __MINGW32__.
673
674 2004-09-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
675
676 * ansidecl.h (ATTRIBUTE_SENTINEL): Define.
677 * libiberty.h (concat, reconcat, concat_length, concat_copy,
678 concat_copy2): Use ATTRIBUTE_SENTINEL.
679
680 2004-08-13 Alan Modra <amodra@bigpond.net.au>
681
682 * bfdlink.h (struct bfd_link_callbacks): Remove "error_handler".
683 (LD_DEFINITION_IN_DISCARDED_SECTION): Delete.
684
685 2004-08-02 Gabriel Dos Reis <gdr@integrable-solutions.net>
686
687 * libiberty.h (XDELETE, XDELETEVEC, XRESIZEVEC): Remove any
688 const-qualification before disposal.
689
690 2004-07-24 Bernardo Innocenti <bernie@develer.com>
691
692 * ansidecl.h (ARG_UNUSED): New Macro.
693
694 2004-07-23 H.J. Lu <hongjiu.lu@intel.com>
695
696 * bin-bugs.h (REPORT_BUGS_TO): Set to
697 "<URL:http://www.sourceware.org/bugzilla/>".
698
699 2004-07-21 Paolo Bonzini <bonzini@gnu.org>
700
701 * ansidecl.h (ATTRIBUTE_PURE): New.
702
703 2004-07-13 Bernardo Innocenti <bernie@develer.com>
704
705 * libiberty.h (XNEW, XCNEW, XNEWVEC, XCNEWVEC, XOBNEW): Move here from
706 libcpp/internal.h.
707 (XDELETE, XRESIZEVEC, XDELETEVEC, XNEWVAR, XCNEWVAR, XRESIZEVAR): New
708 macros.
709
710 2004-07-13 Bernardo Innocenti <bernie@develer.com>
711
712 * libiberty.h (ASTRDUP): Add casts required for stricter
713 type conversion rules of C++.
714 * obstack.h (obstack_free): Likewise.
715
716 2004-07-07 Tomer Levi <Tomer.Levi@nsc.com>
717
718 * dis-asm.h (print_insn_crx): Declare.
719
720 2004-06-24 Alan Modra <amodra@bigpond.net.au>
721
722 * bfdlink.h (struct bfd_link_order): Update comment.
723
724 2004-05-11 Jakub Jelinek <jakub@redhat.com>
725
726 * bfdlink.h (struct bfd_link_info): Add relro, relro_start and
727 relro_end fields.
728
729 2004-05-04 Andreas Jaeger <aj@suse.de>
730
731 * demangle.h: Do not use C++ reserved keyword typename as
732 parameter for cplus_demangle_fill_builtin_type.
733
734 2004-04-22 Richard Henderson <rth@redhat.com>
735
736 * hashtab.h (struct htab): Add size_prime_index.
737
738 2004-04-13 Jeff Law <law@redhat.com>
739
740 * hashtab.h (htab_remove_elt_with_hash): Prototype new function.
741
742 2004-03-30 Zack Weinberg <zack@codesourcery.com>
743
744 * hashtab.h, splay-tree.h: Use new shorter form of GTY markers.
745
746 2004-03-25 Stan Shebs <shebs@apple.com>
747
748 * mpw/: Remove subdirectory and everything in it.
749
750 2004-03-23 Alan Modra <amodra@bigpond.net.au>
751
752 PR 51.
753 * bfdlink.h (struct bfd_link_info): Add wrap_char.
754
755 2004-03-20 H.J. Lu <hongjiu.lu@intel.com>
756
757 * bfdlink.h (bfd_link_info): Correct comments for the
758 unresolved_syms_in_objects field.
759
760 2004-02-24 Ian Lance Taylor <ian@wasabisystems.com>
761
762 * dyn-string.h: Update copyright date.
763
764 2004-02-23 Ian Lance Taylor <ian@wasabisystems.com>
765
766 * dyn-string.h: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and
767 the associated #defines.
768
769 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
770
771 * demangle.h: Instead of checking ANSI_PROTOTYPES, just include
772 "libiberty.h".
773
774 * demangle.h: If ANSI_PROTOTYPES is defined, include <stddef.h>.
775
776 * demangle.h (enum demangle_component_type): Define.
777 (struct demangle_operator_info): Declare.
778 (struct demangle_builtin_type_info): Declare.
779 (struct demangle_component): Define.
780 (cplus_demangle_fill_component): Declare.
781 (cplus_demangle_fill_name): Declare.
782 (cplus_demangle_fill_builtin_type): Declare.
783 (cplus_demangle_fill_operator): Declare.
784 (cplus_demangle_fill_extended_operator): Declare.
785 (cplus_demangle_fill_ctor, cplus_demangle_fill_dtor): Declare.
786 (cplus_demangle_v3_components): Declare.
787 (cplus_demangle_print): Declare.
788
789 For older changes see ChangeLog-9103
790 \f
791 Local Variables:
792 mode: change-log
793 left-margin: 8
794 fill-column: 74
795 version-control: never
796 End:
This page took 0.04624 seconds and 4 git commands to generate.