]>
Commit | Line | Data |
---|---|---|
c72f2fb2 AM |
1 | 2014-06-13 Alan Modra <[email protected]> |
2 | ||
3 | * bfdlink.h: Update for bfd.link_next change. | |
4 | ||
7b8e2718 AM |
5 | 2014-06-10 Alan Modra <[email protected]> |
6 | ||
b71c4043 | 7 | PR ld/16910 |
7b8e2718 AM |
8 | * bfdlink.h (unwrap_hash_lookup): Declare. |
9 | ||
65bab56b SE |
10 | 2014-05-01 Steve Ellcey <[email protected]> |
11 | ||
12 | * include/longlong.h: Import latest version from GCC tree. | |
13 | ||
7d64c587 AB |
14 | 2014-04-23 Andrew Bennett <[email protected]> |
15 | ||
16 | * opcode/mips.h (ASE_XPA): New define. | |
17 | ||
73589c9d CS |
18 | 2014-04-22 Christian Svensson <[email protected]> |
19 | ||
20 | * dis-asm.h: Remove openrisc and or32 support. Add support for or1k. | |
21 | ||
e4ef1b6c DC |
22 | 2014-04-10 Senthil Kumar Selvaraj <[email protected]> |
23 | ||
24 | * elf/avr.h: Add new DIFF relocs. | |
25 | ||
4b95cf5c AM |
26 | 2014-03-05 Alan Modra <[email protected]> |
27 | ||
28 | Update copyright years. | |
29 | ||
281e9aa6 | 30 | 2014-01-21 Tom Tromey <[email protected]> |
31 | ||
32 | * ansidecl.h (ANSI_PROTOTYPES, PTRCONST, LONG_DOUBLE, PARAMS) | |
33 | (VPARAMS, VA_START, VA_OPEN, VA_CLOSE, VA_FIXEDARG, CONST) | |
34 | (VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID, AND, DOTS) | |
35 | (NOARGS): Don't define. | |
36 | * libiberty.h (expandargv, writeargv): Don't use PARAMS. | |
37 | ||
1464e221 TT |
38 | 2014-01-09 Tom Tromey <[email protected]> |
39 | ||
40 | * gdbm.h: Remove. | |
41 | ||
eafbc3bf BM |
42 | 2013-12-23 Bill Maddox <[email protected]> |
43 | ||
44 | * demangle.h (enum gnu_v3_ctor_kinds): | |
45 | Added literal gnu_v3_unified_ctor. | |
46 | (enum gnu_v3_ctor_kinds): | |
47 | Added literal gnu_v3_unified_dtor. | |
48 | ||
35c08157 KLC |
49 | 2013-12-13 Kuan-Lin Chen <[email protected]> |
50 | Wei-Cheng Wang <[email protected]> | |
51 | ||
52 | * dis-asm.h (print_insn_nds32): Add nds32 target. | |
53 | ||
6cfdc96f | 54 | 2013-12-04 Richard Sandiford <[email protected]> |
55 | ||
56 | * longlong.h: New file. | |
57 | ||
b83a9376 CM |
58 | 2013-11-11 Catherine Moore <[email protected]> |
59 | ||
60 | * opcode/mips.h (INSN_LOAD_MEMORY_DELAY): Rename to... | |
61 | (INSN_LOAD_MEMORY): ...this. | |
62 | ||
689a1abf | 63 | 2013-10-29 Marc Glisse <[email protected]> |
64 | ||
65 | PR tree-optimization/58689 | |
66 | * ansidecl.h (ATTRIBUTE_RETURNS_NONNULL): New macro. | |
67 | * libiberty.h (basename, lbasename, dos_lbasename, unix_lbasename, | |
68 | concat_copy): Mark with attributes nonnull(1) and returns_nonnull. | |
69 | (concat, reconcat, concat_copy2, choose_temp_base, xstrerror, | |
70 | xmalloc, xrealloc, xcalloc, xstrdup, xstrndup, xmemdup, pex_init): | |
71 | Mark with attribute returns_nonnull. | |
72 | ||
36cff971 | 73 | 2013-10-22 Sterling Augustine <[email protected]> |
74 | ||
75 | * gdb/gdb-index.h: Merge from gdb tree. | |
76 | ||
0e1c2434 SK |
77 | 2013-10-10 Sean Keys <[email protected]> |
78 | ||
79 | * xgate.h : Cleanup after opcode | |
80 | table modification.. | |
81 | ||
21290977 DD |
82 | 2013-08-20 Alan Modra <[email protected]> |
83 | ||
84 | * floatformat.h (floatformat_ibm_long_double): Delete. | |
85 | (floatformat_ibm_long_double_big): Declare. | |
86 | (floatformat_ibm_long_double_little): Declare. | |
87 | ||
88 | 2013-08-19 Dehao Chen <[email protected]> | |
89 | ||
90 | * dwarf2.def (DW_AT_GNU_discriminator): New attribute. | |
91 | ||
3c6331b4 DD |
92 | 2013-08-02 Caroline Tice <[email protected]> |
93 | ||
94 | * vtv-change-permission.h: New file. | |
95 | ||
d6787ef9 EB |
96 | 2013-08-05 Eric Botcazou <[email protected]> |
97 | Konrad Eisele <[email protected]> | |
98 | ||
99 | * opcode/sparc.h (sparc_opcode_arch_val): Add SPARC_OPCODE_ARCH_LEON. | |
100 | ||
d301a56b RS |
101 | 2013-06-08 Catherine Moore <[email protected]> |
102 | ||
103 | * opcode/mips.h (mips_opcode): Add ase field. | |
104 | (INSN_ASE_MASK): Delete. | |
105 | (INSN_DSP): Rename to ASE_DSP. Provide new value. | |
106 | (INSN_DSPR2): Rename to ASE_DSPR2. Provide new value. | |
107 | (INSN_MCU): Rename to ASE_MCU. Provide new value. | |
108 | (INSN_MDMX): Rename to ASE_MDMX. Provide new value. | |
109 | (INSN_MIPS3d): Rename to ASE_MIPS3D. Provide new value. | |
110 | (INSN_MT): Rename to ASE_MT. Provide new value. | |
111 | (INSN_SMARTMIPS): Rename to ASE_SMARTMIPS. Provide new value. | |
112 | (INSN_VIRT): Rename to ASE_VIRT. Provide new value. | |
113 | (INSN_VIRT64): Rename to ASE_VIRT64. Provide new value. | |
114 | (opcode_is_member): Add ase argument. Check ase. | |
115 | ||
b47468a6 CM |
116 | 2013-05-06 Paul Brook <[email protected]> |
117 | ||
118 | include/elf/ | |
119 | * mips.h (R_MIPS_PC32): Update comment. | |
120 | ||
3a4d2339 DD |
121 | 2013-04-03 Jason Merrill <[email protected]> |
122 | ||
123 | Demangle C++11 ref-qualifier. | |
124 | * demangle.h (enum demangle_component_type): Add | |
125 | DEMANGLE_COMPONENT_REFERENCE_THIS, | |
126 | DEMANGLE_COMPONENT_RVALUE_REFERENCE_THIS. | |
127 | ||
531a94fd SL |
128 | 2013-03-12 Sebastian Huber <[email protected]> |
129 | ||
130 | * opcode/nios2.h: Edit comment. | |
131 | ||
dad60f8e SL |
132 | 2013-03-11 Sebastian Huber <[email protected]> |
133 | ||
134 | * opcode/nios2.h (OPX_WRPRS): New define. | |
135 | (OP_MATCH_WRPRS): Likewise. | |
136 | ||
f5cb796a SL |
137 | 2013-03-11 Sebastian Huber <[email protected]> |
138 | ||
139 | * opcode/nios2.h (OP_RDPRS): New define. | |
140 | (OP_MATCH_RDPRS): Likewise. | |
141 | ||
8a7bad18 CC |
142 | 2013-03-01 Cary Coutant <[email protected]> |
143 | ||
144 | * dwarf2.h (enum dwarf_sect): New enum type. | |
145 | ||
30e8ee25 AM |
146 | 2013-02-19 Alan Modra <[email protected]> |
147 | ||
148 | * bfdlink.h (struct bfd_link_info): Delete emit_note_gnu_build_id. | |
149 | ||
f5c033f1 ST |
150 | 2013-02-11 Sriraman Tallam <[email protected]> |
151 | ||
152 | * plugin-api.h (enum ld_plugin_level): Assign integers | |
30e8ee25 | 153 | explicitly for all values. |
f5c033f1 | 154 | |
36591ba1 SL |
155 | 2013-02-06 Sandra Loosemore <[email protected]> |
156 | Andrew Jenner <[email protected]> | |
157 | ||
158 | Based on patches from Altera Corporation. | |
159 | ||
160 | * dis-asm.h (print_insn_big_nios2): Declare. | |
161 | (print_insn_little_nios2): Declare. | |
162 | ||
e5e04ca3 KT |
163 | 2013-01-30 Kai Tietz <[email protected]> |
164 | ||
165 | PR other/54620 | |
166 | PR target/39064 | |
167 | * md5.h (md5_uintptr, md5_uint32): Define as uintptr_t/uint32_t if | |
168 | stdint.h and sys/types.h headers are present. | |
169 | * sha1.h (sha1_uintptr, sha1_uint32): Likewise. | |
170 | ||
a3c62988 NC |
171 | 2013-01-10 Will Newton <[email protected]> |
172 | ||
173 | * dis-asm.h (print_insn_metag): New declaration. | |
174 | ||
ddd27bde DD |
175 | 2012-12-18 Aldy Hernandez <[email protected]> |
176 | ||
177 | PR other/54324 | |
178 | * ansidecl.h (ATTRIBUTE_UNUSED): Do not set __attribute__ for GCC | |
179 | < 3.4. | |
180 | ||
5bf135a7 NC |
181 | 2012-12-17 Nick Clifton <[email protected]> |
182 | ||
183 | * MAINTAINERS: Add copyright notice. | |
184 | * alloca-conf.h: Likewise. | |
185 | * fopen-bin.h: Likewise. | |
186 | * fopen-same.h: Likewise. | |
187 | * fopen-vms.h: Likewise. | |
188 | * aout/hppa.h: Likewise. | |
189 | * opcode/tahoe.h: Likewise. | |
190 | ||
69b06cc8 ME |
191 | 2012-12-11 Edgar E. Iglesias <[email protected]> |
192 | ||
193 | * elf/microblaze.h: Add TLS relocs to START_RELOC_NUMBERS | |
194 | ||
1f3de044 DD |
195 | 2012-11-09 Jason Merrill <[email protected]> |
196 | ||
197 | * demangle.h (enum demangle_component_type): Add | |
198 | DEMANGLE_COMPONENT_TAGGED_NAME. | |
199 | ||
a903d6ac | 200 | 2012-10-29 Sterling Augustine <[email protected]> |
201 | Cary Coutant <[email protected]> | |
1f3de044 DD |
202 | |
203 | * dwarf2.h (dwarf_location_list_entry_type): New enum with fields | |
204 | DW_LLE_GNU_end_of_list_entry, DW_LLE_GNU_base_address_selection_entry, | |
205 | DW_LLE_GNU_start_end_entry and DW_LLE_GNU_start_length_entry. | |
206 | ||
207 | ||
10fca301 NC |
208 | 2012-10-26 Shinichiro Hamaji <[email protected]> |
209 | ||
210 | * dwarf2.h (DW_AT_APPLE_optimized, DW_AT_APPLE_flags) | |
211 | (DW_AT_APPLE_isa, DW_AT_APPLE_block) | |
212 | (DW_AT_APPLE_major_runtime_vers, DW_AT_APPLE_runtime_class) | |
213 | (DW_AT_APPLE_omit_frame_ptr, DW_AT_APPLE_property_name) | |
214 | (DW_AT_APPLE_property_getter, DW_AT_APPLE_property_setter) | |
215 | (DW_AT_APPLE_property_attribute, DW_AT_APPLE_objc_complete_type) | |
216 | (DW_AT_APPLE_property, DW_OP_GNU_entry_value): New macros. | |
217 | ||
4f9d22a0 L |
218 | 2012-10-24 H.J. Lu <[email protected]> |
219 | ||
220 | * bfdlink.h (bfd_link_info): Add | |
221 | disable_target_specific_optimizations. | |
222 | ||
04c3a755 NS |
223 | 2012-10-23 Nathan Sidwell <[email protected]> |
224 | ||
225 | * bfdlink.h (struct bfd_link_info): Add stacksize option. | |
226 | ||
0e86e20e AM |
227 | 2012-10-22 Jan Beich <[email protected]> |
228 | ||
229 | PR ld/14426 | |
230 | * bfdlink.h (bfd_link_info): Add ignore_hash. | |
231 | ||
995b61fe DD |
232 | 2012-10-08 Jason Merrill <[email protected]> |
233 | ||
234 | * demangle.h (enum demangle_component_type): Add | |
235 | DEMANGLE_COMPONENT_TLS_INIT and DEMANGLE_COMPONENT_TLS_WRAPPER. | |
236 | ||
237 | 2012-09-18 Florian Weimer <[email protected]> | |
238 | ||
239 | PR other/54411 | |
240 | * objalloc.h (objalloc_alloc): Do not use fast path on wraparound. | |
241 | ||
1415a2a7 AG |
242 | 2012-09-27 Anthony Green <[email protected]> |
243 | ||
244 | * opcode/moxie.h (MOXIE_BAD): New define. | |
245 | ||
f41aef5f RE |
246 | 2012-09-12 Chris Schlumberger-Socha <[email protected]> |
247 | ||
248 | * elf/aarch64.h (R_AARCH64_GOT_LD_PREL19): New reloc. | |
249 | ||
f8bfbc48 CC |
250 | 2012-09-06 Cary Coutant <[email protected]> |
251 | ||
252 | * dwarf2.def: Edit comment. | |
253 | ||
16164a6b ST |
254 | 2012-08-24 Sriraman Tallam <[email protected]> |
255 | ||
256 | * plugin-api.h (ld_plugin_allow_unique_segment_for_sections): | |
257 | New interface. | |
258 | (ld_plugin_unique_segment_for_sections): New interface. | |
259 | (LDPT_ALLOW_UNIQUE_SEGMENT_FOR_SECTIONS): New enum val. | |
260 | (LDPT_UNIQUE_SEGMENT_FOR_SECTIONS): New enum val. | |
261 | (tv_allow_unique_segment_for_sections): New member. | |
262 | (tv_unique_segment_for_sections): New member. | |
263 | ||
59d09be6 MGD |
264 | 2012-08-24 Matthew Gretton-Dann <[email protected]> |
265 | ||
266 | * opcode/arm.h (ARM_CPU_IS_ANY): New define. | |
267 | ||
bca38921 MGD |
268 | 2012-08-24 Matthew Gretton-Dann <[email protected]> |
269 | ||
270 | * elf/arm.h (TAG_CPU_ARCH_V8): New define. | |
271 | (MAX_TAG_CPU_ARCH): Update. | |
272 | * opcode/arm.h (ARM_EXT_V8): New define. | |
273 | (FPU_VFP_EXT_ARMV8): Likewise. | |
274 | (FPU_NEON_EXT_ARMV8): Likewise. | |
275 | (FPU_CRYPTO_EXT_ARMV8): Likewise. | |
276 | (ARM_AEXT_V8A): Likewise. | |
277 | (FPU_VFP_ARMV8): Likwise. | |
278 | (FPU_NEON_ARMV8): Likewise. | |
279 | (FPU_CRYPTO_ARMV8): Likewise. | |
280 | (FPU_ARCH_VFP_ARMV8): Likewise. | |
281 | (FPU_ARCH_NEON_VFP_ARMV8): Likewise. | |
282 | (FPU_ARCH_CRYPTO_NEON_VFP_ARMV8): Likewise. | |
283 | (ARM_ARCH_V8A): Likwise. | |
284 | (ARM_ARCH_V8A_FP): Likewise. | |
285 | (ARM_ARCH_V8A_SIMD): Likewise. | |
286 | (ARM_ARCH_V8A_CRYPTO): Likewise. | |
287 | ||
a06ea964 NC |
288 | 2012-08-13 Ian Bolton <[email protected]> |
289 | Laurent Desnogues <[email protected]> | |
290 | Jim MacArthur <[email protected]> | |
291 | Marcus Shawcroft <[email protected]> | |
292 | Nigel Stephens <[email protected]> | |
293 | Ramana Radhakrishnan <[email protected]> | |
294 | Richard Earnshaw <[email protected]> | |
295 | Sofiane Naci <[email protected]> | |
296 | Tejas Belagod <[email protected]> | |
297 | Yufeng Zhang <[email protected]> | |
298 | ||
299 | * dis-asm.h (print_insn_aarch64): New declaration. | |
300 | (print_aarch64_disassembler_options): New declaration. | |
301 | (aarch64_symbol_is_valid): New declaration. | |
302 | ||
21a37505 SK |
303 | 2012-08-02 Sean Keys <[email protected]> |
304 | ||
30e8ee25 | 305 | * elf/m68hc11.h: #define E_M68HC11_NO_BANK_WARNING 0x000000200 |
21a37505 | 306 | |
63d08c68 NC |
307 | 2012-07-24 Stephan McCamant <[email protected]> |
308 | Dr David Alan Gilbert <[email protected]> | |
d908c8af NC |
309 | |
310 | PR binutils/13135 | |
311 | * dis-asm.h (fprintf_ftype): Add ATTRIBUTE_FPTR_PRINTF_2. | |
312 | ||
0429544a DE |
313 | 2012-07-13 Doug Evans <[email protected]> |
314 | ||
315 | * filenames.h: #include "hashtab.h". | |
316 | (filename_hash, filename_eq): Declare. | |
317 | ||
470b557a AK |
318 | 2012-07-13 Andreas Krebbel <[email protected]> |
319 | ||
320 | * elf/s390.h (START_RELOC_NUMBERS): Define R_390_IRELATIVE reloc. | |
321 | ||
3e265597 SK |
322 | 2012-07-05 Sean Keys <[email protected]> |
323 | ||
30e8ee25 AM |
324 | * opcode/xgate.h: Changed the format string for mode |
325 | XGATE_OP_DYA_MON. | |
3e265597 | 326 | |
e48f8891 DD |
327 | 2012-06-18 Doug Evans <[email protected]> |
328 | ||
329 | * dwarf2.def (DW_OP): Add DW_OP_GNU_const_index. | |
330 | ||
2202d7cd RÁE |
331 | 2012-06-12 Rafael Ávila de Espíndola <[email protected]> |
332 | ||
333 | * plugin-api.h (ld_plugin_output_file_type): Add LDPO_PIE. | |
334 | ||
9761def5 DD |
335 | 2012-06-08 Jakub Jelinek <[email protected]> |
336 | ||
337 | * dwarf2.def (DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt): New | |
338 | forms. | |
339 | * dwarf2.h (enum dwarf_macro_record_type): Add | |
340 | DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt | |
341 | and DW_MACRO_GNU_transparent_include_alt. | |
342 | ||
c81795e6 DE |
343 | 2012-05-23 Doug Evans <[email protected]> |
344 | ||
345 | * leb128.h: #include stdint.h, inttypes.h. | |
346 | (read_uleb128_to_uint64): Renamed from read_uleb128_to_ull. | |
347 | Change to take a uint64_t * argument instead of unsigned long long. | |
348 | (read_sleb128_to_uint64): Renamed from read_sleb128_to_ll. | |
349 | Change to take an int64_t * argument instead of long long. | |
350 | ||
67bf71fe DD |
351 | 2012-05-22 Doug Evans <[email protected]> |
352 | ||
353 | * leb128.h: New file. | |
354 | ||
355 | 2012-05-19 Gary Funck <[email protected]> | |
356 | ||
357 | * dwarf2.def: Update comment re: UPC extensions to reference | |
358 | DWARF4 specification. | |
359 | ||
6927f982 NC |
360 | 2012-05-15 James Murray <[email protected]> |
361 | ||
362 | * dis-asm.h (print_insn_m9s12x): Prototype. | |
363 | (print_insn_m9s12xg): Prototype. | |
364 | ||
f6c1a2d5 NC |
365 | 2012-05-03 Sean Keys <[email protected]> |
366 | ||
367 | * dis-asm.h (print_insn_xgate): Define. | |
368 | (print_insn_xgate): Ditto. | |
369 | Added new files for XGATE port. | |
370 | ||
959fb206 CC |
371 | 2012-05-02 Cary Coutant <[email protected]> |
372 | ||
373 | * dwarf2.def: Remove DW_FORM_GNU_ref_index, | |
374 | replace DW_AT_GNU_ref_base with DW_AT_GNU_ranges_base. | |
375 | ||
fcfa8919 DE |
376 | 2012-04-28 Doug Evans <[email protected]> |
377 | ||
378 | * dwarf2.def (DW_OP): Add DW_OP_GNU_addr_index. | |
379 | ||
fa66ec53 DD |
380 | 2012-04-27 Tom Tromey <[email protected]> |
381 | ||
382 | * dwarf2.h: Wrap function declarations in extern "C". | |
383 | ||
384 | 2012-04-27 Tom Tromey <[email protected]> | |
385 | ||
386 | * dwarf2.h (enum dwarf_tag, enum dwarf_form, enum dwarf_attribute) | |
387 | (enum dwarf_location_atom, enum dwarf_type, enum | |
388 | dwarf_call_frame_info): Remove. | |
389 | (DW_TAG, DW_TAG_DUP, DW_FORM, DW_AT, DW_AT_DUP, DW_OP) | |
390 | (DW_OP_DUP, DW_ATE, DW_ATE_DUP, DW_CFA): New macros. | |
391 | Include dwarf2.def. | |
392 | (get_DW_TAG_name, get_DW_AT_name, get_DW_FORM_name) | |
393 | (get_DW_OP_name, get_DW_ATE_name): Declare. | |
394 | * dwarf2.def: New file, from dwarf2.h. | |
395 | ||
2615994e DM |
396 | 2012-04-12 David S. Miller <[email protected]> |
397 | ||
398 | * elf/sparc.h (R_SPARC_WDISP10): New reloc. | |
399 | * opcode/sparc.h: Define '=' as generating R_SPARC_WDISP10. | |
400 | ||
b3641a6e DD |
401 | 2012-04-10 Tristan Gingold <[email protected]> |
402 | ||
403 | * splay-tree.h: Conditionnaly includes stdint.h and inttypes.h | |
404 | (libi_uhostptr_t, libi_shostptr_t): Remove, replaced by uintptr_t. | |
405 | ||
d324f6d6 RM |
406 | 2012-04-09 Roland McGrath <[email protected]> |
407 | ||
408 | * bfdlink.h (struct bfd_link_info): Add new member user_phdrs. | |
409 | ||
b240011a AM |
410 | 2012-03-15 Alan Modra <[email protected]> |
411 | ||
412 | * dis-asm.h (disassemble_init_powerpc): Declare. | |
413 | ||
4e3aa408 DD |
414 | 2009-11-06 Jonas Maebe <[email protected]> |
415 | ||
416 | Add DWARF attribute value for the "Borland fastcall" calling | |
417 | convention. | |
418 | * elf/dwarf2.h: Add DW_CC_GNU_borland_fastcall_i386 constant. | |
419 | ||
b7761f11 L |
420 | 2012-01-31 H.J. Lu <[email protected]> |
421 | ||
422 | PR ld/13616 | |
423 | * bfdlink.h (bfd_link_order): Update comments on data size. | |
424 | ||
4e35ccee CC |
425 | 2012-01-26 Cary Coutant <[email protected]> |
426 | ||
427 | * dwarf2.h (enum dwarf_form): Add Fission extensions. | |
428 | (enum dwarf_attribute): Likewise. | |
429 | ||
c7571c06 JM |
430 | 2012-01-06 Jason Merrill <[email protected]> |
431 | ||
432 | PR c++/6057 | |
433 | PR c++/48051 | |
434 | PR c++/50855 | |
435 | PR c++/51322 | |
436 | * demangle.h (enum demangle_component_type): Add | |
437 | DEMANGLE_COMPONENT_INITIALIZER_LIST, DEMANGLE_COMPONENT_NULLARY. | |
438 | ||
a4551119 TG |
439 | 2011-12-14 Iain Sandoe <[email protected]> |
440 | ||
441 | * mach-o/loader.h (bfd_mach_o_section_type): define | |
442 | BFD_MACH_O_S_ATTR_NONE to 0. | |
443 | ||
956a8f8b DD |
444 | 2011-11-07 Richard Henderson <[email protected]> |
445 | ||
446 | Merged from transactional-memory. | |
447 | ||
448 | * demangle.h (enum gnu_v3_ctor_kinds): Add gnu_v3_object_ctor_group. | |
449 | (enum gnu_v3_dtor_kinds): Add gnu_v3_object_dtor_group. | |
450 | (DEMANGLE_COMPONENT_TRANSACTION_CLONE): New. | |
451 | (DEMANGLE_COMPONENT_NONTRANSACTION_CLONE): New. | |
452 | ||
99c513f6 DD |
453 | 2011-11-01 DJ Delorie <[email protected]> |
454 | ||
455 | * dis-asm.h (print_insn_rl78): Declare. | |
456 | ||
cfb8c092 NC |
457 | 2011-10-25 Joern Rennecke <[email protected]> |
458 | ||
459 | * dis-asm.h (print_insn_epiphany): Declare. | |
460 | ||
006d5c88 DD |
461 | 2011-10-21 Ulrich Drepper <[email protected]> |
462 | ||
463 | * obstack.h [!GNUC] (obstack_free): Avoid cast to int. | |
464 | ||
465 | 2011-10-21 Marc Glisse <[email protected]> | |
466 | ||
467 | * ansidecl.h (ENUM_BITFIELD): Always use enum in C++ | |
468 | ||
c192a133 AM |
469 | 2011-10-19 Alan Modra <[email protected]> |
470 | ||
471 | PR ld/13254 | |
472 | * bfdlink.h (struct bfd_link_info): Add error_textrel. | |
473 | ||
514c97d3 DD |
474 | 2011-09-28 Doug Evans <[email protected]> |
475 | ||
476 | * timeval-utils.h: New file. | |
477 | ||
478 | * libiberty.h (countargv): Declare. | |
479 | ||
235061c2 CC |
480 | 2011-09-26 Cary Coutant <[email protected]> |
481 | ||
482 | gcc PR lto/47247 | |
483 | * plugin-api.h (enum ld_plugin_symbol_resolution): Add | |
484 | LDPR_PREVAILING_DEF_IRONLY_EXP. | |
485 | (enum ld_plugin_tag): Add LDPT_GET_SYMBOLS_V2. | |
486 | ||
7955ede5 DD |
487 | 2011-09-23 Cary Coutant <[email protected]> |
488 | ||
489 | PR 40831 | |
490 | * demangle.h (enum demangle_component_type): Add | |
491 | DEMANGLE_COMPONENT_CLONE. | |
492 | ||
fd91d419 L |
493 | 2011-09-15 H.J. Lu <[email protected]> |
494 | ||
495 | PR ld/12975 | |
496 | * bfdlink.h (bfd_link_info): Add version_info. | |
497 | ||
17a16b0f DD |
498 | 2011-07-25 Rainer Orth <[email protected]> |
499 | ||
500 | * xregex.h (regoff_t): Define. | |
501 | ||
26ac1280 DD |
502 | 2011-07-22 Jakub Jelinek <[email protected]> |
503 | ||
d4743114 JJ |
504 | * dwarf2.h (DW_AT_GNU_macros): New. |
505 | (enum dwarf_macro_record_type): New enum. Add DW_MACRO_GNU_*. | |
506 | ||
26ac1280 DD |
507 | PR c++/49756 |
508 | * libiberty.h (stack_limit_increase): New prototype. | |
509 | ||
510 | 2011-07-13 Sriraman Tallam <[email protected]> | |
511 | ||
512 | * plugin-api.h | |
513 | (ld_plugin_section): New struct. | |
514 | (ld_plugin_get_section_count): New typedef. | |
515 | (ld_plugin_get_section_type): New typedef. | |
516 | (ld_plugin_get_section_name): New typedef. | |
517 | (ld_plugin_get_section_contents): New typedef. | |
518 | (ld_plugin_update_section_order): New typedef. | |
519 | (ld_plugin_allow_section_ordering): New typedef. | |
520 | (LDPT_GET_SECTION_COUNT): New enum value. | |
521 | (LDPT_GET_SECTION_TYPE): New enum value. | |
522 | (LDPT_GET_SECTION_NAME): New enum value. | |
523 | (LDPT_GET_SECTION_CONTENTS): New enum value. | |
524 | (LDPT_UPDATE_SECTION_ORDER): New enum value. | |
525 | (LDPT_ALLOW_SECTION_ORDERING): New enum value. | |
526 | (tv_get_section_count): New struct members. | |
527 | (tv_get_section_type): New struct members. | |
528 | (tv_get_section_name): New struct members. | |
529 | (tv_get_section_contents): New struct members. | |
530 | (tv_update_section_order): New struct members. | |
531 | (tv_allow_section_ordering): New struct members. | |
532 | ||
05aecedb AM |
533 | 2011-07-15 Alan Modra <[email protected]> |
534 | ||
535 | * bfdlink.h (struct bfd_link_info): Use ENUM_BITFIELD for strip, | |
536 | discard, common_skip_ar_symbols, unresolved_syms_in_objects, and | |
537 | unresolved_syms_in_shared_libs fields. Move emit_note_gnu_build_id | |
538 | out of bitfields. Reorder bitfields. | |
539 | ||
e9552f7e | 540 | 2011-07-13 Sriraman Tallam <[email protected]> |
05aecedb AM |
541 | |
542 | * plugin-api.h (ld_plugin_section): New struct. | |
e9552f7e ST |
543 | (ld_plugin_get_section_count): New typedef. |
544 | (ld_plugin_get_section_type): New typedef. | |
545 | (ld_plugin_get_section_name): New typedef. | |
546 | (ld_plugin_get_section_contents): New typedef. | |
547 | (ld_plugin_update_section_order): New typedef. | |
548 | (ld_plugin_allow_section_ordering): New typedef. | |
549 | (LDPT_GET_SECTION_COUNT): New enum value. | |
550 | (LDPT_GET_SECTION_TYPE): New enum value. | |
551 | (LDPT_GET_SECTION_NAME): New enum value. | |
552 | (LDPT_GET_SECTION_CONTENTS): New enum value. | |
553 | (LDPT_UPDATE_SECTION_ORDER): New enum value. | |
554 | (LDPT_ALLOW_SECTION_ORDERING): New enum value. | |
555 | (tv_get_section_count): New struct members. | |
556 | (tv_get_section_type): New struct members. | |
557 | (tv_get_section_name): New struct members. | |
558 | (tv_get_section_contents): New struct members. | |
559 | (tv_update_section_order): New struct members. | |
560 | (tv_allow_section_ordering): New struct members. | |
561 | ||
ae17ab41 CM |
562 | 2011-07-11 Catherine Moore <[email protected]> |
563 | ||
564 | * bfdlink.h (flag_type): New enumeration. | |
565 | (flag_info_list): New structure. | |
566 | (flag_info): New structure. | |
567 | ||
0c511000 AM |
568 | 2011-07-09 H.J. Lu <[email protected]> |
569 | ||
570 | PR ld/12942 | |
571 | * bfdlink.h (bfd_link_info): Add loading_lto_outputs. | |
572 | ||
7d6b320b JB |
573 | 2011-07-01 Joel Brobecker <[email protected]> |
574 | ||
575 | * filenames.h (HAVE_CASE_INSENSITIVE_FILE_SYSTEM): Define | |
576 | on Darwin, as well as on the systems that use a DOS-like | |
577 | filesystem. | |
578 | ||
b24539b3 DD |
579 | 2011-06-22 Jakub Jelinek <[email protected]> |
580 | ||
581 | PR debug/47858 | |
582 | * dwarf2.h (enum dwarf_location_atom): Add DW_OP_GNU_parameter_ref. | |
583 | ||
f8b999f9 JJ |
584 | 2011-06-22 Jakub Jelinek <[email protected]> |
585 | ||
586 | * dwarf2.h (enum dwarf_location_atom): Add DW_OP_GNU_parameter_ref. | |
587 | ||
e41b3a13 JJ |
588 | 2011-06-20 Jakub Jelinek <[email protected]> |
589 | ||
590 | PR ld/12570 | |
591 | * bfdlink.h (struct bfd_link_info): Add no_ld_generated_unwind_info | |
592 | option. | |
593 | ||
ddee5e46 DD |
594 | 2011-06-13 Jan Kratochvil <[email protected]> |
595 | ||
596 | * demangle.h (DMGL_RET_POSTFIX): Extend the comment. | |
597 | (DMGL_RET_DROP): New. | |
598 | ||
aa137e4d | 599 | 2011-06-13 Walter Lee <[email protected]> |
c8fa16ed | 600 | |
aa137e4d NC |
601 | * dis-asm.h (print_insn_tilegx): Declare. |
602 | (print_insn_tilepro): Likewise. | |
5e4b319c | 603 | |
16d96b5b AM |
604 | 2011-05-17 Alan Modra <[email protected]> |
605 | ||
606 | PR ld/12760 | |
607 | * bfdlink.h (struct bfd_link_callbacks <notice>): Add "flags" and | |
608 | "string" param. | |
609 | ||
41e04eaa AM |
610 | 2011-05-16 Alan Modra <[email protected]> |
611 | ||
612 | * bfdlink.h (struct bfd_link_hash_entry): Remove u.undef.weak field. | |
613 | ||
d46ab832 JJ |
614 | 2011-04-30 Jakub Jelinek <[email protected]> |
615 | ||
616 | * dwarf2.h (DW_OP_GNU_const_type, DW_OP_GNU_regval_type, | |
617 | DW_OP_GNU_deref_type, DW_OP_GNU_convert, DW_OP_GNU_reinterpret): New. | |
618 | ||
1ae0d051 JK |
619 | 2011-04-25 Jan Kratochvil <[email protected]> |
620 | ||
621 | * bfdlink.h (ENUM_BITFIELD): Remove. | |
622 | ||
623 | 2011-04-25 Jan Kratochvil <[email protected]> | |
624 | ||
625 | * ansidecl.h (ENUM_BITFIELD): New, from gcc/system.h. | |
626 | ||
35ed3f94 AM |
627 | 2011-04-24 Alan Modra <[email protected]> |
628 | ||
629 | PR ld/12365 | |
630 | PR ld/12696 | |
631 | * bfdlink.h (ENUM_BITFIELD): Define. | |
632 | (struct bfd_link_hash_entry): Make "type" a bitfield. Add "non_ir_ref". | |
633 | (struct bfd_link_callbacks <notice>): Pass bfd_link_hash_entry pointer | |
634 | rather than "name". | |
635 | ||
24f58f47 AM |
636 | 2011-04-20 Alan Modra <[email protected]> |
637 | ||
638 | PR ld/12365 | |
639 | * bfdlink.h (struct bfd_link_callbacks): Modify multiple_definition | |
640 | and multiple_common parameters to pass in a bfd_link_hash_entry | |
641 | pointer rather than name,bfd etc. found in the hash entry. | |
642 | ||
bbda3415 TG |
643 | 2011-03-31 Tristan Gingold <[email protected]> |
644 | ||
645 | * dwarf2.h (dwarf_line_number_hp_sfc_ops): New enum. | |
646 | ||
bb0c9237 TT |
647 | 2011-03-24 Mark Wielaard <[email protected]> |
648 | ||
649 | * dwarf2.h (dwarf_form): Remove deprecated DW_FORM_sig8 define. | |
650 | ||
55406e10 RÁE |
651 | 2010-03-23 Rafael Ávila de Espíndola <[email protected]> |
652 | ||
653 | * plugin-api.h (ld_plugin_get_view): New. | |
654 | (ld_plugin_tag): Add LDPT_GET_VIEW. | |
655 | (ld_plugin_tv): Add tv_get_view. | |
656 | ||
02458de2 JJ |
657 | 2011-03-16 Jakub Jelinek <[email protected]> |
658 | ||
659 | * dwarf2.h (DW_TAG_GNU_call_site, DW_TAG_GNU_call_site_parameter, | |
660 | DW_AT_GNU_call_site_value, DW_AT_GNU_call_site_data_value, | |
661 | DW_AT_GNU_call_site_target, DW_AT_GNU_call_site_target_clobbered, | |
662 | DW_AT_GNU_tail_call, DW_AT_GNU_all_tail_call_sites, | |
663 | DW_AT_GNU_all_call_sites,, DW_AT_GNU_all_source_call_sites, | |
664 | DW_OP_GNU_entry_value): New. | |
665 | ||
007d6189 KT |
666 | 2011-02-28 Kai Tietz <[email protected]> |
667 | ||
668 | * filenames.h (filename_ncmp): New prototype. | |
669 | ||
47704ddf KT |
670 | 2011-02-23 Kai Tietz <[email protected]> |
671 | ||
672 | * dwarf2.h (_ELF_DWARF2_H): Renamed to | |
673 | _DWARF2_H. | |
674 | (DWARF2_External_LineInfo, DWARF2_Internal_LineInfo, | |
675 | DWARF2_External_PubNames, DWARF2_Internal_PubNames, | |
676 | DWARF2_External_CompUnit, DWARF2_Internal_CompUnit, | |
677 | DWARF2_External_ARange, DWARF2_Internal_ARange): Removed. | |
678 | ||
54fcddd0 UW |
679 | 2011-02-08 Ulrich Weigand <[email protected]> |
680 | ||
681 | * dwarf2.h (enum dwarf_calling_convention): Add DW_CC_GDB_IBM_OpenCL. | |
682 | ||
7be9d9c9 DD |
683 | 2011-01-12 Iain Sandoe <[email protected]> |
684 | ||
685 | * dwarf2.h: Update value for DW_AT_hi_user. | |
686 | ||
f9e6589d DD |
687 | 2010-11-16 Ian Lance Taylor <[email protected]> |
688 | ||
689 | * simple-object.h (simple_object_attributes_merge): Declare, | |
690 | replacing simple_object_attributes_compare. | |
691 | ||
8baf536a DD |
692 | 2010-11-04 Ian Lance Taylor <[email protected]> |
693 | ||
694 | * dwarf2.h (enum dwarf_source_language): Add DW_LANG_Go. | |
695 | ||
ffa54e5c DD |
696 | 2010-11-02 Ian Lance Taylor <[email protected]> |
697 | ||
698 | * simple-object.h: New file. | |
699 | ||
24f58f47 | 700 | 2010-10-15 Dave Korn <[email protected]> |
ca346ede DD |
701 | |
702 | Sync LD plugin patch series (part 1/6) with src/include/. | |
703 | * plugin-api.h (LDPT_GNU_LD_VERSION): New ld_plugin_tag enum member. | |
704 | ||
24f58f47 | 705 | 2010-10-14 Dave Korn <[email protected]> |
5d3236ee DK |
706 | |
707 | Apply LD plugin patch series (part 6/6). | |
708 | * bfdlink.h (struct_bfd_link_callbacks): Document new argument | |
709 | to add_archive_element callback used to return a replacement bfd which | |
710 | is to be added to the hash table in place of the original element. | |
711 | ||
24f58f47 | 712 | 2010-10-14 Dave Korn <[email protected]> |
5d3236ee DK |
713 | |
714 | Apply LD plugin patch series (part 1/6). | |
715 | * plugin-api.h (LDPT_GNU_LD_VERSION): New ld_plugin_tag enum member. | |
716 | ||
a903d6ac | 717 | 2010-10-06 Andi Kleen <[email protected]> |
9711ae4d DD |
718 | |
719 | * libiberty.h (setproctitle): Add prototype. | |
720 | ||
bb73df25 BS |
721 | 2010-09-29 Bernd Schmidt <[email protected]> |
722 | ||
723 | * opcode/tic6x-control-registers.h (tscl): Now read_write. | |
724 | ||
d9aee5d7 AK |
725 | 2010-09-27 Andreas Krebbel <[email protected]> |
726 | ||
727 | * opcode/s390.h: Add S390_OPCODE_Z196 to enum s390_opcode_cpu_val. | |
728 | ||
f4c65163 MGD |
729 | 2010-09-23 Matthew Gretton-Dann <[email protected]> |
730 | ||
731 | * arm.h (ARM_EXT_V6Z): Remove. | |
732 | (ARM_EXT_SEC): New define. | |
733 | (ARM_AEXT_V6Z): Use Security Extensions. | |
734 | (ARM_AEXT_V6ZK): Likeiwse. | |
735 | (ARM_AEXT_V6ZT2): Likewise. | |
736 | (ARM_AEXT_V6ZKT2): Likewise. | |
737 | (ARM_AEXT_V7_ARM): Base v7 does not have Security Extensions. | |
738 | (ARM_ARCH_V7A_SEC): New define. | |
739 | (ARM_ARCH_V7A_MP): Rename... | |
740 | (ARM_ARCH_V7A_MP_SEC): ...to this and add Security Extensions. | |
741 | ||
b7807392 JJ |
742 | 2010-09-09 Jakub Jelinek <[email protected]> |
743 | ||
744 | * dwarf2.h (DW_OP_GNU_implicit_pointer): New. | |
745 | ||
f9e9243a UW |
746 | 2010-07-06 Ken Werner <[email protected]> |
747 | ||
748 | * floatformat.h (floatformat_ieee_half_big): Add declaration. | |
749 | (floatformat_ieee_half_little): Likewise. | |
750 | ||
360cfc9c AM |
751 | 2010-06-29 Alan Modra <[email protected]> |
752 | ||
753 | * dis-asm.h: Remove references to maxq. | |
754 | ||
42218b9f RÁE |
755 | 2010-06-21 Rafael Espindola <[email protected]> |
756 | ||
757 | * plugin-api.h (ld_plugin_set_extra_library_path): New. | |
758 | (ld_plugin_tag): Add LDPT_SET_EXTRA_LIBRARY_PATH. | |
759 | (ld_plugin_tv): Add tv_set_extra_library_path. | |
760 | ||
36b2885d JJ |
761 | 2010-06-21 Jakub Jelinek <[email protected]> |
762 | ||
763 | * dwarf2.h (enum dwarf_type): Add DW_ATE_UTF. | |
764 | ||
6508b958 RÁE |
765 | 2010-06-18 Rafael Espindola <[email protected]> |
766 | ||
767 | * plugin.h (ld_plugin_add_input_file, ld_plugin_add_input_library): | |
768 | Make argument const. | |
769 | ||
219a461e DD |
770 | 2010-06-08 Laurynas Biveinis <[email protected]> |
771 | ||
772 | * splay-tree.h: Update copyright years. | |
773 | (splay_tree_s): Document fields. | |
774 | (splay_tree_new_typed_alloc): New. | |
775 | ||
776 | * hashtab.h: Update copyright years. | |
777 | (htab_create_typed_alloc): New. | |
778 | ||
93a6c7a4 TG |
779 | 2010-06-10 Tristan Gingold <[email protected]> |
780 | ||
781 | * dwarf2.h (enum dwarf_tag): Add DW_TAG_HP_Bliss_field and | |
782 | DW_TAG_HP_Bliss_field_set. | |
783 | (enum dwarf_attribute): Add DW_AT_HP_prologue, DW_AT_HP_epilogue, | |
784 | DW_AT_HP_unit_name, DW_AT_HP_unit_size, DW_AT_HP_widened_byte_size, | |
785 | DW_AT_HP_definition_points, DW_AT_HP_default_location and | |
786 | DW_AT_HP_is_result_param. | |
787 | (enum dwarf_type): Add DW_ATE_HP_VAX_float, DW_ATE_HP_VAX_float_d, | |
788 | DW_ATE_HP_packed_decimal, DW_ATE_HP_zoned_decimal, DW_ATE_HP_edited, | |
789 | DW_ATE_HP_signed_fixed, DW_ATE_HP_unsigned_fixed, | |
790 | DW_ATE_HP_VAX_complex_float and DW_ATE_HP_VAX_complex_float_d. | |
791 | (enum dwarf_line_number_x_ops): Add | |
792 | DW_LNE_HP_source_file_correlation. | |
793 | (enum dwarf_source_language): Add DW_LANG_HP_Bliss, | |
794 | DW_LANG_HP_Basic91, DW_LANG_HP_Pascal91, DW_LANG_HP_IMacro, | |
795 | DW_LANG_HP_Assembler. | |
796 | ||
3537c84b RÁE |
797 | 2010-06-01 Rafael Espindola <[email protected]> |
798 | ||
799 | * plugin-api.h (ld_plugin_tag): Add LDPT_OUTPUT_NAME. | |
800 | ||
9757332f DD |
801 | 2010-04-26 Pedro Alves <[email protected]> |
802 | ||
803 | * filenames.h (PATH_SEPARATOR): Delete. | |
804 | ||
805 | 2010-04-23 Pedro Alves <[email protected]> | |
806 | ||
807 | * filenames.h (IS_DIR_SEPARATOR_1): Rename from IS_DIR_SEPARATOR, | |
808 | always define it independently of host, add `dos_based' parameter, | |
809 | and handle it. | |
810 | (PATH_SEPARATOR): Define. | |
811 | (HAS_DRIVE_SPEC_1): Rename from HAS_DRIVE_SPEC, always define it | |
812 | independently of host, add `dos_based' parameter, and handle it. | |
813 | (IS_ABSOLUTE_PATH_1): Rename from IS_ABSOLUTE_PATH, always define | |
814 | it independently of host, add `dos_based' parameter, and handle | |
815 | it. | |
816 | (IS_DOS_DIR_SEPARATOR, IS_DOS_ABSOLUTE_PATH) | |
817 | (IS_UNIX_DIR_SEPARATOR, IS_UNIX_ABSOLUTE_PATH) | |
818 | (HAS_DOS_DRIVE_SPEC): New. | |
819 | (HAS_DRIVE_SPEC): Reimplement on top of HAS_DRIVE_SPEC_1. | |
820 | (IS_DIR_SEPARATOR): Reimplement on top of IS_DIR_SEPARATOR_1. | |
821 | (IS_ABSOLUTE_PATH): Reimplement on top of IS_ABSOLUTE_PATH_1. | |
822 | * libiberty.h (dos_lbasename, unix_lbasename): Declare. | |
823 | ||
824 | 2009-05-31 Ian Lance Taylor <[email protected]> | |
825 | ||
826 | * ansidecl.h: Add extern "C" when compiling with C++. Treat C++ | |
827 | the way we treat an ISO C compiler. Don't define inline as a | |
828 | macro when compiling with C++. | |
829 | * dyn-string.h: Add header guard DYN_STRING_H. Add extern "C" | |
830 | when compiling with C++. | |
831 | * fibheap.h: Add extern "C" when compiling with C++. | |
832 | ||
2cd2156f DD |
833 | 2010-04-23 Pedro Alves <[email protected]> |
834 | ||
835 | * filenames.h (IS_DIR_SEPARATOR_1): Rename from IS_DIR_SEPARATOR, | |
836 | always define it independently of host, add `dos_based' parameter, | |
837 | and handle it. | |
838 | (HAS_DRIVE_SPEC_1): Rename from HAS_DRIVE_SPEC, always define it | |
839 | independently of host, add `dos_based' parameter, and handle it. | |
840 | (IS_ABSOLUTE_PATH_1): Rename from IS_ABSOLUTE_PATH, always define | |
841 | it independently of host, add `dos_based' parameter, and handle | |
842 | it. | |
843 | (IS_DOS_DIR_SEPARATOR, IS_DOS_ABSOLUTE_PATH) | |
844 | (IS_UNIX_DIR_SEPARATOR, IS_UNIX_ABSOLUTE_PATH) | |
845 | (HAS_DOS_DRIVE_SPEC): New. | |
846 | (HAS_DRIVE_SPEC): Reimplement on top of HAS_DRIVE_SPEC_1. | |
847 | (IS_DIR_SEPARATOR): Reimplement on top of IS_DIR_SEPARATOR_1. | |
848 | (IS_ABSOLUTE_PATH): Reimplement on top of IS_ABSOLUTE_PATH_1. | |
849 | * libiberty.h (dos_lbasename, unix_lbasename): Declare. | |
850 | ||
851 | 2010-04-20 Nick Clifton <[email protected]> | |
852 | ||
853 | * sha1.h: Update copyright notice to use GPLv3. | |
854 | ||
e4e42b45 NC |
855 | 2010-04-15 Nick Clifton <[email protected]> |
856 | ||
857 | * bout.h: Update copyright notice to use GPLv3. | |
858 | * hp-symtab.h: Likewise. | |
859 | * oasys.h: Likewise. | |
860 | * progress.h: Likewise. | |
861 | * sha1.h: Likewise. | |
862 | * xtensa-isa-internal.h: Likewise. | |
863 | * xtensa-isa.h: Likewise. | |
864 | ||
58cd9144 DE |
865 | 2010-04-14 Doug Evans <[email protected]> |
866 | ||
867 | * filenames.h (HAS_DRIVE_SPEC, STRIP_DRIVE_SPEC): New macros. | |
868 | ||
a233b20c JJ |
869 | 2010-04-05 Jakub Jelinek <[email protected]> |
870 | ||
871 | * dwarf2.h (DWARF2_Internal_LineInfo): Add li_max_ops_per_insn | |
872 | field. | |
873 | ||
40b36596 JM |
874 | 2010-03-25 Joseph Myers <[email protected]> |
875 | ||
876 | * dis-asm.h (print_insn_tic6x): Declare. | |
877 | ||
0aec0f33 JM |
878 | 2010-03-23 Joseph Myers <[email protected]> |
879 | ||
880 | * symcat.h (CONCAT5, CONCAT6, XCONCAT5, XCONCAT6): Define. | |
881 | ||
16c06870 JB |
882 | 2010-01-13 Joel Brobecker <[email protected]> |
883 | ||
884 | Add new DW_AT_use_GNAT_descriptive_type CU attribute. | |
885 | * dwarf2.h (dwarf_attribute): Add DW_AT_use_GNAT_descriptive_type. | |
886 | ||
6d390a9e DD |
887 | 2010-01-11 Tristan Gingold <[email protected]> |
888 | ||
889 | * demangle.h (ada_demangle): Add prototype. | |
890 | ||
43e85a8f DD |
891 | 2010-01-05 Rainer Orth <[email protected]> |
892 | ||
893 | PR bootstrap/41771 | |
894 | * ansidecl.h: Fix inline test for C99 and Sun Studio cc. | |
895 | ||
2e13ec5c JB |
896 | 2009-12-29 Joel Brobecker <[email protected]> |
897 | ||
898 | * dwarf2.h (enum dwarf_attribute): Add DW_AT_GNAT_descriptive_type. | |
899 | ||
e7f8eadb DK |
900 | 2009-12-14 Doug Kwan <[email protected]> |
901 | ||
902 | * bfdlink.h (struct bfd_link_callbacks): Rename function parameters | |
903 | to avoid shadowed variable warnings. | |
904 | * dis-asm.h (struct disassemble_info): Ditto. | |
905 | (disassemble_init_for_target): Ditto. | |
906 | (init_disassemble_info): Ditto. | |
907 | ||
3cb4feec AM |
908 | 2009-11-18 Alan Modra <[email protected]> |
909 | ||
910 | * alloca-conf.h: Clarify comment. | |
911 | ||
dec397b2 JB |
912 | 2009-11-06 Jonas Maebe <[email protected]> |
913 | ||
914 | Add DWARF attribute value for the "Borland fastcall" calling | |
915 | convention. | |
8b40760a | 916 | * dwarf2.h: Add DW_CC_GNU_borland_fastcall_i386 constant. |
dec397b2 | 917 | |
96d86ee3 KT |
918 | 2009-10-23 Kai Tietz <[email protected]> |
919 | ||
920 | * splay-tree.h (libi_uhostptr_t): Add gcc specific | |
921 | __extension__ for long long type case to silent cX9. | |
922 | (libi_shostptr_t): Likewise. | |
923 | ||
0adbbe4a DD |
924 | 2009-10-19 Rafael Avila de Espindola <[email protected]> |
925 | ||
926 | PR40790 | |
927 | * plugin-api.h: Don't include stdint.h unconditionally. | |
928 | ||
3fce87a0 DD |
929 | 2009-10-15 Jakub Jelinek <[email protected]> |
930 | ||
931 | * include/dwarf2.h (DW_LANG_Python): Add comment that it is | |
932 | a DWARF 4 addition. | |
933 | ||
f88dc410 AM |
934 | 2009-10-14 Alan Modra <[email protected]> |
935 | ||
936 | * bfdlink.h (enum bfd_link_common_skip_ar_symbols): Rename from | |
937 | bfd_link_common_skip_ar_aymbols. | |
938 | (struct bfd_link_info): Here too. | |
939 | ||
e322137b DD |
940 | 2009-10-09 Rafael Espindola <[email protected]> |
941 | ||
942 | * plugin-api.h (ld_plugin_add_input_library): Change argument name to | |
943 | libname. | |
944 | ||
59b17575 DD |
945 | 2008-10-03 Rafael Espindola <[email protected]> |
946 | ||
947 | * plugin-api.h: New. | |
948 | * lto-symtab.h: New. | |
949 | ||
8341e15b ILT |
950 | 2009-10-05 Rafael Espindola <[email protected]> |
951 | ||
952 | * plugin-api.h (ld_plugin_status): Add LDPS_BAD_HANDLE. | |
953 | (ld_plugin_get_input_file): New. | |
954 | (ld_plugin_release_input_file): New. | |
955 | (ld_plugin_add_input_library): New. | |
956 | (ld_plugin_message): Mark format const. | |
957 | (ld_plugin_level): Add LDPT_GET_INPUT_FILE, LDPT_RELEASE_INPUT_FILE and | |
958 | LDPT_ADD_INPUT_LIBRARY. | |
959 | (ld_plugin_tv): Add tv_get_input_file, tv_release_input_file and | |
960 | tv_add_input_library. | |
961 | ||
962 | 2009-10-04 Jerry Quinn <[email protected]> | |
963 | ||
964 | * plugin-api.h: Fix compile. | |
965 | ||
664aa91f DD |
966 | 2009-09-29 Jason Merrill <[email protected]> |
967 | ||
968 | * demangle.h (enum demangle_component_type): Add | |
969 | DEMANGLE_COMPONENT_LAMBDA, DEMANGLE_COMPONENT_DEFAULT_ARG, | |
970 | DEMANGLE_COMPONENT_UNNAMED_TYPE. | |
971 | (struct demangle_component): Add s_unary_num. | |
972 | ||
c7927a3c NC |
973 | 2009-09-29 DJ Delorie <[email protected]> |
974 | ||
975 | * dis-asm.h: Add prototype for print_insn_rx. | |
976 | ||
39236edf DD |
977 | 2009-09-25 Dodji Seketeli <[email protected]> |
978 | ||
979 | * dwarf2.h (enum dwarf_tag): Rename DW_TAG_template_parameter_pack and | |
980 | DW_TAG_formal_parameter_pack into DW_TAG_GNU_template_parameter_pack | |
981 | and DW_TAG_formal_parameter_pack until DWARF 5 is out. | |
982 | ||
fa9efd0f DD |
983 | 2009-09-25 Cary Coutant <[email protected]> |
984 | ||
985 | Add rest of new values from DWARF Version 4. | |
986 | * dwarf2.h (DW_TAG_rvalue_reference_type, DW_TAG_template_alias): | |
987 | New tags. | |
988 | (DW_FORM_ref_sig8): New name for DW_FORM_sig8. | |
989 | (DW_AT_main_subprogram, DW_AT_data_bit_offset, DW_AT_const_expr, | |
990 | DW_AT_enum_class, DW_AT_linkage_name, DW_AT_GNU_guarded_by, | |
991 | DW_AT_GNU_pt_guarded_by, DW_AT_GNU_guarded, DW_AT_GNU_pt_guarded, | |
992 | DW_AT_GNU_locks_excluded, DW_AT_GNU_exclusive_locks_required, | |
993 | DW_AT_GNU_shared_locks_required, DW_AT_GNU_odr_signature): New | |
994 | attributes. | |
995 | (DW_LANG_Python): New language. | |
996 | ||
2b6f5997 CC |
997 | 2009-09-24 Cary Coutant <[email protected]> |
998 | ||
999 | * dwarf2.h (DW_TAG_rvalue_reference_type, DW_TAG_template_alias): | |
1000 | New tags. | |
1001 | (DW_FORM_ref_sig8): New name for DW_FORM_sig8. | |
1002 | (DW_AT_main_subprogram, DW_AT_data_bit_offset, DW_AT_const_expr, | |
1003 | DW_AT_enum_class, DW_AT_linkage_name, DW_AT_GNU_guarded_by, | |
1004 | DW_AT_GNU_pt_guarded_by, DW_AT_GNU_guarded, DW_AT_GNU_pt_guarded, | |
1005 | DW_AT_GNU_locks_excluded, DW_AT_GNU_exclusive_locks_required, | |
1006 | DW_AT_GNU_shared_locks_required, DW_AT_GNU_odr_signature): New | |
1007 | attributes. | |
1008 | (DW_LANG_Python): New language. | |
1009 | ||
a89caa61 DD |
1010 | 2009-09-22 Dodji Seketeli <[email protected]> |
1011 | ||
1012 | * dwarf2.h (enum dwarf_tag): Add | |
1013 | DW_TAG_template_parameter_pack and DW_TAG_formal_parameter_pack. | |
1014 | ||
a50b1753 NC |
1015 | 2009-09-09 Martin Thuresson <[email protected]> |
1016 | ||
1017 | * bfdlink.h (struct bfd_link_hash_common_entry): Move to top | |
1018 | level. | |
1019 | ||
66a6900a JZ |
1020 | 2009-09-04 Jie Zhang <[email protected]> |
1021 | ||
1022 | * opcode/bfin.h (PseudoDbg_Assert): Add bits_grp and mask_grp. | |
1023 | (PseudoDbg_Assert_grp_bits, PseudoDbg_Assert_grp_mask): Define. | |
1024 | (PseudoDbg_Assert_dbgop_bits, PseudoDbg_Assert_dbgop_mask, | |
1025 | PseudoDbg_Assert_dontcare_bits, PseudoDbg_Assert_dontcare_mask): | |
1026 | Adjust accordingly. | |
1027 | (init_PseudoDbg_Assert): Add PseudoDbg_Assert_grp_bits and | |
1028 | PseudoDbg_Assert_grp_mask. | |
1029 | ||
7ba29e2a NC |
1030 | 2009-08-06 Michael Eager <[email protected]> |
1031 | ||
1032 | * dis-asm.h: Decl print_insn_microblaze(). | |
1033 | ||
6e881691 DD |
1034 | 2009-07-24 Ian Lance Taylor <[email protected]> |
1035 | ||
1036 | * libiberty.h (crc32): Declare. | |
1037 | ||
2c61e778 DE |
1038 | 2009-07-20 Cary Coutant <[email protected]> |
1039 | Doug Evans <[email protected]> | |
77170296 DE |
1040 | |
1041 | Add some dwarf4 values. | |
1042 | * dwarf2.h (enum dwarf_tag): Add DW_TAG_type_unit. | |
1043 | (enum dwarf_form): Add DW_FORM_sec_offset, DW_FORM_exprloc, | |
1044 | DW_FORM_flag_present, DW_FORM_sig8. | |
1045 | (enum dwarf_attribute): Add DW_AT_signature. | |
1046 | ||
d5031754 DD |
1047 | 2009-07-17 Jan Kratochvil <[email protected]> |
1048 | ||
1049 | * demangle.h | |
1050 | (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_CONSTRUCTORS>) | |
1051 | (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_DESTRUCTORS>): | |
1052 | New. | |
1053 | ||
fa8f86ff TT |
1054 | 2009-07-10 Tom Tromey <[email protected]> |
1055 | ||
1056 | * dwarf2.h: New file, moved from elf/. | |
1057 | ||
62d2aabf DD |
1058 | 2009-07-09 Jakub Jelinek <[email protected]> |
1059 | ||
1060 | * dwarf2.h (enum dwarf_location_atom): Add DW_OP_implicit_value | |
1061 | and DW_OP_stack_value. | |
1062 | ||
e0452928 DD |
1063 | 2009-07-09 Tom Tromey <[email protected]> |
1064 | ||
1065 | * elf/dwarf2.h: Remove, renaming to... | |
1066 | * dwarf2.h: ... this. | |
1067 | ||
1068 | 2009-06-29 Tom Tromey <[email protected]> | |
1069 | ||
1070 | * elf/dwarf2.h: New file. Merged with gdb. | |
1071 | ||
0313a2b8 NC |
1072 | 2009-06-18 Nick Clifton <[email protected]> |
1073 | ||
1074 | * dis-asm.h (USER_SPECIFIED_MACHINE_TYPE): New value for the flags | |
1075 | field of struct disassemble_info. | |
1076 | ||
671f4ed1 DD |
1077 | 2009-06-09 Ian Lance Taylor <[email protected]> |
1078 | ||
1079 | * ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Define for C++. | |
1080 | ||
1316c8b3 NC |
1081 | 2009-06-15 Nick Clifton <[email protected]> |
1082 | ||
0313a2b8 NC |
1083 | * dis-asm.h (DISASSEMBLE_DATA): New value for the flags field of |
1084 | struct disassemble_info. | |
1316c8b3 | 1085 | |
8466c6d4 DD |
1086 | 2009-06-02 Ian Lance Taylor <[email protected]> |
1087 | ||
1088 | * ansidecl.h (EXPORTED_CONST): Define. | |
1089 | ||
52d6785f DD |
1090 | 2009-05-31 Ian Lance Taylor <[email protected]> |
1091 | ||
1092 | * ansidecl.h: Add extern "C" when compiling with C++. Treat C++ | |
1093 | the way we treat an ISO C compiler. Don't define inline as a | |
1094 | macdro when compiling with C++. | |
1095 | * dyn-string.h: Add header guard DYN_STRING_H. Add extern "C" | |
1096 | when compiling with C++. | |
1097 | * fibheap.h: Add extern "C" when compiling with C++. | |
1098 | ||
84983b1a TG |
1099 | 2009-05-25 Tristan Gingold <[email protected]> |
1100 | ||
1101 | * fopen-vms.h (FOPEN_RB, FOPEN_WB, FOPEN_AB, FOPEN_RUB, FOPEN_WUB, | |
1102 | FOPEN_AUB): Use "rfm=udf,rat=none" attribute. | |
1103 | ||
95e62385 L |
1104 | 2009-04-22 Taras Glek <[email protected]> |
1105 | ||
1106 | * hashtab.h: Update GTY annotations to new syntax. | |
1107 | * splay-tree.h: Likewise. | |
e48570bb | 1108 | |
a0c402a5 L |
1109 | 2009-04-08 H.J. Lu <[email protected]> |
1110 | ||
1111 | * bfdlink.h (bfd_link_info): Add warn_alternate_em. | |
1112 | ||
8d25cc3d AM |
1113 | 2009-03-18 Alan Modra <[email protected]> |
1114 | ||
1115 | * alloca-conf.h: Revise based on autoconf-2.61, autoconf-2.13 | |
1116 | documentation. | |
1117 | ||
c743cf5d DD |
1118 | 2009-03-17 Jason Merrill <[email protected]> |
1119 | ||
1120 | * demangle.h (enum demangle_component_type): Add | |
1121 | DEMANGLE_COMPONENT_FUNCTION_PARAM. | |
1122 | ||
fa7f3e72 CC |
1123 | 2008-12-01 Cary Coutant <[email protected]> |
1124 | ||
1125 | * plugin-api.h (LDPS_BAD_HANDLE): New constant. | |
1126 | (ld_plugin_get_input_file): New typedef. | |
1127 | (ld_plugin_release_input_file): New typedef. | |
1128 | (LDPT_GET_INPUT_FILE, LDPT_RELEASE_INPUT_FILE): New constants. | |
1129 | (struct ld_plugin_tv): Add two new fields. | |
1130 | ||
84e94c90 NC |
1131 | 2008-12-23 Jon Beniston <[email protected]> |
1132 | ||
1133 | * dis-asm.h: Add LM32 disassembler function prototype. | |
1134 | ||
d2825c1a DD |
1135 | 2008-12-10 Jason Merrill <[email protected]> |
1136 | ||
1137 | * demangle.h (enum demangle_component_type): Add | |
1138 | DEMANGLE_COMPONENT_FIXED_TYPE. | |
1139 | ||
6c52134c CC |
1140 | 2008-12-01 Cary Coutant <[email protected]> |
1141 | ||
1142 | * plugin-api.h (ld_plugin_message): Change format parameter to const. | |
1143 | ||
a6bfd026 CC |
1144 | 2008-12-01 Cary Coutant <[email protected]> |
1145 | ||
1146 | * plugin-api.h: Fix syntax error when compiling with C++. | |
1147 | ||
ae5a3597 AM |
1148 | 2008-11-26 Alan Modra <[email protected]> |
1149 | ||
1150 | PR 7047 | |
1151 | * bfdlink.h (struct bfd_elf_version_expr): Delete "symbol". | |
1152 | Add "literal". | |
1153 | ||
1fa3cd83 SA |
1154 | 2008-11-21 Sterling Augustine <[email protected]> |
1155 | ||
1156 | * xtensa-isa-internal.h (XTENSA_STATE_IS_SHARED_OR): New flag. | |
1157 | * xtensa-isa.h (xtensa_state_is_shared_or): New prototype. | |
1158 | ||
33430bd0 | 1159 | 2008-11-19 Bob Wilson <[email protected]> |
e4e42b45 | 1160 | |
33430bd0 BW |
1161 | * xtensa-config.h (XCHAL_HAVE_MUL16, XCHAL_HAVE_MUL32, XCHAL_HAVE_DIV32) |
1162 | (XCHAL_HAVE_MINMAX, XCHAL_HAVE_SEXT, XCHAL_HAVE_THREADPTR) | |
1163 | (XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): Change to 1. | |
1164 | (XCHAL_NUM_AREGS): Change to 32. | |
1165 | (XCHAL_ICACHE_SIZE, XCHAL_DCACHE_SIZE): Change to 16K. | |
1166 | (XCHAL_ICACHE_LINESIZE, XCHAL_DCACHE_LINESIZE): Change to 32. | |
1167 | (XCHAL_ICACHE_LINEWIDTH, XCHAL_DCACHE_LINEWIDTH): Change to 5. | |
1168 | (XCHAL_DCACHE_IS_WRITEBACK): Change to 1. | |
1169 | (XCHAL_DEBUGLEVEL): Change to 6. | |
e4e42b45 | 1170 | |
d387240a TG |
1171 | 2008-11-14 Tristan Gingold <[email protected]> |
1172 | ||
1173 | * fopen-vms.h (FOPEN_RB): Use a single string to match the | |
1174 | standard prototype. | |
1175 | (FOPEN_WB): Ditto. | |
1176 | (FOPEN_AB): Ditto. | |
1177 | (FOPEN_RUB): Ditto. | |
1178 | (FOPEN_WUB): Ditto. | |
1179 | (FOPEN_AUB): Ditto. | |
1180 | ||
75ded2db AM |
1181 | 2008-10-21 Alan Modra <[email protected]> |
1182 | ||
1183 | * obstack.h (obstack_finish <!__GNUC__>): Cast result to void *. | |
1184 | ||
1c08f2c8 DD |
1185 | 2008-10-06 Jason Merrill <[email protected]> |
1186 | ||
1187 | * demangle.h (enum demangle_component_type): Add | |
1188 | DEMANGLE_COMPONENT_PACK_EXPANSION. | |
1189 | ||
f1c4cc75 RH |
1190 | 2008-09-24 Richard Henderson <[email protected]> |
1191 | ||
1192 | * elf/dwarf2.h (DW_OP_GNU_encoded_addr): New. | |
1193 | ||
bbb444b6 ILT |
1194 | 2008-09-22 Rafael Espindola <[email protected]> |
1195 | ||
1196 | * plugin-api.h (ld_plugin_status): Remove comma from the last item. | |
1197 | Use C style comment. | |
1198 | (ld_plugin_api_version, ld_plugin_output_file_type, | |
1199 | ld_plugin_symbol_kind, ld_plugin_symbol_visibility, | |
1200 | ld_plugin_symbol_resolution, ld_plugin_level, ld_plugin_tag): Remove | |
1201 | comma from the last item. | |
1202 | ||
89fc3421 CC |
1203 | 2008-09-18 Cary Coutant <[email protected]> |
1204 | ||
1205 | Add plugin functionality for link-time optimization (LTO). | |
1206 | * plugin-api.h: New file. | |
1207 | ||
ba8cb4ba DD |
1208 | 2008-09-09 Jason Merrill <[email protected]> |
1209 | ||
1210 | * demangle.h (enum demangle_component_type): Add | |
1211 | DEMANGLE_COMPONENT_DECLTYPE. | |
1212 | ||
67efbf45 AM |
1213 | 2008-08-25 Alan Modra <[email protected]> |
1214 | ||
1215 | * binary-io.h: New file, imported from gnulib, but don't | |
1216 | #include <fcntl.h> or <stdio.h>. | |
1217 | ||
5c1d2f5f AM |
1218 | 2008-08-17 Alan Modra <[email protected]> |
1219 | ||
1220 | * bfdlink.h (bfd_generic_link_read_symbols): Declare. | |
1221 | ||
7b21ac3f EW |
1222 | 2008-08-08 Anatoly Sokolov <[email protected]> |
1223 | ||
1224 | * elf/avr.h (E_AVR_MACH_AVR25, E_AVR_MACH_AVR31, | |
1225 | E_AVR_MACH_AVR35, E_AVR_MACH_AVR51): Define. | |
1226 | (EF_AVR_MACH): Redefine to 0x7F. | |
1227 | * opcode/avr.h (AVR_ISA_TINY3, AVR_ISA_ALL, AVR_ISA_USB162): Remove. | |
1228 | (AVR_ISA_AVR3): Redefine. | |
1229 | (AVR_ISA_AVR1, AVR_ISA_AVR2, AVR_ISA_AVR31, AVR_ISA_AVR35, | |
1230 | AVR_ISA_AVR3_ALL, AVR_ISA_AVR4, AVR_ISA_AVR5, AVR_ISA_AVR51, | |
1231 | AVR_ISA_AVR6): Define. | |
1232 | ||
1bac266e JZ |
1233 | 2008-07-12 Jie Zhang <[email protected]> |
1234 | ||
1235 | Revert | |
1236 | 2008-07-12 Jie Zhang <[email protected]> | |
1237 | * bfdlink.h (struct bfd_link_info): Add sep_code member | |
1238 | variable. | |
1239 | * elf/bfin.h (EF_BFIN_CODE_IN_L1): Define. | |
1240 | (EF_BFIN_DATA_IN_L1): Define. | |
1241 | ||
8c684578 JZ |
1242 | 2008-07-12 Jie Zhang <[email protected]> |
1243 | ||
1244 | * bfdlink.h (struct bfd_link_info): Add sep_code member | |
1245 | variable. | |
1246 | * elf/bfin.h (EF_BFIN_CODE_IN_L1): Define. | |
1247 | (EF_BFIN_DATA_IN_L1): Define. | |
1248 | ||
6a4fe770 SS |
1249 | 2008-07-07 Stan Shebs <[email protected]> |
1250 | ||
1251 | * dis-asm.h (struct disassemble_info): Add endian_code field. | |
1252 | ||
0f963b24 JB |
1253 | 2008-07-07 Joel Brobecker <[email protected]> |
1254 | ||
1255 | * safe-ctype.h: Add #include of ctype.h before redefining | |
1256 | the ctype.h macros. | |
1257 | ||
d5721fa7 JB |
1258 | 2008-07-04 Joel Brobecker <[email protected]> |
1259 | ||
1260 | * safe-ctype.h: Remove #error when detecting that ctype.h has been | |
1261 | included. Redefine the various macros provided by ctype.h as | |
1262 | undefined variables. | |
1263 | ||
1e5d0832 DD |
1264 | 2008-06-23 Kaveh R. Ghazi <[email protected]> |
1265 | ||
1266 | * libiberty.h (XALLOCA, XDUP, XALLOCAVEC, XDUPVEC, XALLOCAVAR, | |
1267 | XDUPVAR, XOBNEWVEC, XOBNEWVAR): New. | |
1268 | ||
97407faf AM |
1269 | 2008-06-06 Alan Modra <[email protected]> |
1270 | ||
1271 | * bfdlink.h (struct bfd_link_info): Add "path_separator". | |
1272 | ||
112b7c50 AK |
1273 | 2008-04-10 Andreas Krebbel <[email protected]> |
1274 | ||
1275 | * dis-asm.h (print_s390_disassembler_options): | |
1276 | Prototype added. | |
1277 | ||
b68965a0 DD |
1278 | 2008-03-24 Ian Lance Taylor <[email protected]> |
1279 | ||
1280 | * sha1.h: New file, from gnulib. | |
1281 | ||
1282 | * md5.h: Add extern "C" when compiled with C++. | |
1283 | ||
66ce8439 ILT |
1284 | 2008-03-24 Ian Lance Taylor <[email protected]> |
1285 | ||
1286 | * md5.h: Add extern "C" when compiled with C++. | |
1287 | ||
91edef2d ILT |
1288 | 2008-03-21 Ian Lance Taylor <[email protected]> |
1289 | ||
1290 | * filenames.h: Add extern "C" when compiled with C++. | |
1291 | ||
f13a99db AM |
1292 | 2008-02-15 Alan Modra <[email protected]> |
1293 | ||
1294 | * bfdlink.h (struct bfd_link_hash_table): Delete creator field. | |
1295 | (struct bfd_link_info): Add output_bfd. | |
1296 | ||
6c7d412c BW |
1297 | 2008-02-11 Bob Wilson <[email protected]> |
1298 | ||
1299 | * xtensa-config.h (XCHAL_HAVE_THREADPTR): Redefine to zero. | |
1300 | (XCHAL_NUM_AREGS, XCHAL_MAX_INSTRUCTION_SIZE): New. | |
e4e42b45 | 1301 | |
830ef634 DD |
1302 | 2008-01-26 David Daney <[email protected]> |
1303 | ||
1304 | * demangle.h (demangle_component_type): Add | |
1305 | DEMANGLE_COMPONENT_JAVA_RESOURCE, | |
1306 | DEMANGLE_COMPONENT_COMPOUND_NAME, and | |
1307 | DEMANGLE_COMPONENT_CHARACTER as new enum values. | |
1308 | (demangle_component): Add struct s_character to union u. | |
1309 | ||
b14d30e1 JM |
1310 | 2007-11-07 Joseph Myers <[email protected]> |
1311 | Daniel Jacobowitz <[email protected]> | |
1312 | ||
1313 | * floatformat.h (struct floatformat): Add split_half field. | |
1314 | (floatformat_ibm_long_double): New. | |
1315 | ||
3a0ab695 DD |
1316 | 2007-09-06 Tom Tromey <[email protected]> |
1317 | ||
1318 | * libiberty.h (pex_free): Document process killing. | |
1319 | ||
8969a67f DD |
1320 | 2007-08-31 Douglas Gregor <[email protected]> |
1321 | ||
1322 | * demangle.h (enum demangle_component_type): Add | |
1323 | DEMANGLE_COMPONENT_RVALUE_REFERENCE. | |
1324 | ||
cd12e26d BE |
1325 | 2007-07-25 Ben Elliston <[email protected]> |
1326 | ||
1327 | * ternary.h: Remove. | |
1328 | ||
0a05a876 | 1329 | 2007-07-18 Bob Wilson <[email protected]> |
e4e42b45 | 1330 | |
0a05a876 BW |
1331 | * xtensa-config.h (XCHAL_HAVE_THREADPTR): New. |
1332 | (XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): New. | |
e4e42b45 | 1333 | |
bd0aa315 NC |
1334 | 2007-07-17 Nick Clifton <[email protected]> |
1335 | ||
1336 | * COPYING3: New file. Contains version 3 of the GNU General | |
1337 | Public License. | |
1338 | ||
d2df793a NC |
1339 | 2007-07-12 Kai Tietz <[email protected]> |
1340 | ||
ae8772e6 HPN |
1341 | * splay-tree.h (libi_uhostptr_t, libi_shostptr_t): Adjust types |
1342 | work-a-round whitespace problem in gcc gengtype. | |
1343 | ||
d2df793a NC |
1344 | * splay-tree.h (libi_uhostptr_t, libi_shostptr_t): New types, |
1345 | needed for WIN64 when a long is not wide enough for a pointer. | |
0fdaa005 | 1346 | (splay_tree_key, splay_tree_value): Use the new types. |
d2df793a | 1347 | |
fd2f25da RM |
1348 | 2007-07-09 Roland McGrath <[email protected]> |
1349 | ||
1350 | * bfdlink.h (struct bfd_link_info): Add member emit_note_gnu_build_id. | |
1351 | ||
a208b53c NC |
1352 | 2007-07-06 Nick Clifton <[email protected]> |
1353 | ||
1354 | * bfdlink.h: Update copyright notice to refer to GPLv3. | |
1355 | ||
3d3d428f NC |
1356 | 2007-06-29 M R Swami Reddy <[email protected]> |
1357 | ||
0fdaa005 | 1358 | * dis-asm.h (print_insn_cr16): New prototype. |
3d3d428f | 1359 | |
a9a4c53e AM |
1360 | 2007-06-01 Noah Misch <[email protected]> |
1361 | Alan Modra <[email protected]> | |
1362 | ||
1363 | * bfdlink.h (struct bfd_link_info): Add input_bfds_tail. | |
1364 | ||
0c18fee5 DD |
1365 | 2007-05-07 Nathan Froyd <[email protected]> |
1366 | ||
1367 | * libiberty.h (writeargv): Declare. | |
1368 | ||
49fa1e15 AM |
1369 | 2007-04-30 Alan Modra <[email protected]> |
1370 | ||
1371 | * bfdlink.h (struct bfd_link_info): Add "info" and "minfo". | |
1372 | ||
e8590c10 DD |
1373 | 2007-04-25 Mark Mitchell <[email protected]> |
1374 | ||
1375 | * demangle.h: Change license to LGPL + exception. | |
1376 | ||
4a828aab RH |
1377 | 2007-04-10 Richard Henderson <[email protected]> |
1378 | ||
1379 | * bfdlink.h (struct bfd_link_info): Add relax_trip. | |
1380 | ||
9c577e89 DD |
1381 | 2007-03-29 Joel Brobecker <[email protected]> |
1382 | ||
1383 | * filenames.h (FILENAME_CMP): Adjust define to call filename_cmp | |
1384 | regardless of the type of file system. | |
1385 | ||
e04d7611 DD |
1386 | 2007-03-06 Jan Hubicka <[email protected]> |
1387 | ||
1388 | * ansidecl.h (ATTRIBUTE_COLD, ATTRIBUTE_HOT): New. | |
1389 | ||
2889e75b NC |
1390 | 2007-02-21 Nick Clifton <[email protected]> |
1391 | ||
1392 | * bfdlink.h (struct bfd_link_callbacks): Add | |
1393 | override_segment_assignment field. | |
1394 | ||
92f01d61 JM |
1395 | 2007-02-17 Mark Mitchell <[email protected]> |
1396 | Nathan Sidwell <[email protected]> | |
1397 | Vladimir Prus <[email protected] | |
1398 | Joseph Myers <[email protected]> | |
1399 | ||
1400 | * bin-bugs.h: Remove. | |
1401 | ||
b5d7c748 DD |
1402 | 2007-02-09 Joseph S. Myers <[email protected]> |
1403 | ||
1404 | * libiberty.h (pex_write_input): Remove prototype. | |
1405 | ||
d6eafc3e DB |
1406 | 2007-02-05 Dave Brolley <[email protected]> |
1407 | ||
1408 | * Contribute the following changes: | |
1409 | 2001-03-26 Ben Elliston <[email protected]> | |
1410 | ||
1411 | * dis-asm.h (print_insn_mep): Declare. | |
1412 | ||
fc523535 | 1413 | 2007-02-02 H.J. Lu <[email protected]> |
f59a29b9 L |
1414 | |
1415 | * dis-asm.h (print_i386_disassembler_options): New. | |
1416 | ||
53d7966f | 1417 | 2007-01-31 Vladimir Prus <[email protected]> |
fd2f25da | 1418 | |
53d7966f VP |
1419 | * libiberty.h (PEX_STDERR_TO_PIPE): New define. |
1420 | (PEX_BINARY_ERROR): New define. | |
1421 | (pex_read_err): New function. | |
1422 | ||
208c1674 DD |
1423 | 2007-01-29 Simon Baldwin <[email protected]> |
1424 | ||
1425 | * demangle.h: New cplus_demangle_print_callback, | |
1426 | cplus_demangle_v3_callback, and java_demangle_v3_callback function | |
1427 | prototypes, and demangle_callbackref type definition. | |
1428 | ||
40b36307 L |
1429 | 2007-01-16 H.J. Lu <[email protected]> |
1430 | ||
1431 | PR ld/3831 | |
1432 | * bfdlink.h (bfd_link_info): Rename dynamic to dynamic_list. | |
fd2f25da | 1433 | Add dynamic and dynamic_data. |
40b36307 | 1434 | |
4fd454c8 NC |
1435 | 2006-12-05 Michael Tautschnig <[email protected]> |
1436 | Nick Clifton <[email protected]> | |
1437 | ||
1438 | * ansidecl.h (ATTRIBUTE_PACKED): Define. | |
1439 | ||
d8f813d4 | 1440 | 2006-11-30 Andrew Stubbs <[email protected]> |
40b36307 | 1441 | J"orn Rennecke <[email protected]> |
d8f813d4 JR |
1442 | |
1443 | PR driver/29931 | |
1444 | * libiberty.h (make_relative_prefix_ignore_links): Declare. | |
1445 | ||
2caa7ca0 BW |
1446 | 2006-11-27 Bob Wilson <[email protected]> |
1447 | ||
1448 | * xtensa-config.h (XSHAL_ABI): New. | |
1449 | (XTHAL_ABI_WINDOWED, XTHAL_ABI_CALL0): New. | |
1450 | ||
0154116a BW |
1451 | 2006-11-27 Bob Wilson <[email protected]> |
1452 | ||
1453 | * xtensa-isa.h (STATIC_LIBISA): Delete. | |
1454 | ||
2087ad84 PB |
1455 | 2006-10-30 Paul Brook <[email protected]> |
1456 | ||
1457 | * dis-asm.h (disassemble_info): Add symtab, symtab_pos and | |
1458 | symtab_size. | |
1459 | ||
c0f00686 L |
1460 | 2006-10-30 H.J. Lu <[email protected]> |
1461 | ||
1462 | PR ld/3111 | |
1463 | * bfdlink.h (bfd_link_info): Add reduce_memory_overheads. | |
1464 | ||
e9f53129 AM |
1465 | 2006-10-25 Trevor Smigiel <[email protected]> |
1466 | Yukishige Shibata <[email protected]> | |
1467 | Nobuhisa Fujinami <[email protected]> | |
1468 | Takeaki Fukuoka <[email protected]> | |
1469 | Alan Modra <[email protected]> | |
1470 | ||
1471 | * dis-asm.h (print_insn_spu): Declare. | |
1472 | ||
1c0d3aa6 NC |
1473 | 2006-09-17 Mei Ligang <[email protected]> |
1474 | ||
1475 | * dis-asm.h: Add prototypes for Score disassembler routines. | |
1476 | ||
55255dae L |
1477 | 2006-09-07 H.J. Lu <[email protected]> |
1478 | ||
1479 | * bfdlink.h (bfd_elf_dynamic_list): New. | |
1480 | (bfd_link_info): Add a dynamic field. | |
1481 | ||
c17d87de NC |
1482 | 2006-08-04 Marcelo Tosatti <[email protected]> |
1483 | ||
1484 | * bfdlink.h (struct bfd_link_info): New field: print_gc_sections. | |
1485 | ||
fdc90cb4 JJ |
1486 | 2006-07-10 Jakub Jelinek <[email protected]> |
1487 | ||
1488 | * bfdlink.h (struct bfd_link_info): Add emit_hash and | |
1489 | emit_gnu_hash bitfields. | |
1490 | ||
3db2e6dd DD |
1491 | 2006-04-11 Jim Blandy <[email protected]> |
1492 | ||
1493 | * libiberty.h (pex_input_file, pex_input_pipe): New declarations. | |
1494 | ||
fbbc3759 L |
1495 | 2006-04-06 H.J. Lu <[email protected]> |
1496 | ||
1497 | * bfdlink.h (bfd_link_info): Replace need_relax_finalize with | |
1498 | relax_pass. | |
1499 | ||
d70c5fc7 NC |
1500 | 2006-02-17 Shrirang Khisti <[email protected]> |
1501 | Anil Paranjape <[email protected]> | |
1502 | Shilin Shakti <[email protected]> | |
1503 | ||
1504 | * dis-asm.h (print_insn_xc16c): New prototype. | |
1505 | ||
dd942754 DD |
1506 | 2006-01-18 DJ Delorie <[email protected]> |
1507 | ||
1508 | * md5.h: Include ansidecl.h | |
1509 | ||
d99b6465 AS |
1510 | 2006-01-17 Andreas Schwab <[email protected]> |
1511 | ||
1512 | PR binutils/1486 | |
1513 | * dis-asm.h (struct disassemble_info): Add | |
1514 | disassembler_needs_relocs. | |
1515 | ||
51d04b5c BW |
1516 | 2006-01-09 Bob Wilson <[email protected]> |
1517 | ||
1518 | * xtensa-config.h (XCHAL_HAVE_MUL32_HIGH): Define. | |
1519 | ||
b2d179be BW |
1520 | 2005-12-30 Bob Wilson <[email protected]> |
1521 | ||
1522 | * xtensa-config.h (XCHAL_HAVE_WIDE_BRANCHES): New. | |
1523 | ||
d031aafb NS |
1524 | 2005-12-16 Nathan Sidwell <[email protected]> |
1525 | ||
1526 | Second part of ms1 to mt renaming. | |
1527 | * dis-asm.h (print_insn_mt): Renamed. | |
1528 | ||
7887b2ce DD |
1529 | 2005-12-10 Terry Laurenzo <[email protected]> |
1530 | ||
1531 | PR java/9861 | |
1532 | * demangle.h : Add DMGL_RET_POSTFIX define to enable alternative | |
1533 | output format for return types | |
1534 | ||
6ed89c00 AM |
1535 | 2005-11-03 Alan Modra <[email protected]> |
1536 | ||
1537 | * bfdlink.h (struct bfd_link_order): Tweak comment. | |
1538 | ||
fb10537e DD |
1539 | 2005-10-31 Mark Kettenis <[email protected]> |
1540 | ||
1541 | * floatformat.h (enum floatformat_byteorders): Add | |
1542 | floatformat_vax. | |
1543 | (floatformat_vax_aingle, floatformat_vax_double): Declare. | |
1544 | ||
16175d96 DB |
1545 | 2005-10-28 Dave Brolley <[email protected]> |
1546 | ||
1547 | Contribute the following changes: | |
1548 | 2003-09-29 Dave Brolley <[email protected]> | |
1549 | ||
1550 | * dis-asm.h (disassemble_info): insn_sets now (void *) to allow for | |
1551 | more exotic underlying types to be used. | |
1552 | ||
3c9b82ba NC |
1553 | 2005-10-25 Arnold Metselaar <[email protected]> |
1554 | ||
1555 | disasm.h: Add declaration for print_insn_z80 | |
1556 | ||
dc603df5 CM |
1557 | 2005-09-30 Catherine Moore <[email protected]> |
1558 | ||
1559 | * dis-asm.h (print_insn_bfin): Declare. | |
dc603df5 | 1560 | |
7b17bc29 MM |
1561 | 2005-09-26 Mark Mitchell <[email protected]> |
1562 | ||
1563 | * libiberty.h (expandargv): New function. | |
1564 | ||
c17ae8a2 AM |
1565 | 2005-08-18 Alan Modra <[email protected]> |
1566 | ||
1567 | * bfdlink.h: Remove mention of a29k. | |
1568 | * dis-asm.h: Remove a29k support. | |
c17ae8a2 | 1569 | |
3b6940c0 DD |
1570 | 2005-08-17 Mark Kettenis <[email protected]> |
1571 | ||
1572 | * floatformat.h (struct floatformat): Change type of large | |
1573 | argument for is_valid member to `const void *'. | |
1574 | (floatformat_to_double): Change type of second argument to `const | |
1575 | void *'. | |
1576 | (floatformat_from_double): Change type of last argument to `void | |
1577 | *'. | |
1578 | (floatformat_is_valid): Change type of last argument to `const | |
1579 | void *'. | |
1580 | ||
49f58d10 JB |
1581 | 2005-07-14 Jim Blandy <[email protected]> |
1582 | ||
1583 | * dis-asm.h (print_insn_m32c): New declaration. | |
1584 | ||
f2942ea4 DD |
1585 | 2005-07-12 Ben Elliston <[email protected]> |
1586 | ||
1587 | * xregex2.h (regexec): Qualify this prototype with __extension__ | |
1588 | when compiling with GNU C. | |
1589 | ||
0fd3a477 JW |
1590 | 2005-07-07 Kaveh R. Ghazi <[email protected]> |
1591 | ||
1592 | * dis-asm.h (fprintf_ftype): Add format attribute. | |
1593 | ||
6ba85b8c DD |
1594 | 2005-07-03 Steve Ellcey <[email protected]> |
1595 | ||
1596 | PR other/13906 | |
1597 | * ansidecl.h (ATTRIBUTE_ALIGNED_ALIGNOF): New. | |
1598 | * md5.h (md5_uintptr): New. | |
1599 | (md5_ctx): Align buffer field. | |
1600 | ||
c3cca4c9 DD |
1601 | 2005-06-30 Daniel Berlin <[email protected]> |
1602 | ||
1603 | * hashtab.h (HTAB_DELETED_ENTRY): New macro. | |
1604 | (HTAB_EMPTY_ENTRY): New macro. | |
1605 | ||
67f3cb05 GK |
1606 | 2005-06-20 Geoffrey Keating <[email protected]> |
1607 | ||
fd2f25da | 1608 | * libiberty.h (strverscmp): Prototype. |
67f3cb05 | 1609 | |
08d8fa11 JJ |
1610 | 2005-06-17 Jakub Jelinek <[email protected]> |
1611 | ||
1612 | * elf/external.h (GRP_ENTRY_SIZE): Define. | |
1613 | ||
6b5d3a4d ZW |
1614 | 2005-06-08 Zack Weinberg <[email protected]> |
1615 | ||
1616 | * dis-asm.h (get_arm_regnames): Update prototype. | |
1617 | ||
3f1c9c12 AH |
1618 | 2005-06-07 Aldy Hernandez <[email protected]> |
1619 | Michael Snyder <[email protected]> | |
1620 | Stan Cox <[email protected]> | |
1621 | ||
1622 | * dis-asm.h: Externalize print_insn_ms1. | |
1623 | ||
d30d42d1 DD |
1624 | 2005-06-06 Gabriel Dos Reis <[email protected]> |
1625 | ||
1626 | * libiberty.h (XOBFINISH): New. | |
1627 | ||
e1fffbe6 AM |
1628 | 2005-06-03 Alan Modra <[email protected]> |
1629 | ||
1630 | * bfdlink.h (struct bfd_link_callbacks): Add einfo. | |
1631 | ||
c2bd6e35 DD |
1632 | 2005-06-01 Kaveh R. Ghazi <[email protected]> |
1633 | ||
1634 | * libiberty.h (vsnprintf): Add format attribute. | |
1635 | ||
e9472921 DD |
1636 | 2005-05-29 Kaveh R. Ghazi <[email protected]> |
1637 | ||
1638 | * ansidecl.h: Add ATTRIBUTE_FPTR_PRINTF. | |
1639 | ||
01e94249 DD |
1640 | 2005-05-28 Eli Zaretskii <[email protected]> |
1641 | ||
1642 | * libiberty.h: (snprintf) [!HAVE_DECL_SNPRINTF]: Declare if | |
1643 | needed. | |
1644 | (vsnprintf) [!HAVE_DECL_VSNPRINTF]: Declare if needed. | |
1645 | ||
839e4798 RH |
1646 | 2005-05-25 Richard Henderson <[email protected]> |
1647 | ||
1648 | * demangle.h (DEMANGLE_COMPONENT_HIDDEN_ALIAS): New. | |
1649 | ||
abf6a75b DD |
1650 | 2005-05-24 Gabriel Dos Reis <[email protected]> |
1651 | ||
1652 | * libiberty.h (ACONCAT): Properly cast value of alloca(). | |
1653 | ||
1654 | * ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Don't define if | |
1655 | __cplusplus. | |
1656 | ||
aaac3631 DD |
1657 | 2005-05-12 Steve Ellcey <[email protected]> |
1658 | ||
1659 | libiberty.h: Do not define empty basename prototype. | |
1660 | ||
e172dbf8 NC |
1661 | 2005-05-10 Nick Clifton <[email protected]> |
1662 | ||
1663 | * Update the address and phone number of the FSF organization in | |
1664 | the GPL notices in the following files: | |
1665 | COPYING, ansidecl.h, bfdlink.h, bout.h, demangle.h, dis-asm.h, | |
1666 | dyn-string.h, fibheap.h, filenames.h, floatformat.h, | |
1667 | fnmatch.h, gdbm.h, getopt.h, hashtab.h, hp-symtab.h, ieee.h, | |
1668 | libiberty.h, md5.h, oasys.h, objalloc.h, obstack.h, os9k.h, | |
1669 | partition.h, progress.h, safe-ctype.h, sort.h, splay-tree.h, | |
1670 | symcat.h, ternary.h, xregex2.h, xtensa-config.h, | |
1671 | xtensa-isa-internal.h, xtensa-isa.h | |
1672 | ||
c631edf1 DD |
1673 | 2005-04-25 Kaveh R. Ghazi <[email protected]> |
1674 | ||
1675 | * libiberty.h (unlock_std_streams): New. | |
1676 | ||
a288642d DD |
1677 | 2005-04-19 Kaveh R. Ghazi <[email protected]> |
1678 | ||
1679 | * hashtab.h, libiberty.h, objalloc.h, splay-tree.h, ternary.h: | |
1680 | Don't use the PTR macro. | |
1681 | ||
1682 | * sort.h: Don't use the PARAMS macro. | |
1683 | ||
7b6f6286 DD |
1684 | 2005-04-16 Kaveh R. Ghazi <[email protected]> |
1685 | ||
1686 | * libiberty.h (unlock_stream): New. | |
1687 | ||
ab70e2a5 DD |
1688 | 2005-04-13 Kaveh R. Ghazi <[email protected]> |
1689 | ||
1690 | * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked): | |
1691 | Remove parameter names. | |
1692 | ||
ac119ae8 DD |
1693 | 2005-04-11 Kaveh R. Ghazi <[email protected]> |
1694 | ||
1695 | * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked): | |
1696 | Provide prototypes for new functions. | |
1697 | ||
7e10245c DD |
1698 | 2005-03-29 Ian Lance Taylor <[email protected]> |
1699 | ||
1700 | * libiberty.h: Fix indentation. | |
1701 | ||
b109e79a ILT |
1702 | 2005-03-28 Ian Lance Taylor <[email protected]> |
1703 | ||
1704 | * libiberty.h: Include <stdio.h>. | |
1705 | (PEX_RECORD_TIMES, PEX_USE_PIPES, PEX_SAVE_TEMPS): Define. | |
1706 | (PEX_LAST, PEX_SEARCH, PEX_SUFFIX, PEX_STDERR_TO_STDOUT): Define. | |
1707 | (PEX_BINARY_INPUT, PEX_BINARY_OUTPUT): Define. | |
1708 | (pex_init, pex_run, pex_read_output): Declare. | |
1709 | (pex_get_status, pex_get_times, pex_free, pex_one): Declare. | |
1710 | (struct pex_time): Define. | |
1711 | ||
3d0dfe26 MM |
1712 | 2005-03-28 Mark Mitchell <[email protected]> |
1713 | ||
1714 | * libiberty.h (ffs): Declare, if necessary. | |
e1fffbe6 | 1715 | |
49b1fae4 DD |
1716 | 2005-03-27 Gabriel Dos Reis <[email protected]> |
1717 | ||
1718 | * ternary.h: Don't use PARAMS anymore. | |
1719 | ||
1720 | 2005-03-27 Gabriel Dos Reis <[email protected]> | |
1721 | ||
1722 | * md5.h: Remove definition and uses of __P. | |
1723 | * dyn-string.h: Remove uses of PARAMS. | |
1724 | * fibheap.h: Likewise. | |
1725 | * floatformat.h: Likewise. | |
1726 | * hashtab.h: Likewise. | |
1727 | ||
9334f9c6 DD |
1728 | 2005-03-26 Gabriel Dos Reis <[email protected]> |
1729 | ||
1730 | * demangle.h: Remove uses of PARAMS. | |
1731 | ||
1732 | * libiberty.h (ANSI_PROTOTYPES): Remove guard since | |
1733 | ANSI_PROTOTYPES is always assumed. | |
1734 | Remove uses of PARAMS throughout. | |
1735 | ||
0fad4bdb DD |
1736 | 2005-03-24 Kaveh R. Ghazi <[email protected]> |
1737 | ||
1738 | * libiberty.h (xstrndup): Declare. | |
1739 | ||
1ec0126d DD |
1740 | 2005-03-22 Kaveh R. Ghazi <[email protected]> |
1741 | ||
1742 | * libiberty.h (make_relative_prefix): Add ATTRIBUTE_MALLOC. | |
1743 | ||
1fbc7e7a BW |
1744 | 2005-03-22 Bob Wilson <[email protected]> |
1745 | ||
1746 | * xtensa-isa.h: Update a comment and whitespace. | |
1747 | ||
57316bff L |
1748 | 2005-03-16 H.J. Lu <[email protected]> |
1749 | ||
1750 | * bfdlink.h (bfd_link_info): Add gc_sections. | |
1751 | ||
8ec32723 DD |
1752 | 2005-03-09 Mark Mitchell <[email protected]> |
1753 | ||
1754 | * libiberty.h (gettimeofday): Declare. | |
1755 | ||
190eb137 DD |
1756 | 2005-03-01 Jan Beulich <[email protected]> |
1757 | ||
1758 | * libiberty.h: Declare unlink_if_ordinary. | |
1759 | ||
f075ee0c AM |
1760 | 2005-02-21 Alan Modra <[email protected]> |
1761 | ||
1762 | * xtensa-isa-internal.h (xtensa_length_decode_fn): Warning fix. | |
1763 | * xtensa-isa.h (xtensa_insnbuf_to_chars): Likewise. | |
1764 | (xtensa_insnbuf_from_chars, xtensa_isa_length_from_chars): Likewise. | |
1765 | ||
8adce22d DD |
1766 | 2005-02-14 Paolo Bonzini <[email protected]> |
1767 | ||
1768 | PR bootstrap/19818 | |
1769 | * ansidecl.h (PARAMS): Guard from redefinition. | |
1770 | ||
11f25ea6 AM |
1771 | 2005-02-03 Alan Modra <[email protected]> |
1772 | ||
1773 | * bfdlink.h (struct bfd_link_hash_entry): Add u.undef.weak. | |
1774 | ||
77cfaee6 AM |
1775 | 2005-02-01 Alan Modra <[email protected]> |
1776 | ||
1777 | * bfdlink.h (bfd_link_repair_undef_list): Declare. | |
1778 | ||
0bcb06d2 AS |
1779 | 2005-01-10 Andreas Schwab <[email protected]> |
1780 | ||
1781 | * dis-asm.h (struct disassemble_info): Add skip_zeroes and | |
1782 | skip_zeroes_at_end. | |
1783 | ||
40a59a4c DD |
1784 | 2004-12-11 Ben Elliston <[email protected]> |
1785 | ||
1786 | * fibheap.h (struct fibnode): Only use unsigned long bitfields | |
1787 | when __GNUC__ is defined and ints are less than 32-bits wide. | |
1788 | ||
fc0e6df6 PB |
1789 | 2004-11-04 Paul Brook <[email protected]> |
1790 | ||
1791 | * bfdlink.h (bfd_link_info): Add default_imported_symver. | |
1792 | ||
a1ace8d8 BW |
1793 | 2004-11-12 Bob Wilson <[email protected]> |
1794 | ||
1795 | * xtensa-isa-internal.h (xtensa_interface_internal): Add class_id. | |
1796 | * xtensa-isa.h (xtensa_interface_class_id): New prototype. | |
1797 | ||
7499d566 NC |
1798 | 2004-11-08 Inderpreet Singh <[email protected]> |
1799 | Vineet Sharma <[email protected]> | |
1800 | ||
1801 | * dis-asm.h: Add prototype for print_insn_maxq_little. | |
1802 | ||
3e3b46e5 PB |
1803 | 2004-10-26 Paul Brook <[email protected]> |
1804 | ||
1805 | * bfdlink.h (struct bfd_link_info): Add create_default_symver. | |
1806 | ||
dfeffb9f L |
1807 | 2004-10-21 H.J. Lu <[email protected]> |
1808 | ||
1809 | PR 463 | |
1810 | * bfdlink.h (bfd_link_callbacks): Add a pointer to struct | |
1811 | bfd_link_hash_entry to reloc_overflow. | |
1812 | ||
43cd72b9 BW |
1813 | 2004-10-07 Bob Wilson <[email protected]> |
1814 | ||
1815 | * xtensa-config.h (XSHAL_USE_ABSOLUTE_LITERALS, | |
1816 | XCHAL_HAVE_PREDICTED_BRANCHES, XCHAL_INST_FETCH_WIDTH): New. | |
1817 | (XCHAL_EXTRA_SA_SIZE, XCHAL_EXTRA_SA_ALIGN): Delete. | |
c44050dc | 1818 | |
43cd72b9 BW |
1819 | * xtensa-isa-internal.h (ISA_INTERFACE_VERSION): Delete. |
1820 | (config_sturct struct): Delete. | |
1821 | (XTENSA_OPERAND_IS_REGISTER, XTENSA_OPERAND_IS_PCRELATIVE, | |
1822 | XTENSA_OPERAND_IS_INVISIBLE, XTENSA_OPERAND_IS_UNKNOWN, | |
1823 | XTENSA_OPCODE_IS_BRANCH, XTENSA_OPCODE_IS_JUMP, | |
1824 | XTENSA_OPCODE_IS_LOOP, XTENSA_OPCODE_IS_CALL, | |
1825 | XTENSA_STATE_IS_EXPORTED, XTENSA_INTERFACE_HAS_SIDE_EFFECT): Define. | |
1826 | (xtensa_format_encode_fn, xtensa_get_slot_fn, xtensa_set_slot_fn): New. | |
1827 | (xtensa_insn_decode_fn): Rename to ... | |
1828 | (xtensa_opcode_decode_fn): ... this. | |
1829 | (xtensa_immed_decode_fn, xtensa_immed_encode_fn, xtensa_do_reloc_fn, | |
1830 | xtensa_undo_reloc_fn): Update. | |
1831 | (xtensa_encoding_template_fn): Delete. | |
1832 | (xtensa_opcode_encode_fn, xtensa_format_decode_fn, | |
1833 | xtensa_length_decode_fn): New. | |
1834 | (xtensa_format_internal, xtensa_slot_internal): New types. | |
1835 | (xtensa_operand_internal): Delete operand_kind, inout, isPCRelative, | |
1836 | get_field, and set_field fields. Add name, field_id, regfile, | |
1837 | num_regs, and flags fields. | |
1838 | (xtensa_arg_internal): New type. | |
1839 | (xtensa_iclass_internal): Change operands field to array of | |
1840 | xtensa_arg_internal. Add num_stateOperands, stateOperands, | |
1841 | num_interfaceOperands, and interfaceOperands fields. | |
1842 | (xtensa_opcode_internal): Delete length, template, and iclass fields. | |
1843 | Add iclass_id, flags, encode_fns, num_funcUnit_uses, and funcUnit_uses. | |
1844 | (opname_lookup_entry): Delete. | |
1845 | (xtensa_regfile_internal, xtensa_interface_internal, | |
1846 | xtensa_funcUnit_internal, xtensa_state_internal, | |
1847 | xtensa_sysreg_internal, xtensa_lookup_entry): New. | |
1848 | (xtensa_isa_internal): Replace opcode_table field with opcodes field. | |
1849 | Change type of opname_lookup_table. Delete num_modules, | |
1850 | module_opcode_base, module_decode_fn, config, and has_density fields. | |
1851 | Add num_formats, formats, format_decode_fn, length_decode_fn, | |
1852 | num_slots, slots, num_fields, num_operands, operands, num_iclasses, | |
1853 | iclasses, num_regfiles, regfiles, num_states, states, | |
1854 | state_lookup_table, num_sysregs, sysregs, sysreg_lookup_table, | |
1855 | max_sysreg_num, sysreg_table, num_interfaces, interfaces, | |
1856 | interface_lookup_table, num_funcUnits, funcUnits and | |
1857 | funcUnit_lookup_table fields. | |
1858 | (xtensa_isa_module, xtensa_isa_modules): Delete. | |
1859 | (xtensa_isa_name_compare): New prototype. | |
1860 | (xtisa_errno, xtisa_error_msg): New. | |
1861 | * xtensa-isa.h (XTENSA_ISA_VERSION): Define. | |
1862 | (xtensa_isa): Change type. | |
1863 | (xtensa_operand): Delete. | |
1864 | (xtensa_format, xtensa_regfile, xtensa_state, xtensa_sysreg, | |
1865 | xtensa_interface, xtensa_funcUnit, xtensa_isa_status, | |
1866 | xtensa_funcUnit_use): New types. | |
1867 | (libisa_module_specifier): Delete. | |
1868 | (xtensa_isa_errno, xtensa_isa_error_msg): New prototypes. | |
1869 | (xtensa_insnbuf_free, xtensa_insnbuf_to_chars, | |
1870 | xtensa_insnbuf_from_chars): Update prototypes. | |
1871 | (xtensa_load_isa, xtensa_extend_isa, xtensa_default_isa, | |
1872 | xtensa_insn_maxlength, xtensa_num_opcodes, xtensa_decode_insn, | |
1873 | xtensa_encode_insn, xtensa_insn_length, | |
1874 | xtensa_insn_length_from_first_byte, xtensa_num_operands, | |
1875 | xtensa_operand_kind, xtensa_encode_result, | |
1876 | xtensa_operand_isPCRelative): Delete. | |
1877 | (xtensa_isa_init, xtensa_operand_inout, xtensa_operand_get_field, | |
1878 | xtensa_operand_set_field, xtensa_operand_encode, | |
1879 | xtensa_operand_decode, xtensa_operand_do_reloc, | |
1880 | xtensa_operand_undo_reloc): Update prototypes. | |
1881 | (xtensa_isa_maxlength, xtensa_isa_length_from_chars, | |
1882 | xtensa_isa_num_pipe_stages, xtensa_isa_num_formats, | |
1883 | xtensa_isa_num_opcodes, xtensa_isa_num_regfiles, xtensa_isa_num_states, | |
1884 | xtensa_isa_num_sysregs, xtensa_isa_num_interfaces, | |
1885 | xtensa_isa_num_funcUnits, xtensa_format_name, xtensa_format_lookup, | |
1886 | xtensa_format_decode, xtensa_format_encode, xtensa_format_length, | |
1887 | xtensa_format_num_slots, xtensa_format_slot_nop_opcode, | |
1888 | xtensa_format_get_slot, xtensa_format_set_slot, xtensa_opcode_decode, | |
1889 | xtensa_opcode_encode, xtensa_opcode_is_branch, xtensa_opcode_is_jump, | |
1890 | xtensa_opcode_is_loop, xtensa_opcode_is_call, | |
1891 | xtensa_opcode_num_operands, xtensa_opcode_num_stateOperands, | |
1892 | xtensa_opcode_num_interfaceOperands, xtensa_opcode_num_funcUnit_uses, | |
1893 | xtensa_opcode_funcUnit_use, xtensa_operand_name, | |
1894 | xtensa_operand_is_visible, xtensa_operand_is_register, | |
1895 | xtensa_operand_regfile, xtensa_operand_num_regs, | |
1896 | xtensa_operand_is_known_reg, xtensa_operand_is_PCrelative, | |
1897 | xtensa_stateOperand_state, xtensa_stateOperand_inout, | |
1898 | xtensa_interfaceOperand_interface, xtensa_regfile_lookup, | |
1899 | xtensa_regfile_lookup_shortname, xtensa_regfile_name, | |
1900 | xtensa_regfile_shortname, xtensa_regfile_view_parent, | |
1901 | xtensa_regfile_num_bits, xtensa_regfile_num_entries, | |
1902 | xtensa_state_lookup, xtensa_state_name, xtensa_state_num_bits, | |
1903 | xtensa_state_is_exported, xtensa_sysreg_lookup, | |
1904 | xtensa_sysreg_lookup_name, xtensa_sysreg_name, xtensa_sysreg_number, | |
1905 | xtensa_sysreg_is_user, xtensa_interface_lookup, xtensa_interface_name, | |
1906 | xtensa_interface_num_bits, xtensa_interface_inout, | |
1907 | xtensa_interface_has_side_effect, xtensa_funcUnit_lookup, | |
1908 | xtensa_funcUnit_name, xtensa_funcUnit_num_copies): New prototypes. | |
8fdd7217 NC |
1909 | 2004-10-07 Jeff Baker <[email protected]> |
1910 | ||
1911 | * bfdlink.h (bfd_link_info): Add bitfield: warn_shared_textrel. | |
1912 | ||
f6e332e6 AM |
1913 | 2004-09-17 Alan Modra <[email protected]> |
1914 | ||
1915 | * bfdlink.h (struct bfd_link_hash_entry): Move und_next into elements | |
1916 | of union. | |
1917 | ||
79fadcb0 DD |
1918 | 2004-09-13 Aaron W. LaFramboise <[email protected]> |
1919 | ||
1920 | * libiberty.h (basename): Prototype for __MINGW32__. | |
1921 | ||
a5ecc6a5 DD |
1922 | 2004-09-04 Kaveh R. Ghazi <[email protected]> |
1923 | ||
1924 | * ansidecl.h (ATTRIBUTE_SENTINEL): Define. | |
1925 | * libiberty.h (concat, reconcat, concat_length, concat_copy, | |
1926 | concat_copy2): Use ATTRIBUTE_SENTINEL. | |
1927 | ||
d003868e AM |
1928 | 2004-08-13 Alan Modra <[email protected]> |
1929 | ||
1930 | * bfdlink.h (struct bfd_link_callbacks): Remove "error_handler". | |
1931 | (LD_DEFINITION_IN_DISCARDED_SECTION): Delete. | |
1932 | ||
deaa6723 DD |
1933 | 2004-08-02 Gabriel Dos Reis <[email protected]> |
1934 | ||
1935 | * libiberty.h (XDELETE, XDELETEVEC, XRESIZEVEC): Remove any | |
1936 | const-qualification before disposal. | |
1937 | ||
d5b4094f DD |
1938 | 2004-07-24 Bernardo Innocenti <[email protected]> |
1939 | ||
1940 | * ansidecl.h (ARG_UNUSED): New Macro. | |
1941 | ||
60ee6567 L |
1942 | 2004-07-23 H.J. Lu <[email protected]> |
1943 | ||
1944 | * bin-bugs.h (REPORT_BUGS_TO): Set to | |
1945 | "<URL:http://www.sourceware.org/bugzilla/>". | |
1946 | ||
a35b6b04 DD |
1947 | 2004-07-21 Paolo Bonzini <[email protected]> |
1948 | ||
1949 | * ansidecl.h (ATTRIBUTE_PURE): New. | |
1950 | ||
7ab9a76e DD |
1951 | 2004-07-13 Bernardo Innocenti <[email protected]> |
1952 | ||
1953 | * libiberty.h (XNEW, XCNEW, XNEWVEC, XCNEWVEC, XOBNEW): Move here from | |
1954 | libcpp/internal.h. | |
1955 | (XDELETE, XRESIZEVEC, XDELETEVEC, XNEWVAR, XCNEWVAR, XRESIZEVAR): New | |
1956 | macros. | |
1957 | ||
1958 | 2004-07-13 Bernardo Innocenti <[email protected]> | |
1959 | ||
1960 | * libiberty.h (ASTRDUP): Add casts required for stricter | |
1961 | type conversion rules of C++. | |
1962 | * obstack.h (obstack_free): Likewise. | |
1963 | ||
1fe1f39c NC |
1964 | 2004-07-07 Tomer Levi <[email protected]> |
1965 | ||
1966 | * dis-asm.h (print_insn_crx): Declare. | |
1967 | ||
eea6121a AM |
1968 | 2004-06-24 Alan Modra <[email protected]> |
1969 | ||
1970 | * bfdlink.h (struct bfd_link_order): Update comment. | |
1971 | ||
8c37241b JJ |
1972 | 2004-05-11 Jakub Jelinek <[email protected]> |
1973 | ||
1974 | * bfdlink.h (struct bfd_link_info): Add relro, relro_start and | |
1975 | relro_end fields. | |
8c37241b | 1976 | |
619874a6 DD |
1977 | 2004-05-04 Andreas Jaeger <[email protected]> |
1978 | ||
1979 | * demangle.h: Do not use C++ reserved keyword typename as | |
1980 | parameter for cplus_demangle_fill_builtin_type. | |
1981 | ||
bb6a587d DD |
1982 | 2004-04-22 Richard Henderson <[email protected]> |
1983 | ||
1984 | * hashtab.h (struct htab): Add size_prime_index. | |
1985 | ||
d6ea4e80 DD |
1986 | 2004-04-13 Jeff Law <[email protected]> |
1987 | ||
1988 | * hashtab.h (htab_remove_elt_with_hash): Prototype new function. | |
1989 | ||
f29d4bb8 DD |
1990 | 2004-03-30 Zack Weinberg <[email protected]> |
1991 | ||
1992 | * hashtab.h, splay-tree.h: Use new shorter form of GTY markers. | |
1993 | ||
75d5e263 SS |
1994 | 2004-03-25 Stan Shebs <[email protected]> |
1995 | ||
1996 | * mpw/: Remove subdirectory and everything in it. | |
1997 | ||
b9cf773d AM |
1998 | 2004-03-23 Alan Modra <[email protected]> |
1999 | ||
2000 | PR 51. | |
2001 | * bfdlink.h (struct bfd_link_info): Add wrap_char. | |
2002 | ||
59c2e50f L |
2003 | 2004-03-20 H.J. Lu <[email protected]> |
2004 | ||
2005 | * bfdlink.h (bfd_link_info): Correct comments for the | |
2006 | unresolved_syms_in_objects field. | |
2007 | ||
099f84cf DD |
2008 | 2004-02-24 Ian Lance Taylor <[email protected]> |
2009 | ||
2010 | * dyn-string.h: Update copyright date. | |
2011 | ||
74aee4eb DD |
2012 | 2004-02-23 Ian Lance Taylor <[email protected]> |
2013 | ||
2014 | * dyn-string.h: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and | |
2015 | the associated #defines. | |
2016 | ||
59727473 DD |
2017 | 2004-01-12 Ian Lance Taylor <[email protected]> |
2018 | ||
062054c5 ILT |
2019 | * demangle.h: Instead of checking ANSI_PROTOTYPES, just include |
2020 | "libiberty.h". | |
2021 | ||
9850ebe2 ILT |
2022 | * demangle.h: If ANSI_PROTOTYPES is defined, include <stddef.h>. |
2023 | ||
59727473 DD |
2024 | * demangle.h (enum demangle_component_type): Define. |
2025 | (struct demangle_operator_info): Declare. | |
2026 | (struct demangle_builtin_type_info): Declare. | |
2027 | (struct demangle_component): Define. | |
2028 | (cplus_demangle_fill_component): Declare. | |
2029 | (cplus_demangle_fill_name): Declare. | |
2030 | (cplus_demangle_fill_builtin_type): Declare. | |
2031 | (cplus_demangle_fill_operator): Declare. | |
2032 | (cplus_demangle_fill_extended_operator): Declare. | |
2033 | (cplus_demangle_fill_ctor, cplus_demangle_fill_dtor): Declare. | |
2034 | (cplus_demangle_v3_components): Declare. | |
2035 | (cplus_demangle_print): Declare. | |
2036 | ||
10ca0e95 | 2037 | For older changes see ChangeLog-9103 |
252b5132 | 2038 | \f |
752937aa NC |
2039 | Copyright (C) 2004-2012 Free Software Foundation, Inc. |
2040 | ||
2041 | Copying and distribution of this file, with or without modification, | |
2042 | are permitted in any medium without royalty provided the copyright | |
2043 | notice and this notice are preserved. | |
2044 | ||
252b5132 RH |
2045 | Local Variables: |
2046 | mode: change-log | |
2047 | left-margin: 8 | |
2048 | fill-column: 74 | |
2049 | version-control: never | |
2050 | End: |