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