OSDN Git Service

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