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