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