* remote-sim.c (gdbsim_create_inferior): Fix missing parenthesis.
[deliverable/binutils-gdb.git] / include / ChangeLog
CommitLineData
bbb444b6
ILT
12008-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
89fc3421
CC
102008-09-18 Cary Coutant <ccoutant@google.com>
11
12 Add plugin functionality for link-time optimization (LTO).
13 * plugin-api.h: New file.
14
ba8cb4ba
DD
152008-09-09 Jason Merrill <jason@redhat.com>
16
17 * demangle.h (enum demangle_component_type): Add
18 DEMANGLE_COMPONENT_DECLTYPE.
19
67efbf45
AM
202008-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
5c1d2f5f
AM
252008-08-17 Alan Modra <amodra@bigpond.net.au>
26
27 * bfdlink.h (bfd_generic_link_read_symbols): Declare.
28
7b21ac3f
EW
292008-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
1bac266e
JZ
402008-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
8c684578
JZ
492008-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
6a4fe770
SS
562008-07-07 Stan Shebs <stan@codesourcery.com>
57
58 * dis-asm.h (struct disassemble_info): Add endian_code field.
59
0f963b24
JB
602008-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
d5721fa7
JB
652008-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
1e5d0832
DD
712008-06-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
72
73 * libiberty.h (XALLOCA, XDUP, XALLOCAVEC, XDUPVEC, XALLOCAVAR,
74 XDUPVAR, XOBNEWVEC, XOBNEWVAR): New.
75
97407faf
AM
762008-06-06 Alan Modra <amodra@bigpond.net.au>
77
78 * bfdlink.h (struct bfd_link_info): Add "path_separator".
79
112b7c50
AK
802008-04-10 Andreas Krebbel <krebbel1@de.ibm.com>
81
82 * dis-asm.h (print_s390_disassembler_options):
83 Prototype added.
84
b68965a0
DD
852008-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
66ce8439
ILT
912008-03-24 Ian Lance Taylor <iant@google.com>
92
93 * md5.h: Add extern "C" when compiled with C++.
94
91edef2d
ILT
952008-03-21 Ian Lance Taylor <iant@google.com>
96
97 * filenames.h: Add extern "C" when compiled with C++.
98
f13a99db
AM
992008-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
6c7d412c
BW
1042008-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
830ef634
DD
1092008-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
b14d30e1
JM
1172007-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
3a0ab695
DD
1232007-09-06 Tom Tromey <tromey@redhat.com>
124
125 * libiberty.h (pex_free): Document process killing.
126
8969a67f
DD
1272007-08-31 Douglas Gregor <doug.gregor@gmail.com>
128
129 * demangle.h (enum demangle_component_type): Add
130 DEMANGLE_COMPONENT_RVALUE_REFERENCE.
131
cd12e26d
BE
1322007-07-25 Ben Elliston <bje@au.ibm.com>
133
134 * ternary.h: Remove.
135
0a05a876
BW
1362007-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
bd0aa315
NC
1412007-07-17 Nick Clifton <nickc@redhat.com>
142
143 * COPYING3: New file. Contains version 3 of the GNU General
144 Public License.
145
d2df793a
NC
1462007-07-12 Kai Tietz <kai.tietz@onevision.com>
147
ae8772e6
HPN
148 * splay-tree.h (libi_uhostptr_t, libi_shostptr_t): Adjust types
149 work-a-round whitespace problem in gcc gengtype.
150
d2df793a
NC
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.
0fdaa005 153 (splay_tree_key, splay_tree_value): Use the new types.
d2df793a 154
fd2f25da
RM
1552007-07-09 Roland McGrath <roland@redhat.com>
156
157 * bfdlink.h (struct bfd_link_info): Add member emit_note_gnu_build_id.
158
a208b53c
NC
1592007-07-06 Nick Clifton <nickc@redhat.com>
160
161 * bfdlink.h: Update copyright notice to refer to GPLv3.
162
3d3d428f
NC
1632007-06-29 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
164
0fdaa005 165 * dis-asm.h (print_insn_cr16): New prototype.
3d3d428f 166
a9a4c53e
AM
1672007-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
0c18fee5
DD
1722007-05-07 Nathan Froyd <froydnj@codesourcery.com>
173
174 * libiberty.h (writeargv): Declare.
175
49fa1e15
AM
1762007-04-30 Alan Modra <amodra@bigpond.net.au>
177
178 * bfdlink.h (struct bfd_link_info): Add "info" and "minfo".
179
e8590c10
DD
1802007-04-25 Mark Mitchell <mark@codesourcery.com>
181
182 * demangle.h: Change license to LGPL + exception.
183
4a828aab
RH
1842007-04-10 Richard Henderson <rth@redhat.com>
185
186 * bfdlink.h (struct bfd_link_info): Add relax_trip.
187
9c577e89
DD
1882007-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
e04d7611
DD
1932007-03-06 Jan Hubicka <jh@suse.cz>
194
195 * ansidecl.h (ATTRIBUTE_COLD, ATTRIBUTE_HOT): New.
196
2889e75b
NC
1972007-02-21 Nick Clifton <nickc@redhat.com>
198
199 * bfdlink.h (struct bfd_link_callbacks): Add
200 override_segment_assignment field.
201
92f01d61
JM
2022007-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
b5d7c748
DD
2092007-02-09 Joseph S. Myers <joseph@codesourcery.com>
210
211 * libiberty.h (pex_write_input): Remove prototype.
212
d6eafc3e
DB
2132007-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
fc523535 2202007-02-02 H.J. Lu <hongjiu.lu@intel.com>
f59a29b9
L
221
222 * dis-asm.h (print_i386_disassembler_options): New.
223
53d7966f 2242007-01-31 Vladimir Prus <vladimir@codesourcery.com>
fd2f25da 225
53d7966f
VP
226 * libiberty.h (PEX_STDERR_TO_PIPE): New define.
227 (PEX_BINARY_ERROR): New define.
228 (pex_read_err): New function.
229
208c1674
DD
2302007-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
40b36307
L
2362007-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.
fd2f25da 240 Add dynamic and dynamic_data.
40b36307 241
4fd454c8
NC
2422006-12-05 Michael Tautschnig <tautschn@model.in.tum.de>
243 Nick Clifton <nickc@redhat.com>
244
245 * ansidecl.h (ATTRIBUTE_PACKED): Define.
246
d8f813d4 2472006-11-30 Andrew Stubbs <andrew.stubbs@st.com>
40b36307 248 J"orn Rennecke <joern.rennecke@st.com>
d8f813d4
JR
249
250 PR driver/29931
251 * libiberty.h (make_relative_prefix_ignore_links): Declare.
252
2caa7ca0
BW
2532006-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
0154116a
BW
2582006-11-27 Bob Wilson <bob.wilson@acm.org>
259
260 * xtensa-isa.h (STATIC_LIBISA): Delete.
261
2087ad84
PB
2622006-10-30 Paul Brook <paul@codesourcery.com>
263
264 * dis-asm.h (disassemble_info): Add symtab, symtab_pos and
265 symtab_size.
266
c0f00686
L
2672006-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
e9f53129
AM
2722006-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
1c0d3aa6
NC
2802006-09-17 Mei Ligang <ligang@sunnorth.com.cn>
281
282 * dis-asm.h: Add prototypes for Score disassembler routines.
283
55255dae
L
2842006-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
c17d87de
NC
2892006-08-04 Marcelo Tosatti <marcelo@kvack.org>
290
291 * bfdlink.h (struct bfd_link_info): New field: print_gc_sections.
292
fdc90cb4
JJ
2932006-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
3db2e6dd
DD
2982006-04-11 Jim Blandy <jimb@codesourcery.com>
299
300 * libiberty.h (pex_input_file, pex_input_pipe): New declarations.
301
fbbc3759
L
3022006-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
d70c5fc7
NC
3072006-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
dd942754
DD
3132006-01-18 DJ Delorie <dj@redhat.com>
314
315 * md5.h: Include ansidecl.h
316
d99b6465
AS
3172006-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
51d04b5c
BW
3232006-01-09 Bob Wilson <bob.wilson@acm.org>
324
325 * xtensa-config.h (XCHAL_HAVE_MUL32_HIGH): Define.
326
b2d179be
BW
3272005-12-30 Bob Wilson <bob.wilson@acm.org>
328
329 * xtensa-config.h (XCHAL_HAVE_WIDE_BRANCHES): New.
330
d031aafb
NS
3312005-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
7887b2ce
DD
3362005-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
6ed89c00
AM
3422005-11-03 Alan Modra <amodra@bigpond.net.au>
343
344 * bfdlink.h (struct bfd_link_order): Tweak comment.
345
fb10537e
DD
3462005-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
16175d96
DB
3522005-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
3c9b82ba
NC
3602005-10-25 Arnold Metselaar <arnold.metselaar@planet.nl>
361
362 disasm.h: Add declaration for print_insn_z80
363
dc603df5
CM
3642005-09-30 Catherine Moore <clm@cm00re.com>
365
366 * dis-asm.h (print_insn_bfin): Declare.
dc603df5 367
7b17bc29
MM
3682005-09-26 Mark Mitchell <mark@codesourcery.com>
369
370 * libiberty.h (expandargv): New function.
371
c17ae8a2
AM
3722005-08-18 Alan Modra <amodra@bigpond.net.au>
373
374 * bfdlink.h: Remove mention of a29k.
375 * dis-asm.h: Remove a29k support.
c17ae8a2 376
3b6940c0
DD
3772005-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
49f58d10
JB
3882005-07-14 Jim Blandy <jimb@redhat.com>
389
390 * dis-asm.h (print_insn_m32c): New declaration.
391
f2942ea4
DD
3922005-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
0fd3a477
JW
3972005-07-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
398
399 * dis-asm.h (fprintf_ftype): Add format attribute.
400
6ba85b8c
DD
4012005-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
c3cca4c9
DD
4082005-06-30 Daniel Berlin <dberlin@dberlin.org>
409
410 * hashtab.h (HTAB_DELETED_ENTRY): New macro.
411 (HTAB_EMPTY_ENTRY): New macro.
412
67f3cb05
GK
4132005-06-20 Geoffrey Keating <geoffk@apple.com>
414
fd2f25da 415 * libiberty.h (strverscmp): Prototype.
67f3cb05 416
08d8fa11
JJ
4172005-06-17 Jakub Jelinek <jakub@redhat.com>
418
419 * elf/external.h (GRP_ENTRY_SIZE): Define.
420
6b5d3a4d
ZW
4212005-06-08 Zack Weinberg <zack@codesourcery.com>
422
423 * dis-asm.h (get_arm_regnames): Update prototype.
424
3f1c9c12
AH
4252005-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
d30d42d1
DD
4312005-06-06 Gabriel Dos Reis <gdr@integrable-solutions.net>
432
433 * libiberty.h (XOBFINISH): New.
434
e1fffbe6
AM
4352005-06-03 Alan Modra <amodra@bigpond.net.au>
436
437 * bfdlink.h (struct bfd_link_callbacks): Add einfo.
438
c2bd6e35
DD
4392005-06-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
440
441 * libiberty.h (vsnprintf): Add format attribute.
442
e9472921
DD
4432005-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
444
445 * ansidecl.h: Add ATTRIBUTE_FPTR_PRINTF.
446
01e94249
DD
4472005-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
839e4798
RH
4532005-05-25 Richard Henderson <rth@redhat.com>
454
455 * demangle.h (DEMANGLE_COMPONENT_HIDDEN_ALIAS): New.
456
abf6a75b
DD
4572005-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
aaac3631
DD
4642005-05-12 Steve Ellcey <sje@cup.hp.com>
465
466 libiberty.h: Do not define empty basename prototype.
467
e172dbf8
NC
4682005-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
c631edf1
DD
4802005-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
481
482 * libiberty.h (unlock_std_streams): New.
483
a288642d
DD
4842005-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
7b6f6286
DD
4912005-04-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
492
493 * libiberty.h (unlock_stream): New.
494
ab70e2a5
DD
4952005-04-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
496
497 * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
498 Remove parameter names.
499
ac119ae8
DD
5002005-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
7e10245c
DD
5052005-03-29 Ian Lance Taylor <ian@airs.com>
506
507 * libiberty.h: Fix indentation.
508
b109e79a
ILT
5092005-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
3d0dfe26
MM
5192005-03-28 Mark Mitchell <mark@codesourcery.com>
520
521 * libiberty.h (ffs): Declare, if necessary.
e1fffbe6 522
49b1fae4
DD
5232005-03-27 Gabriel Dos Reis <gdr@integreable-solutions.net>
524
525 * ternary.h: Don't use PARAMS anymore.
526
5272005-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
9334f9c6
DD
5352005-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
0fad4bdb
DD
5432005-03-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
544
545 * libiberty.h (xstrndup): Declare.
546
1ec0126d
DD
5472005-03-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
548
549 * libiberty.h (make_relative_prefix): Add ATTRIBUTE_MALLOC.
550
1fbc7e7a
BW
5512005-03-22 Bob Wilson <bob.wilson@acm.org>
552
553 * xtensa-isa.h: Update a comment and whitespace.
554
57316bff
L
5552005-03-16 H.J. Lu <hongjiu.lu@intel.com>
556
557 * bfdlink.h (bfd_link_info): Add gc_sections.
558
8ec32723
DD
5592005-03-09 Mark Mitchell <mark@codesourcery.com>
560
561 * libiberty.h (gettimeofday): Declare.
562
190eb137
DD
5632005-03-01 Jan Beulich <jbeulich@novell.com>
564
565 * libiberty.h: Declare unlink_if_ordinary.
566
f075ee0c
AM
5672005-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
8adce22d
DD
5732005-02-14 Paolo Bonzini <bonzini@gnu.org>
574
575 PR bootstrap/19818
576 * ansidecl.h (PARAMS): Guard from redefinition.
577
11f25ea6
AM
5782005-02-03 Alan Modra <amodra@bigpond.net.au>
579
580 * bfdlink.h (struct bfd_link_hash_entry): Add u.undef.weak.
581
77cfaee6
AM
5822005-02-01 Alan Modra <amodra@bigpond.net.au>
583
584 * bfdlink.h (bfd_link_repair_undef_list): Declare.
585
0bcb06d2
AS
5862005-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
40a59a4c
DD
5912004-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
fc0e6df6
PB
5962004-11-04 Paul Brook <paul@codesourcery.com>
597
598 * bfdlink.h (bfd_link_info): Add default_imported_symver.
599
a1ace8d8
BW
6002004-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
7499d566
NC
6052004-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
3e3b46e5
PB
6102004-10-26 Paul Brook <paul@codesourcery.com>
611
612 * bfdlink.h (struct bfd_link_info): Add create_default_symver.
613
dfeffb9f
L
6142004-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
43cd72b9
BW
6202004-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.
c44050dc 625
43cd72b9
BW
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.
8fdd7217
NC
7162004-10-07 Jeff Baker <jbaker@qnx.com>
717
718 * bfdlink.h (bfd_link_info): Add bitfield: warn_shared_textrel.
719
f6e332e6
AM
7202004-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
79fadcb0
DD
7252004-09-13 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
726
727 * libiberty.h (basename): Prototype for __MINGW32__.
728
a5ecc6a5
DD
7292004-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
d003868e
AM
7352004-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
deaa6723
DD
7402004-08-02 Gabriel Dos Reis <gdr@integrable-solutions.net>
741
742 * libiberty.h (XDELETE, XDELETEVEC, XRESIZEVEC): Remove any
743 const-qualification before disposal.
744
d5b4094f
DD
7452004-07-24 Bernardo Innocenti <bernie@develer.com>
746
747 * ansidecl.h (ARG_UNUSED): New Macro.
748
60ee6567
L
7492004-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
a35b6b04
DD
7542004-07-21 Paolo Bonzini <bonzini@gnu.org>
755
756 * ansidecl.h (ATTRIBUTE_PURE): New.
757
7ab9a76e
DD
7582004-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
7652004-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
1fe1f39c
NC
7712004-07-07 Tomer Levi <Tomer.Levi@nsc.com>
772
773 * dis-asm.h (print_insn_crx): Declare.
774
eea6121a
AM
7752004-06-24 Alan Modra <amodra@bigpond.net.au>
776
777 * bfdlink.h (struct bfd_link_order): Update comment.
778
8c37241b
JJ
7792004-05-11 Jakub Jelinek <jakub@redhat.com>
780
781 * bfdlink.h (struct bfd_link_info): Add relro, relro_start and
782 relro_end fields.
8c37241b 783
619874a6
DD
7842004-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
bb6a587d
DD
7892004-04-22 Richard Henderson <rth@redhat.com>
790
791 * hashtab.h (struct htab): Add size_prime_index.
792
d6ea4e80
DD
7932004-04-13 Jeff Law <law@redhat.com>
794
795 * hashtab.h (htab_remove_elt_with_hash): Prototype new function.
796
f29d4bb8
DD
7972004-03-30 Zack Weinberg <zack@codesourcery.com>
798
799 * hashtab.h, splay-tree.h: Use new shorter form of GTY markers.
800
75d5e263
SS
8012004-03-25 Stan Shebs <shebs@apple.com>
802
803 * mpw/: Remove subdirectory and everything in it.
804
b9cf773d
AM
8052004-03-23 Alan Modra <amodra@bigpond.net.au>
806
807 PR 51.
808 * bfdlink.h (struct bfd_link_info): Add wrap_char.
809
59c2e50f
L
8102004-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
099f84cf
DD
8152004-02-24 Ian Lance Taylor <ian@wasabisystems.com>
816
817 * dyn-string.h: Update copyright date.
818
74aee4eb
DD
8192004-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
59727473
DD
8242004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
825
062054c5
ILT
826 * demangle.h: Instead of checking ANSI_PROTOTYPES, just include
827 "libiberty.h".
828
9850ebe2
ILT
829 * demangle.h: If ANSI_PROTOTYPES is defined, include <stddef.h>.
830
59727473
DD
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
10ca0e95 844For older changes see ChangeLog-9103
252b5132
RH
845\f
846Local Variables:
847mode: change-log
848left-margin: 8
849fill-column: 74
850version-control: never
851End:
This page took 0.464377 seconds and 4 git commands to generate.