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