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