]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - include/ChangeLog
*** empty log message ***
[thirdparty/binutils-gdb.git] / include / ChangeLog
CommitLineData
f1c4cc75
RH
12008-09-24 Richard Henderson <rth@redhat.com>
2
3 * elf/dwarf2.h (DW_OP_GNU_encoded_addr): New.
4
bbb444b6
ILT
52008-09-22 Rafael Espindola <espindola@google.com>
6
7 * plugin-api.h (ld_plugin_status): Remove comma from the last item.
8 Use C style comment.
9 (ld_plugin_api_version, ld_plugin_output_file_type,
10 ld_plugin_symbol_kind, ld_plugin_symbol_visibility,
11 ld_plugin_symbol_resolution, ld_plugin_level, ld_plugin_tag): Remove
12 comma from the last item.
13
89fc3421
CC
142008-09-18 Cary Coutant <ccoutant@google.com>
15
16 Add plugin functionality for link-time optimization (LTO).
17 * plugin-api.h: New file.
18
ba8cb4ba
DD
192008-09-09 Jason Merrill <jason@redhat.com>
20
21 * demangle.h (enum demangle_component_type): Add
22 DEMANGLE_COMPONENT_DECLTYPE.
23
67efbf45
AM
242008-08-25 Alan Modra <amodra@bigpond.net.au>
25
26 * binary-io.h: New file, imported from gnulib, but don't
27 #include <fcntl.h> or <stdio.h>.
28
5c1d2f5f
AM
292008-08-17 Alan Modra <amodra@bigpond.net.au>
30
31 * bfdlink.h (bfd_generic_link_read_symbols): Declare.
32
7b21ac3f
EW
332008-08-08 Anatoly Sokolov <aesok@post.ru>
34
35 * elf/avr.h (E_AVR_MACH_AVR25, E_AVR_MACH_AVR31,
36 E_AVR_MACH_AVR35, E_AVR_MACH_AVR51): Define.
37 (EF_AVR_MACH): Redefine to 0x7F.
38 * opcode/avr.h (AVR_ISA_TINY3, AVR_ISA_ALL, AVR_ISA_USB162): Remove.
39 (AVR_ISA_AVR3): Redefine.
40 (AVR_ISA_AVR1, AVR_ISA_AVR2, AVR_ISA_AVR31, AVR_ISA_AVR35,
41 AVR_ISA_AVR3_ALL, AVR_ISA_AVR4, AVR_ISA_AVR5, AVR_ISA_AVR51,
42 AVR_ISA_AVR6): Define.
43
1bac266e
JZ
442008-07-12 Jie Zhang <jie.zhang@analog.com>
45
46 Revert
47 2008-07-12 Jie Zhang <jie.zhang@analog.com>
48 * bfdlink.h (struct bfd_link_info): Add sep_code member
49 variable.
50 * elf/bfin.h (EF_BFIN_CODE_IN_L1): Define.
51 (EF_BFIN_DATA_IN_L1): Define.
52
8c684578
JZ
532008-07-12 Jie Zhang <jie.zhang@analog.com>
54
55 * bfdlink.h (struct bfd_link_info): Add sep_code member
56 variable.
57 * elf/bfin.h (EF_BFIN_CODE_IN_L1): Define.
58 (EF_BFIN_DATA_IN_L1): Define.
59
6a4fe770
SS
602008-07-07 Stan Shebs <stan@codesourcery.com>
61
62 * dis-asm.h (struct disassemble_info): Add endian_code field.
63
0f963b24
JB
642008-07-07 Joel Brobecker <brobecker@adacore.com>
65
66 * safe-ctype.h: Add #include of ctype.h before redefining
67 the ctype.h macros.
68
d5721fa7
JB
692008-07-04 Joel Brobecker <brobecker@adacore.com>
70
71 * safe-ctype.h: Remove #error when detecting that ctype.h has been
72 included. Redefine the various macros provided by ctype.h as
73 undefined variables.
74
1e5d0832
DD
752008-06-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
76
77 * libiberty.h (XALLOCA, XDUP, XALLOCAVEC, XDUPVEC, XALLOCAVAR,
78 XDUPVAR, XOBNEWVEC, XOBNEWVAR): New.
79
97407faf
AM
802008-06-06 Alan Modra <amodra@bigpond.net.au>
81
82 * bfdlink.h (struct bfd_link_info): Add "path_separator".
83
112b7c50
AK
842008-04-10 Andreas Krebbel <krebbel1@de.ibm.com>
85
86 * dis-asm.h (print_s390_disassembler_options):
87 Prototype added.
88
b68965a0
DD
892008-03-24 Ian Lance Taylor <iant@google.com>
90
91 * sha1.h: New file, from gnulib.
92
93 * md5.h: Add extern "C" when compiled with C++.
94
66ce8439
ILT
952008-03-24 Ian Lance Taylor <iant@google.com>
96
97 * md5.h: Add extern "C" when compiled with C++.
98
91edef2d
ILT
992008-03-21 Ian Lance Taylor <iant@google.com>
100
101 * filenames.h: Add extern "C" when compiled with C++.
102
f13a99db
AM
1032008-02-15 Alan Modra <amodra@bigpond.net.au>
104
105 * bfdlink.h (struct bfd_link_hash_table): Delete creator field.
106 (struct bfd_link_info): Add output_bfd.
107
6c7d412c
BW
1082008-02-11 Bob Wilson <bob.wilson@acm.org>
109
110 * xtensa-config.h (XCHAL_HAVE_THREADPTR): Redefine to zero.
111 (XCHAL_NUM_AREGS, XCHAL_MAX_INSTRUCTION_SIZE): New.
112
830ef634
DD
1132008-01-26 David Daney <ddaney@avtrex.com>
114
115 * demangle.h (demangle_component_type): Add
116 DEMANGLE_COMPONENT_JAVA_RESOURCE,
117 DEMANGLE_COMPONENT_COMPOUND_NAME, and
118 DEMANGLE_COMPONENT_CHARACTER as new enum values.
119 (demangle_component): Add struct s_character to union u.
120
b14d30e1
JM
1212007-11-07 Joseph Myers <joseph@codesourcery.com>
122 Daniel Jacobowitz <dan@codesourcery.com>
123
124 * floatformat.h (struct floatformat): Add split_half field.
125 (floatformat_ibm_long_double): New.
126
3a0ab695
DD
1272007-09-06 Tom Tromey <tromey@redhat.com>
128
129 * libiberty.h (pex_free): Document process killing.
130
8969a67f
DD
1312007-08-31 Douglas Gregor <doug.gregor@gmail.com>
132
133 * demangle.h (enum demangle_component_type): Add
134 DEMANGLE_COMPONENT_RVALUE_REFERENCE.
135
cd12e26d
BE
1362007-07-25 Ben Elliston <bje@au.ibm.com>
137
138 * ternary.h: Remove.
139
0a05a876
BW
1402007-07-18 Bob Wilson <bob.wilson@acm.org>
141
142 * xtensa-config.h (XCHAL_HAVE_THREADPTR): New.
143 (XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): New.
144
bd0aa315
NC
1452007-07-17 Nick Clifton <nickc@redhat.com>
146
147 * COPYING3: New file. Contains version 3 of the GNU General
148 Public License.
149
d2df793a
NC
1502007-07-12 Kai Tietz <kai.tietz@onevision.com>
151
ae8772e6
HPN
152 * splay-tree.h (libi_uhostptr_t, libi_shostptr_t): Adjust types
153 work-a-round whitespace problem in gcc gengtype.
154
d2df793a
NC
155 * splay-tree.h (libi_uhostptr_t, libi_shostptr_t): New types,
156 needed for WIN64 when a long is not wide enough for a pointer.
0fdaa005 157 (splay_tree_key, splay_tree_value): Use the new types.
d2df793a 158
fd2f25da
RM
1592007-07-09 Roland McGrath <roland@redhat.com>
160
161 * bfdlink.h (struct bfd_link_info): Add member emit_note_gnu_build_id.
162
a208b53c
NC
1632007-07-06 Nick Clifton <nickc@redhat.com>
164
165 * bfdlink.h: Update copyright notice to refer to GPLv3.
166
3d3d428f
NC
1672007-06-29 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
168
0fdaa005 169 * dis-asm.h (print_insn_cr16): New prototype.
3d3d428f 170
a9a4c53e
AM
1712007-06-01 Noah Misch <noah@cs.caltech.edu>
172 Alan Modra <amodra@bigpond.net.au>
173
174 * bfdlink.h (struct bfd_link_info): Add input_bfds_tail.
175
0c18fee5
DD
1762007-05-07 Nathan Froyd <froydnj@codesourcery.com>
177
178 * libiberty.h (writeargv): Declare.
179
49fa1e15
AM
1802007-04-30 Alan Modra <amodra@bigpond.net.au>
181
182 * bfdlink.h (struct bfd_link_info): Add "info" and "minfo".
183
e8590c10
DD
1842007-04-25 Mark Mitchell <mark@codesourcery.com>
185
186 * demangle.h: Change license to LGPL + exception.
187
4a828aab
RH
1882007-04-10 Richard Henderson <rth@redhat.com>
189
190 * bfdlink.h (struct bfd_link_info): Add relax_trip.
191
9c577e89
DD
1922007-03-29 Joel Brobecker <brobecker@adacore.com>
193
194 * filenames.h (FILENAME_CMP): Adjust define to call filename_cmp
195 regardless of the type of file system.
196
e04d7611
DD
1972007-03-06 Jan Hubicka <jh@suse.cz>
198
199 * ansidecl.h (ATTRIBUTE_COLD, ATTRIBUTE_HOT): New.
200
2889e75b
NC
2012007-02-21 Nick Clifton <nickc@redhat.com>
202
203 * bfdlink.h (struct bfd_link_callbacks): Add
204 override_segment_assignment field.
205
92f01d61
JM
2062007-02-17 Mark Mitchell <mark@codesourcery.com>
207 Nathan Sidwell <nathan@codesourcery.com>
208 Vladimir Prus <vladimir@codesourcery.com
209 Joseph Myers <joseph@codesourcery.com>
210
211 * bin-bugs.h: Remove.
212
b5d7c748
DD
2132007-02-09 Joseph S. Myers <joseph@codesourcery.com>
214
215 * libiberty.h (pex_write_input): Remove prototype.
216
d6eafc3e
DB
2172007-02-05 Dave Brolley <brolley@redhat.com>
218
219 * Contribute the following changes:
220 2001-03-26 Ben Elliston <bje@redhat.com>
221
222 * dis-asm.h (print_insn_mep): Declare.
223
fc523535 2242007-02-02 H.J. Lu <hongjiu.lu@intel.com>
f59a29b9
L
225
226 * dis-asm.h (print_i386_disassembler_options): New.
227
53d7966f 2282007-01-31 Vladimir Prus <vladimir@codesourcery.com>
fd2f25da 229
53d7966f
VP
230 * libiberty.h (PEX_STDERR_TO_PIPE): New define.
231 (PEX_BINARY_ERROR): New define.
232 (pex_read_err): New function.
233
208c1674
DD
2342007-01-29 Simon Baldwin <simonb@google.com>
235
236 * demangle.h: New cplus_demangle_print_callback,
237 cplus_demangle_v3_callback, and java_demangle_v3_callback function
238 prototypes, and demangle_callbackref type definition.
239
40b36307
L
2402007-01-16 H.J. Lu <hongjiu.lu@intel.com>
241
242 PR ld/3831
243 * bfdlink.h (bfd_link_info): Rename dynamic to dynamic_list.
fd2f25da 244 Add dynamic and dynamic_data.
40b36307 245
4fd454c8
NC
2462006-12-05 Michael Tautschnig <tautschn@model.in.tum.de>
247 Nick Clifton <nickc@redhat.com>
248
249 * ansidecl.h (ATTRIBUTE_PACKED): Define.
250
d8f813d4 2512006-11-30 Andrew Stubbs <andrew.stubbs@st.com>
40b36307 252 J"orn Rennecke <joern.rennecke@st.com>
d8f813d4
JR
253
254 PR driver/29931
255 * libiberty.h (make_relative_prefix_ignore_links): Declare.
256
2caa7ca0
BW
2572006-11-27 Bob Wilson <bob.wilson@acm.org>
258
259 * xtensa-config.h (XSHAL_ABI): New.
260 (XTHAL_ABI_WINDOWED, XTHAL_ABI_CALL0): New.
261
0154116a
BW
2622006-11-27 Bob Wilson <bob.wilson@acm.org>
263
264 * xtensa-isa.h (STATIC_LIBISA): Delete.
265
2087ad84
PB
2662006-10-30 Paul Brook <paul@codesourcery.com>
267
268 * dis-asm.h (disassemble_info): Add symtab, symtab_pos and
269 symtab_size.
270
c0f00686
L
2712006-10-30 H.J. Lu <hongjiu.lu@intel.com>
272
273 PR ld/3111
274 * bfdlink.h (bfd_link_info): Add reduce_memory_overheads.
275
e9f53129
AM
2762006-10-25 Trevor Smigiel <Trevor_Smigiel@playstation.sony.com>
277 Yukishige Shibata <shibata@rd.scei.sony.co.jp>
278 Nobuhisa Fujinami <fnami@rd.scei.sony.co.jp>
279 Takeaki Fukuoka <fukuoka@rd.scei.sony.co.jp>
280 Alan Modra <amodra@bigpond.net.au>
281
282 * dis-asm.h (print_insn_spu): Declare.
283
1c0d3aa6
NC
2842006-09-17 Mei Ligang <ligang@sunnorth.com.cn>
285
286 * dis-asm.h: Add prototypes for Score disassembler routines.
287
55255dae
L
2882006-09-07 H.J. Lu <hongjiu.lu@intel.com>
289
290 * bfdlink.h (bfd_elf_dynamic_list): New.
291 (bfd_link_info): Add a dynamic field.
292
c17d87de
NC
2932006-08-04 Marcelo Tosatti <marcelo@kvack.org>
294
295 * bfdlink.h (struct bfd_link_info): New field: print_gc_sections.
296
fdc90cb4
JJ
2972006-07-10 Jakub Jelinek <jakub@redhat.com>
298
299 * bfdlink.h (struct bfd_link_info): Add emit_hash and
300 emit_gnu_hash bitfields.
301
3db2e6dd
DD
3022006-04-11 Jim Blandy <jimb@codesourcery.com>
303
304 * libiberty.h (pex_input_file, pex_input_pipe): New declarations.
305
fbbc3759
L
3062006-04-06 H.J. Lu <hongjiu.lu@intel.com>
307
308 * bfdlink.h (bfd_link_info): Replace need_relax_finalize with
309 relax_pass.
310
d70c5fc7
NC
3112006-02-17 Shrirang Khisti <shrirangk@kpitcummins.com>
312 Anil Paranjape <anilp1@kpitcummins.com>
313 Shilin Shakti <shilins@kpitcummins.com>
314
315 * dis-asm.h (print_insn_xc16c): New prototype.
316
dd942754
DD
3172006-01-18 DJ Delorie <dj@redhat.com>
318
319 * md5.h: Include ansidecl.h
320
d99b6465
AS
3212006-01-17 Andreas Schwab <schwab@suse.de>
322
323 PR binutils/1486
324 * dis-asm.h (struct disassemble_info): Add
325 disassembler_needs_relocs.
326
51d04b5c
BW
3272006-01-09 Bob Wilson <bob.wilson@acm.org>
328
329 * xtensa-config.h (XCHAL_HAVE_MUL32_HIGH): Define.
330
b2d179be
BW
3312005-12-30 Bob Wilson <bob.wilson@acm.org>
332
333 * xtensa-config.h (XCHAL_HAVE_WIDE_BRANCHES): New.
334
d031aafb
NS
3352005-12-16 Nathan Sidwell <nathan@codesourcery.com>
336
337 Second part of ms1 to mt renaming.
338 * dis-asm.h (print_insn_mt): Renamed.
339
7887b2ce
DD
3402005-12-10 Terry Laurenzo <tlaurenzo@gmail.com>
341
342 PR java/9861
343 * demangle.h : Add DMGL_RET_POSTFIX define to enable alternative
344 output format for return types
345
6ed89c00
AM
3462005-11-03 Alan Modra <amodra@bigpond.net.au>
347
348 * bfdlink.h (struct bfd_link_order): Tweak comment.
349
fb10537e
DD
3502005-10-31 Mark Kettenis <kettenis@gnu.org>
351
352 * floatformat.h (enum floatformat_byteorders): Add
353 floatformat_vax.
354 (floatformat_vax_aingle, floatformat_vax_double): Declare.
355
16175d96
DB
3562005-10-28 Dave Brolley <brolley@redhat.com>
357
358 Contribute the following changes:
359 2003-09-29 Dave Brolley <brolley@redhat.com>
360
361 * dis-asm.h (disassemble_info): insn_sets now (void *) to allow for
362 more exotic underlying types to be used.
363
3c9b82ba
NC
3642005-10-25 Arnold Metselaar <arnold.metselaar@planet.nl>
365
366 disasm.h: Add declaration for print_insn_z80
367
dc603df5
CM
3682005-09-30 Catherine Moore <clm@cm00re.com>
369
370 * dis-asm.h (print_insn_bfin): Declare.
dc603df5 371
7b17bc29
MM
3722005-09-26 Mark Mitchell <mark@codesourcery.com>
373
374 * libiberty.h (expandargv): New function.
375
c17ae8a2
AM
3762005-08-18 Alan Modra <amodra@bigpond.net.au>
377
378 * bfdlink.h: Remove mention of a29k.
379 * dis-asm.h: Remove a29k support.
c17ae8a2 380
3b6940c0
DD
3812005-08-17 Mark Kettenis <kettenis@gnu.org>
382
383 * floatformat.h (struct floatformat): Change type of large
384 argument for is_valid member to `const void *'.
385 (floatformat_to_double): Change type of second argument to `const
386 void *'.
387 (floatformat_from_double): Change type of last argument to `void
388 *'.
389 (floatformat_is_valid): Change type of last argument to `const
390 void *'.
391
49f58d10
JB
3922005-07-14 Jim Blandy <jimb@redhat.com>
393
394 * dis-asm.h (print_insn_m32c): New declaration.
395
f2942ea4
DD
3962005-07-12 Ben Elliston <bje@au.ibm.com>
397
398 * xregex2.h (regexec): Qualify this prototype with __extension__
399 when compiling with GNU C.
400
0fd3a477
JW
4012005-07-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
402
403 * dis-asm.h (fprintf_ftype): Add format attribute.
404
6ba85b8c
DD
4052005-07-03 Steve Ellcey <sje@cup.hp.com>
406
407 PR other/13906
408 * ansidecl.h (ATTRIBUTE_ALIGNED_ALIGNOF): New.
409 * md5.h (md5_uintptr): New.
410 (md5_ctx): Align buffer field.
411
c3cca4c9
DD
4122005-06-30 Daniel Berlin <dberlin@dberlin.org>
413
414 * hashtab.h (HTAB_DELETED_ENTRY): New macro.
415 (HTAB_EMPTY_ENTRY): New macro.
416
67f3cb05
GK
4172005-06-20 Geoffrey Keating <geoffk@apple.com>
418
fd2f25da 419 * libiberty.h (strverscmp): Prototype.
67f3cb05 420
08d8fa11
JJ
4212005-06-17 Jakub Jelinek <jakub@redhat.com>
422
423 * elf/external.h (GRP_ENTRY_SIZE): Define.
424
6b5d3a4d
ZW
4252005-06-08 Zack Weinberg <zack@codesourcery.com>
426
427 * dis-asm.h (get_arm_regnames): Update prototype.
428
3f1c9c12
AH
4292005-06-07 Aldy Hernandez <aldyh@redhat.com>
430 Michael Snyder <msnyder@redhat.com>
431 Stan Cox <scox@redhat.com>
432
433 * dis-asm.h: Externalize print_insn_ms1.
434
d30d42d1
DD
4352005-06-06 Gabriel Dos Reis <gdr@integrable-solutions.net>
436
437 * libiberty.h (XOBFINISH): New.
438
e1fffbe6
AM
4392005-06-03 Alan Modra <amodra@bigpond.net.au>
440
441 * bfdlink.h (struct bfd_link_callbacks): Add einfo.
442
c2bd6e35
DD
4432005-06-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
444
445 * libiberty.h (vsnprintf): Add format attribute.
446
e9472921
DD
4472005-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
448
449 * ansidecl.h: Add ATTRIBUTE_FPTR_PRINTF.
450
01e94249
DD
4512005-05-28 Eli Zaretskii <eliz@gnu.org>
452
453 * libiberty.h: (snprintf) [!HAVE_DECL_SNPRINTF]: Declare if
454 needed.
455 (vsnprintf) [!HAVE_DECL_VSNPRINTF]: Declare if needed.
456
839e4798
RH
4572005-05-25 Richard Henderson <rth@redhat.com>
458
459 * demangle.h (DEMANGLE_COMPONENT_HIDDEN_ALIAS): New.
460
abf6a75b
DD
4612005-05-24 Gabriel Dos Reis <gdr@integrable-solutions.net>
462
463 * libiberty.h (ACONCAT): Properly cast value of alloca().
464
465 * ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Don't define if
466 __cplusplus.
467
aaac3631
DD
4682005-05-12 Steve Ellcey <sje@cup.hp.com>
469
470 libiberty.h: Do not define empty basename prototype.
471
e172dbf8
NC
4722005-05-10 Nick Clifton <nickc@redhat.com>
473
474 * Update the address and phone number of the FSF organization in
475 the GPL notices in the following files:
476 COPYING, ansidecl.h, bfdlink.h, bout.h, demangle.h, dis-asm.h,
477 dyn-string.h, fibheap.h, filenames.h, floatformat.h,
478 fnmatch.h, gdbm.h, getopt.h, hashtab.h, hp-symtab.h, ieee.h,
479 libiberty.h, md5.h, oasys.h, objalloc.h, obstack.h, os9k.h,
480 partition.h, progress.h, safe-ctype.h, sort.h, splay-tree.h,
481 symcat.h, ternary.h, xregex2.h, xtensa-config.h,
482 xtensa-isa-internal.h, xtensa-isa.h
483
c631edf1
DD
4842005-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
485
486 * libiberty.h (unlock_std_streams): New.
487
a288642d
DD
4882005-04-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
489
490 * hashtab.h, libiberty.h, objalloc.h, splay-tree.h, ternary.h:
491 Don't use the PTR macro.
492
493 * sort.h: Don't use the PARAMS macro.
494
7b6f6286
DD
4952005-04-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
496
497 * libiberty.h (unlock_stream): New.
498
ab70e2a5
DD
4992005-04-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
500
501 * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
502 Remove parameter names.
503
ac119ae8
DD
5042005-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
505
506 * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
507 Provide prototypes for new functions.
508
7e10245c
DD
5092005-03-29 Ian Lance Taylor <ian@airs.com>
510
511 * libiberty.h: Fix indentation.
512
b109e79a
ILT
5132005-03-28 Ian Lance Taylor <ian@airs.com>
514
515 * libiberty.h: Include <stdio.h>.
516 (PEX_RECORD_TIMES, PEX_USE_PIPES, PEX_SAVE_TEMPS): Define.
517 (PEX_LAST, PEX_SEARCH, PEX_SUFFIX, PEX_STDERR_TO_STDOUT): Define.
518 (PEX_BINARY_INPUT, PEX_BINARY_OUTPUT): Define.
519 (pex_init, pex_run, pex_read_output): Declare.
520 (pex_get_status, pex_get_times, pex_free, pex_one): Declare.
521 (struct pex_time): Define.
522
3d0dfe26
MM
5232005-03-28 Mark Mitchell <mark@codesourcery.com>
524
525 * libiberty.h (ffs): Declare, if necessary.
e1fffbe6 526
49b1fae4
DD
5272005-03-27 Gabriel Dos Reis <gdr@integreable-solutions.net>
528
529 * ternary.h: Don't use PARAMS anymore.
530
5312005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
532
533 * md5.h: Remove definition and uses of __P.
534 * dyn-string.h: Remove uses of PARAMS.
535 * fibheap.h: Likewise.
536 * floatformat.h: Likewise.
537 * hashtab.h: Likewise.
538
9334f9c6
DD
5392005-03-26 Gabriel Dos Reis <gdr@integrable-solutions.net>
540
541 * demangle.h: Remove uses of PARAMS.
542
543 * libiberty.h (ANSI_PROTOTYPES): Remove guard since
544 ANSI_PROTOTYPES is always assumed.
545 Remove uses of PARAMS throughout.
546
0fad4bdb
DD
5472005-03-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
548
549 * libiberty.h (xstrndup): Declare.
550
1ec0126d
DD
5512005-03-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
552
553 * libiberty.h (make_relative_prefix): Add ATTRIBUTE_MALLOC.
554
1fbc7e7a
BW
5552005-03-22 Bob Wilson <bob.wilson@acm.org>
556
557 * xtensa-isa.h: Update a comment and whitespace.
558
57316bff
L
5592005-03-16 H.J. Lu <hongjiu.lu@intel.com>
560
561 * bfdlink.h (bfd_link_info): Add gc_sections.
562
8ec32723
DD
5632005-03-09 Mark Mitchell <mark@codesourcery.com>
564
565 * libiberty.h (gettimeofday): Declare.
566
190eb137
DD
5672005-03-01 Jan Beulich <jbeulich@novell.com>
568
569 * libiberty.h: Declare unlink_if_ordinary.
570
f075ee0c
AM
5712005-02-21 Alan Modra <amodra@bigpond.net.au>
572
573 * xtensa-isa-internal.h (xtensa_length_decode_fn): Warning fix.
574 * xtensa-isa.h (xtensa_insnbuf_to_chars): Likewise.
575 (xtensa_insnbuf_from_chars, xtensa_isa_length_from_chars): Likewise.
576
8adce22d
DD
5772005-02-14 Paolo Bonzini <bonzini@gnu.org>
578
579 PR bootstrap/19818
580 * ansidecl.h (PARAMS): Guard from redefinition.
581
11f25ea6
AM
5822005-02-03 Alan Modra <amodra@bigpond.net.au>
583
584 * bfdlink.h (struct bfd_link_hash_entry): Add u.undef.weak.
585
77cfaee6
AM
5862005-02-01 Alan Modra <amodra@bigpond.net.au>
587
588 * bfdlink.h (bfd_link_repair_undef_list): Declare.
589
0bcb06d2
AS
5902005-01-10 Andreas Schwab <schwab@suse.de>
591
592 * dis-asm.h (struct disassemble_info): Add skip_zeroes and
593 skip_zeroes_at_end.
594
40a59a4c
DD
5952004-12-11 Ben Elliston <bje@au.ibm.com>
596
597 * fibheap.h (struct fibnode): Only use unsigned long bitfields
598 when __GNUC__ is defined and ints are less than 32-bits wide.
599
fc0e6df6
PB
6002004-11-04 Paul Brook <paul@codesourcery.com>
601
602 * bfdlink.h (bfd_link_info): Add default_imported_symver.
603
a1ace8d8
BW
6042004-11-12 Bob Wilson <bob.wilson@acm.org>
605
606 * xtensa-isa-internal.h (xtensa_interface_internal): Add class_id.
607 * xtensa-isa.h (xtensa_interface_class_id): New prototype.
608
7499d566
NC
6092004-11-08 Inderpreet Singh <inderpreetb@nioda.hcltech.com>
610 Vineet Sharma <vineets@noida.hcltech.com>
611
612 * dis-asm.h: Add prototype for print_insn_maxq_little.
613
3e3b46e5
PB
6142004-10-26 Paul Brook <paul@codesourcery.com>
615
616 * bfdlink.h (struct bfd_link_info): Add create_default_symver.
617
dfeffb9f
L
6182004-10-21 H.J. Lu <hongjiu.lu@intel.com>
619
620 PR 463
621 * bfdlink.h (bfd_link_callbacks): Add a pointer to struct
622 bfd_link_hash_entry to reloc_overflow.
623
43cd72b9
BW
6242004-10-07 Bob Wilson <bob.wilson@acm.org>
625
626 * xtensa-config.h (XSHAL_USE_ABSOLUTE_LITERALS,
627 XCHAL_HAVE_PREDICTED_BRANCHES, XCHAL_INST_FETCH_WIDTH): New.
628 (XCHAL_EXTRA_SA_SIZE, XCHAL_EXTRA_SA_ALIGN): Delete.
c44050dc 629
43cd72b9
BW
630 * xtensa-isa-internal.h (ISA_INTERFACE_VERSION): Delete.
631 (config_sturct struct): Delete.
632 (XTENSA_OPERAND_IS_REGISTER, XTENSA_OPERAND_IS_PCRELATIVE,
633 XTENSA_OPERAND_IS_INVISIBLE, XTENSA_OPERAND_IS_UNKNOWN,
634 XTENSA_OPCODE_IS_BRANCH, XTENSA_OPCODE_IS_JUMP,
635 XTENSA_OPCODE_IS_LOOP, XTENSA_OPCODE_IS_CALL,
636 XTENSA_STATE_IS_EXPORTED, XTENSA_INTERFACE_HAS_SIDE_EFFECT): Define.
637 (xtensa_format_encode_fn, xtensa_get_slot_fn, xtensa_set_slot_fn): New.
638 (xtensa_insn_decode_fn): Rename to ...
639 (xtensa_opcode_decode_fn): ... this.
640 (xtensa_immed_decode_fn, xtensa_immed_encode_fn, xtensa_do_reloc_fn,
641 xtensa_undo_reloc_fn): Update.
642 (xtensa_encoding_template_fn): Delete.
643 (xtensa_opcode_encode_fn, xtensa_format_decode_fn,
644 xtensa_length_decode_fn): New.
645 (xtensa_format_internal, xtensa_slot_internal): New types.
646 (xtensa_operand_internal): Delete operand_kind, inout, isPCRelative,
647 get_field, and set_field fields. Add name, field_id, regfile,
648 num_regs, and flags fields.
649 (xtensa_arg_internal): New type.
650 (xtensa_iclass_internal): Change operands field to array of
651 xtensa_arg_internal. Add num_stateOperands, stateOperands,
652 num_interfaceOperands, and interfaceOperands fields.
653 (xtensa_opcode_internal): Delete length, template, and iclass fields.
654 Add iclass_id, flags, encode_fns, num_funcUnit_uses, and funcUnit_uses.
655 (opname_lookup_entry): Delete.
656 (xtensa_regfile_internal, xtensa_interface_internal,
657 xtensa_funcUnit_internal, xtensa_state_internal,
658 xtensa_sysreg_internal, xtensa_lookup_entry): New.
659 (xtensa_isa_internal): Replace opcode_table field with opcodes field.
660 Change type of opname_lookup_table. Delete num_modules,
661 module_opcode_base, module_decode_fn, config, and has_density fields.
662 Add num_formats, formats, format_decode_fn, length_decode_fn,
663 num_slots, slots, num_fields, num_operands, operands, num_iclasses,
664 iclasses, num_regfiles, regfiles, num_states, states,
665 state_lookup_table, num_sysregs, sysregs, sysreg_lookup_table,
666 max_sysreg_num, sysreg_table, num_interfaces, interfaces,
667 interface_lookup_table, num_funcUnits, funcUnits and
668 funcUnit_lookup_table fields.
669 (xtensa_isa_module, xtensa_isa_modules): Delete.
670 (xtensa_isa_name_compare): New prototype.
671 (xtisa_errno, xtisa_error_msg): New.
672 * xtensa-isa.h (XTENSA_ISA_VERSION): Define.
673 (xtensa_isa): Change type.
674 (xtensa_operand): Delete.
675 (xtensa_format, xtensa_regfile, xtensa_state, xtensa_sysreg,
676 xtensa_interface, xtensa_funcUnit, xtensa_isa_status,
677 xtensa_funcUnit_use): New types.
678 (libisa_module_specifier): Delete.
679 (xtensa_isa_errno, xtensa_isa_error_msg): New prototypes.
680 (xtensa_insnbuf_free, xtensa_insnbuf_to_chars,
681 xtensa_insnbuf_from_chars): Update prototypes.
682 (xtensa_load_isa, xtensa_extend_isa, xtensa_default_isa,
683 xtensa_insn_maxlength, xtensa_num_opcodes, xtensa_decode_insn,
684 xtensa_encode_insn, xtensa_insn_length,
685 xtensa_insn_length_from_first_byte, xtensa_num_operands,
686 xtensa_operand_kind, xtensa_encode_result,
687 xtensa_operand_isPCRelative): Delete.
688 (xtensa_isa_init, xtensa_operand_inout, xtensa_operand_get_field,
689 xtensa_operand_set_field, xtensa_operand_encode,
690 xtensa_operand_decode, xtensa_operand_do_reloc,
691 xtensa_operand_undo_reloc): Update prototypes.
692 (xtensa_isa_maxlength, xtensa_isa_length_from_chars,
693 xtensa_isa_num_pipe_stages, xtensa_isa_num_formats,
694 xtensa_isa_num_opcodes, xtensa_isa_num_regfiles, xtensa_isa_num_states,
695 xtensa_isa_num_sysregs, xtensa_isa_num_interfaces,
696 xtensa_isa_num_funcUnits, xtensa_format_name, xtensa_format_lookup,
697 xtensa_format_decode, xtensa_format_encode, xtensa_format_length,
698 xtensa_format_num_slots, xtensa_format_slot_nop_opcode,
699 xtensa_format_get_slot, xtensa_format_set_slot, xtensa_opcode_decode,
700 xtensa_opcode_encode, xtensa_opcode_is_branch, xtensa_opcode_is_jump,
701 xtensa_opcode_is_loop, xtensa_opcode_is_call,
702 xtensa_opcode_num_operands, xtensa_opcode_num_stateOperands,
703 xtensa_opcode_num_interfaceOperands, xtensa_opcode_num_funcUnit_uses,
704 xtensa_opcode_funcUnit_use, xtensa_operand_name,
705 xtensa_operand_is_visible, xtensa_operand_is_register,
706 xtensa_operand_regfile, xtensa_operand_num_regs,
707 xtensa_operand_is_known_reg, xtensa_operand_is_PCrelative,
708 xtensa_stateOperand_state, xtensa_stateOperand_inout,
709 xtensa_interfaceOperand_interface, xtensa_regfile_lookup,
710 xtensa_regfile_lookup_shortname, xtensa_regfile_name,
711 xtensa_regfile_shortname, xtensa_regfile_view_parent,
712 xtensa_regfile_num_bits, xtensa_regfile_num_entries,
713 xtensa_state_lookup, xtensa_state_name, xtensa_state_num_bits,
714 xtensa_state_is_exported, xtensa_sysreg_lookup,
715 xtensa_sysreg_lookup_name, xtensa_sysreg_name, xtensa_sysreg_number,
716 xtensa_sysreg_is_user, xtensa_interface_lookup, xtensa_interface_name,
717 xtensa_interface_num_bits, xtensa_interface_inout,
718 xtensa_interface_has_side_effect, xtensa_funcUnit_lookup,
719 xtensa_funcUnit_name, xtensa_funcUnit_num_copies): New prototypes.
8fdd7217
NC
7202004-10-07 Jeff Baker <jbaker@qnx.com>
721
722 * bfdlink.h (bfd_link_info): Add bitfield: warn_shared_textrel.
723
f6e332e6
AM
7242004-09-17 Alan Modra <amodra@bigpond.net.au>
725
726 * bfdlink.h (struct bfd_link_hash_entry): Move und_next into elements
727 of union.
728
79fadcb0
DD
7292004-09-13 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
730
731 * libiberty.h (basename): Prototype for __MINGW32__.
732
a5ecc6a5
DD
7332004-09-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
734
735 * ansidecl.h (ATTRIBUTE_SENTINEL): Define.
736 * libiberty.h (concat, reconcat, concat_length, concat_copy,
737 concat_copy2): Use ATTRIBUTE_SENTINEL.
738
d003868e
AM
7392004-08-13 Alan Modra <amodra@bigpond.net.au>
740
741 * bfdlink.h (struct bfd_link_callbacks): Remove "error_handler".
742 (LD_DEFINITION_IN_DISCARDED_SECTION): Delete.
743
deaa6723
DD
7442004-08-02 Gabriel Dos Reis <gdr@integrable-solutions.net>
745
746 * libiberty.h (XDELETE, XDELETEVEC, XRESIZEVEC): Remove any
747 const-qualification before disposal.
748
d5b4094f
DD
7492004-07-24 Bernardo Innocenti <bernie@develer.com>
750
751 * ansidecl.h (ARG_UNUSED): New Macro.
752
60ee6567
L
7532004-07-23 H.J. Lu <hongjiu.lu@intel.com>
754
755 * bin-bugs.h (REPORT_BUGS_TO): Set to
756 "<URL:http://www.sourceware.org/bugzilla/>".
757
a35b6b04
DD
7582004-07-21 Paolo Bonzini <bonzini@gnu.org>
759
760 * ansidecl.h (ATTRIBUTE_PURE): New.
761
7ab9a76e
DD
7622004-07-13 Bernardo Innocenti <bernie@develer.com>
763
764 * libiberty.h (XNEW, XCNEW, XNEWVEC, XCNEWVEC, XOBNEW): Move here from
765 libcpp/internal.h.
766 (XDELETE, XRESIZEVEC, XDELETEVEC, XNEWVAR, XCNEWVAR, XRESIZEVAR): New
767 macros.
768
7692004-07-13 Bernardo Innocenti <bernie@develer.com>
770
771 * libiberty.h (ASTRDUP): Add casts required for stricter
772 type conversion rules of C++.
773 * obstack.h (obstack_free): Likewise.
774
1fe1f39c
NC
7752004-07-07 Tomer Levi <Tomer.Levi@nsc.com>
776
777 * dis-asm.h (print_insn_crx): Declare.
778
eea6121a
AM
7792004-06-24 Alan Modra <amodra@bigpond.net.au>
780
781 * bfdlink.h (struct bfd_link_order): Update comment.
782
8c37241b
JJ
7832004-05-11 Jakub Jelinek <jakub@redhat.com>
784
785 * bfdlink.h (struct bfd_link_info): Add relro, relro_start and
786 relro_end fields.
8c37241b 787
619874a6
DD
7882004-05-04 Andreas Jaeger <aj@suse.de>
789
790 * demangle.h: Do not use C++ reserved keyword typename as
791 parameter for cplus_demangle_fill_builtin_type.
792
bb6a587d
DD
7932004-04-22 Richard Henderson <rth@redhat.com>
794
795 * hashtab.h (struct htab): Add size_prime_index.
796
d6ea4e80
DD
7972004-04-13 Jeff Law <law@redhat.com>
798
799 * hashtab.h (htab_remove_elt_with_hash): Prototype new function.
800
f29d4bb8
DD
8012004-03-30 Zack Weinberg <zack@codesourcery.com>
802
803 * hashtab.h, splay-tree.h: Use new shorter form of GTY markers.
804
75d5e263
SS
8052004-03-25 Stan Shebs <shebs@apple.com>
806
807 * mpw/: Remove subdirectory and everything in it.
808
b9cf773d
AM
8092004-03-23 Alan Modra <amodra@bigpond.net.au>
810
811 PR 51.
812 * bfdlink.h (struct bfd_link_info): Add wrap_char.
813
59c2e50f
L
8142004-03-20 H.J. Lu <hongjiu.lu@intel.com>
815
816 * bfdlink.h (bfd_link_info): Correct comments for the
817 unresolved_syms_in_objects field.
818
099f84cf
DD
8192004-02-24 Ian Lance Taylor <ian@wasabisystems.com>
820
821 * dyn-string.h: Update copyright date.
822
74aee4eb
DD
8232004-02-23 Ian Lance Taylor <ian@wasabisystems.com>
824
825 * dyn-string.h: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and
826 the associated #defines.
827
59727473
DD
8282004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
829
062054c5
ILT
830 * demangle.h: Instead of checking ANSI_PROTOTYPES, just include
831 "libiberty.h".
832
9850ebe2
ILT
833 * demangle.h: If ANSI_PROTOTYPES is defined, include <stddef.h>.
834
59727473
DD
835 * demangle.h (enum demangle_component_type): Define.
836 (struct demangle_operator_info): Declare.
837 (struct demangle_builtin_type_info): Declare.
838 (struct demangle_component): Define.
839 (cplus_demangle_fill_component): Declare.
840 (cplus_demangle_fill_name): Declare.
841 (cplus_demangle_fill_builtin_type): Declare.
842 (cplus_demangle_fill_operator): Declare.
843 (cplus_demangle_fill_extended_operator): Declare.
844 (cplus_demangle_fill_ctor, cplus_demangle_fill_dtor): Declare.
845 (cplus_demangle_v3_components): Declare.
846 (cplus_demangle_print): Declare.
847
10ca0e95 848For older changes see ChangeLog-9103
252b5132
RH
849\f
850Local Variables:
851mode: change-log
852left-margin: 8
853fill-column: 74
854version-control: never
855End: