xref: /netbsd-src/external/gpl3/binutils.old/dist/include/ChangeLog-9103 (revision 75fd0b742a7e4a64301bc6c44e9bc5240c58bb92)
1*75fd0b74Schristos2003-12-19  Andreas Tobler  <a.tobler@schweiz.ch>
2*75fd0b74Schristos
3*75fd0b74Schristos	* include/fibheap.h (fibnode): Use __extension__ for
4*75fd0b74Schristos	bit-fields mark and degree if __GNUC__.
5*75fd0b74Schristos
6*75fd0b74Schristos2003-12-18  Kazu Hirata  <kazu@cs.umass.edu>
7*75fd0b74Schristos
8*75fd0b74Schristos	* include/fibheap.h (fibnode): Use unsigned long int for
9*75fd0b74Schristos	bit-fields if __GNUC__ is defined.
10*75fd0b74Schristos
11*75fd0b74Schristos2003-12-19  Andreas Tobler  <a.tobler@schweiz.ch>
12*75fd0b74Schristos
13*75fd0b74Schristos	* fibheap.h (fibnode): Use __extension__ for
14*75fd0b74Schristos	bit-fields mark and degree if __GNUC__.
15*75fd0b74Schristos
16*75fd0b74Schristos2003-12-18  Kazu Hirata  <kazu@cs.umass.edu>
17*75fd0b74Schristos
18*75fd0b74Schristos	* fibheap.h (fibnode): Use unsigned long int for
19*75fd0b74Schristos	bit-fields if __GNUC__ is defined.
20*75fd0b74Schristos
21*75fd0b74Schristos2003-12-04  H.J. Lu  <hongjiu.lu@intel.com>
22*75fd0b74Schristos
23*75fd0b74Schristos	* bfdlink.h (bfd_link_info): Change relax_finalizing to
24*75fd0b74Schristos	need_relax_finalize.
25*75fd0b74Schristos
26*75fd0b74Schristos2003-12-03  Alan Modra  <amodra@bigpond.net.au>
27*75fd0b74Schristos
28*75fd0b74Schristos	* bfdlink.h (struct bfd_link_hash_entry): Rename "next" to "und_next".
29*75fd0b74Schristos
30*75fd0b74Schristos2003-12-02  Alan Modra  <amodra@bigpond.net.au>
31*75fd0b74Schristos
32*75fd0b74Schristos	* bfdlink.h (struct bfd_link_info): Remove mpc860c0 field.
33*75fd0b74Schristos
34*75fd0b74Schristos2003-11-14  Nick Clifton  <nickc@redhat.com>
35*75fd0b74Schristos
36*75fd0b74Schristos	* dis-asm.h (struct disassemble_info): Add new field
37*75fd0b74Schristos	'symbol_is_valid' which is a function which can tell the
38*75fd0b74Schristos	disassembler to skip certain symbols as they should not be
39*75fd0b74Schristos	displayed to the user.
40*75fd0b74Schristos	(arm_symbol_is_valid): New prototype.  This is the ARM
41*75fd0b74Schristos	specific function for the symbol_is_valid field.
42*75fd0b74Schristos	(generic_symbol_is_valid): New prototype.  This is the default
43*75fd0b74Schristos	function pointed to by the symbol_is_valid field.
44*75fd0b74Schristos
45*75fd0b74Schristos2003-11-06  Bruno Rohee  <bruno@rohee.com>
46*75fd0b74Schristos
47*75fd0b74Schristos	* hp-symtab.h: Fix "the the" typo.
48*75fd0b74Schristos
49*75fd0b74Schristos2003-10-24  H.J. Lu  <hongjiu.lu@intel.com>
50*75fd0b74Schristos
51*75fd0b74Schristos	* bfdlink.h (bfd_elf_version_expr): Add "symbol" and remove
52*75fd0b74Schristos	"wildcard".
53*75fd0b74Schristos
54*75fd0b74Schristos2003-10-22  Joseph S. Myers  <jsm@polyomino.org.uk>
55*75fd0b74Schristos
56*75fd0b74Schristos	* obstack.h: Merge the following change from gnulib:
57*75fd0b74Schristos	2003-10-21  Paul Eggert  <eggert@twinsun.com>
58*75fd0b74Schristos	* obstack.h (obstack_1grow_fast): Properly parenthesize arg.
59*75fd0b74Schristos	(obstack_ptr_grow_fast, obstack_int_grow_fast):
60*75fd0b74Schristos	Don't use lvalue casts, as GCC plans to remove support for them
61*75fd0b74Schristos	in GCC 3.5.  Reported by Joseph S. Myers.  This bug
62*75fd0b74Schristos	was also present in the non-GCC version, indicating that this
63*75fd0b74Schristos	code had always been buggy and had never been widely used.
64*75fd0b74Schristos	(obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
65*75fd0b74Schristos	Use the fast variant of each macro, rather than copying the
66*75fd0b74Schristos	definiens of the fast variant; that way, we'll be more likely to
67*75fd0b74Schristos	catch future bugs in the fast variants.
68*75fd0b74Schristos
69*75fd0b74Schristos2003-10-22  Jakub Jelinek  <jakub@redhat.com>
70*75fd0b74Schristos
71*75fd0b74Schristos	* bfdlink.h (struct bfd_elf_version_expr): Remove match field.
72*75fd0b74Schristos	Add wildcard and mask fields.
73*75fd0b74Schristos	(BFD_ELF_VERSION_C_TYPE): Define.
74*75fd0b74Schristos	(BFD_ELF_VERSION_CXX_TYPE): Likewise.
75*75fd0b74Schristos	(BFD_ELF_VERSION_JAVA_TYPE): Likewise.
76*75fd0b74Schristos	(struct bfd_elf_version_expr_head): New.
77*75fd0b74Schristos	(struct bfd_elf_version_tree): Add match field.
78*75fd0b74Schristos	Change type of globals and locals fields
79*75fd0b74Schristos	to struct bfd_elf_version_expr_head.
80*75fd0b74Schristos
81*75fd0b74Schristos2003-09-22  Andrew Cagney  <cagney@redhat.com>
82*75fd0b74Schristos
83*75fd0b74Schristos	* floatformat.h (struct floatformat): Add field "is_valid".
84*75fd0b74Schristos
85*75fd0b74Schristos2003-09-15  Andrew Cagney  <cagney@redhat.com>
86*75fd0b74Schristos
87*75fd0b74Schristos	* floatformat.h (floatformat_to_double): Make input buffer constant.
88*75fd0b74Schristos	(floatformat_from_double, floatformat_is_valid): Ditto.
89*75fd0b74Schristos
90*75fd0b74Schristos2003-09-15  Andrew Cagney  <cagney@redhat.com>
91*75fd0b74Schristos
92*75fd0b74Schristos	* floatformat.h (struct floatformat): Make "exp_bias" signed.
93*75fd0b74Schristos
94*75fd0b74Schristos2003-09-15  Daniel Jacobowitz  <drow@mvista.com>
95*75fd0b74Schristos
96*75fd0b74Schristos	* floatformat.h (floatformat_is_valid): Add prototype.
97*75fd0b74Schristos
98*75fd0b74Schristos2003-08-27  Andrew Cagney  <cagney@redhat.com>
99*75fd0b74Schristos
100*75fd0b74Schristos	* dis-asm.h (init_disassemble_info): Declare.
101*75fd0b74Schristos	(INIT_DISASSEMBLE_INFO): Redefine as a call to
102*75fd0b74Schristos	init_disassemble_info.
103*75fd0b74Schristos	(INIT_DISASSEMBLE_INFO_NO_ARCH): Ditto.
104*75fd0b74Schristos
105*75fd0b74Schristos2003-08-20  Nick Clifton  <nickc@redhat.com>
106*75fd0b74Schristos
107*75fd0b74Schristos	* bfdlink.h (enum report_method): New enum.  Describes how to
108*75fd0b74Schristos	report something.
109*75fd0b74Schristos	(struct bfd_link_info): Delete fields 'no_undefined' and
110*75fd0b74Schristos	'allow_shlib_undefined'.  Replace with
111*75fd0b74Schristos	'unresolved_symbols_in_objects' and
112*75fd0b74Schristos	'unresolved_symbols_in_shared_libs'.
113*75fd0b74Schristos
114*75fd0b74Schristos2003-08-07  Alan Modra  <amodra@bigpond.net.au>
115*75fd0b74Schristos
116*75fd0b74Schristos	* bfdlink.h: Remove PARAMS macro.  Replace PTR with void *.
117*75fd0b74Schristos	* dis-asm.h: Likewise.
118*75fd0b74Schristos
119*75fd0b74Schristos2003-07-09  Bob Wilson  <bob.wilson@acm.org>
120*75fd0b74Schristos
121*75fd0b74Schristos	* xtensa-config.h: Undef all macros before defining them.
122*75fd0b74Schristos
123*75fd0b74Schristos2003-07-06  H.J. Lu <hongjiu.lu@intel.com>
124*75fd0b74Schristos
125*75fd0b74Schristos	* demangle.h: Support C++.
126*75fd0b74Schristos
127*75fd0b74Schristos2003-07-01  Zack Weinberg  <zack@codesourcery.com>
128*75fd0b74Schristos
129*75fd0b74Schristos	* filenames.h: New file imported from binutils.
130*75fd0b74Schristos
131*75fd0b74Schristos2003-06-30  Bob Wilson  <bob.wilson@acm.org>
132*75fd0b74Schristos
133*75fd0b74Schristos	* xtensa-config.h: New file imported from binutils.
134*75fd0b74Schristos
135*75fd0b74Schristos2003-06-30  Bob Wilson  <bob.wilson@acm.org>
136*75fd0b74Schristos
137*75fd0b74Schristos	* xtensa-config.h (XCHAL_HAVE_CONST16, XCHAL_HAVE_ABS,
138*75fd0b74Schristos	XCHAL_HAVE_ADDX, XCHAL_HAVE_L32R): Define.
139*75fd0b74Schristos
140*75fd0b74Schristos2003-06-25  Alan Modra  <amodra@bigpond.net.au>
141*75fd0b74Schristos
142*75fd0b74Schristos	* bfdlink.h: Correct spelling of "relocatable".
143*75fd0b74Schristos
144*75fd0b74Schristos2003-06-22  Zack Weinberg  <zack@codesourcery.com>
145*75fd0b74Schristos
146*75fd0b74Schristos	* safe-ctype.h (HC_UNKNOWN, HC_ASCII, HC_EBCDIC): Rename to
147*75fd0b74Schristos	HOST_CHARSET_UNKNOWN, HOST_CHARSET_ASCII, HOST_CHARSET_EBCDIC
148*75fd0b74Schristos	respectively.
149*75fd0b74Schristos
150*75fd0b74Schristos2003-06-21  Zack Weinberg  <zack@codesourcery.com>
151*75fd0b74Schristos
152*75fd0b74Schristos	* safe-ctype.h (HC_UNKNOWN, HC_ASCII, HC_EBCDIC, HOST_CHARSET):
153*75fd0b74Schristos	New #defines.
154*75fd0b74Schristos
155*75fd0b74Schristos2003-06-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
156*75fd0b74Schristos
157*75fd0b74Schristos	* ansidecl.h: Delete HAVE_LONG_DOUBLE GCC bootstrap support.
158*75fd0b74Schristos
159*75fd0b74Schristos2003-05-23  Jakub Jelinek  <jakub@redhat.com>
160*75fd0b74Schristos
161*75fd0b74Schristos	* bfdlink.h (struct bfd_link_info): Add execstack and noexecstack.
162*75fd0b74Schristos
163*75fd0b74Schristos2003-06-03  H.J. Lu <hongjiu.lu@intel.com>
164*75fd0b74Schristos
165*75fd0b74Schristos	* bfdlink.h (LD_DEFINITION_IN_DISCARDED_SECTION): New.
166*75fd0b74Schristos
167*75fd0b74Schristos2003-05-30  Ulrich Drepper  <drepper@redhat.com>
168*75fd0b74Schristos	    Jakub Jelinek  <jakub@redhat.com>
169*75fd0b74Schristos
170*75fd0b74Schristos	* bfdlink.h (struct bfd_link_info): Add pie and executable
171*75fd0b74Schristos	bits.
172*75fd0b74Schristos
173*75fd0b74Schristos2003-05-21  Nick Clifton  <nickc@redhat.com>
174*75fd0b74Schristos
175*75fd0b74Schristos	* bfdlink.h (struct bfd_link_hash_table): Fix typo in comment.
176*75fd0b74Schristos
177*75fd0b74Schristos2003-05-15  Jim Blandy  <jimb@redhat.com>
178*75fd0b74Schristos
179*75fd0b74Schristos	* libiberty.h (hex_value): Make the value an unsigned int, to
180*75fd0b74Schristos	avoid unexpected sign-extension when cast to unsigned types larger
181*75fd0b74Schristos	than int --- like bfd_vma, on some platforms.
182*75fd0b74Schristos	(_hex_value): Update declaration.
183*75fd0b74Schristos
184*75fd0b74Schristos2003-05-09  Alan Modra  <amodra@bigpond.net.au>
185*75fd0b74Schristos
186*75fd0b74Schristos	* xtensa-isa-internal.h (xtensa_isa_module_struct): Remove const on
187*75fd0b74Schristos	gen_num_opcodes_fn return type.
188*75fd0b74Schristos
189*75fd0b74Schristos2003-05-07  Jason Merrill  <jason@redhat.com>
190*75fd0b74Schristos
191*75fd0b74Schristos	* hashtab.h (iterative_hash): Prototype.
192*75fd0b74Schristos	(iterative_hash_object): New macro.
193*75fd0b74Schristos
194*75fd0b74Schristos2003-04-28  H.J. Lu <hjl@gnu.org>
195*75fd0b74Schristos
196*75fd0b74Schristos	* bfdlink.h (bfd_link_info): Add relax_finalizing.
197*75fd0b74Schristos
198*75fd0b74Schristos2003-04-23  H.J. Lu <hjl@gnu.org>
199*75fd0b74Schristos
200*75fd0b74Schristos	* bfdlink.h (bfd_link_callbacks): Add error_handler.
201*75fd0b74Schristos
202*75fd0b74Schristos2003-04-02  Bob Wilson  <bob.wilson@acm.org>
203*75fd0b74Schristos
204*75fd0b74Schristos	* xtensa-config.h: Remove comment indicating that this is a
205*75fd0b74Schristos	generated file.
206*75fd0b74Schristos
207*75fd0b74Schristos2003-04-01  Bob Wilson  <bob.wilson@acm.org>
208*75fd0b74Schristos
209*75fd0b74Schristos	* dis-asm.h (print_insn_xtensa): Declare.
210*75fd0b74Schristos	* xtensa-config.h: New file.
211*75fd0b74Schristos	* xtensa-isa-internal.h: Likewise.
212*75fd0b74Schristos	* xtensa-isa.h: Likewise.
213*75fd0b74Schristos
214*75fd0b74Schristos2003-03-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
215*75fd0b74Schristos
216*75fd0b74Schristos	* ansidecl.h (ATTRIBUTE_NONNULL, ATTRIBUTE_NULL_PRINTF,
217*75fd0b74Schristos	ATTRIBUTE_NULL_PRINTF_1, ATTRIBUTE_NULL_PRINTF_2,
218*75fd0b74Schristos	ATTRIBUTE_NULL_PRINTF_3, ATTRIBUTE_NULL_PRINTF_4,
219*75fd0b74Schristos	ATTRIBUTE_NULL_PRINTF_5): New.
220*75fd0b74Schristos	(ATTRIBUTE_PRINTF): Add ATTRIBUTE_NONNULL.
221*75fd0b74Schristos
222*75fd0b74Schristos2003-03-17  Jan Hubicka  <jh@suse.cz>
223*75fd0b74Schristos
224*75fd0b74Schristos	* hashtab.h (htab_traverse_noresize): Declare.
225*75fd0b74Schristos
226*75fd0b74Schristos2003-02-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
227*75fd0b74Schristos
228*75fd0b74Schristos	* libiberty.h: Document return value of physmem routines.
229*75fd0b74Schristos
230*75fd0b74Schristos2003-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
231*75fd0b74Schristos
232*75fd0b74Schristos	* libiberty.h (physmem_total, physmem_available): Prototype.
233*75fd0b74Schristos
234*75fd0b74Schristos2003-02-20  Daniel Jacobowitz  <drow@mvista.com>
235*75fd0b74Schristos
236*75fd0b74Schristos	* libiberty.h (lrealpath): Add declaration.
237*75fd0b74Schristos
238*75fd0b74Schristos2003-01-31  Grant Grundler  <grundler@dsl2.external.hp.com>
239*75fd0b74Schristos
240*75fd0b74Schristos	* hppa.h (ldwa, ldda): Add ordered opcodes.
241*75fd0b74Schristos
242*75fd0b74Schristos2003-01-26  Daniel Jacobowitz  <drow@mvista.com>
243*75fd0b74Schristos
244*75fd0b74Schristos	* hashtab.h (htab_alloc_with_arg, htab_free_with_arg): Add new types.
245*75fd0b74Schristos	(struct htab): Add alloc_arg, alloc_with_arg_f, free_with_arg_f.
246*75fd0b74Schristos	(htab_create_alloc_ex): New prototype.
247*75fd0b74Schristos	(htab_set_functions_ex): New prototype.
248*75fd0b74Schristos
249*75fd0b74Schristos2002-07-17  Geoffrey Keating  <geoffk@redhat.com>
250*75fd0b74Schristos
251*75fd0b74Schristos	* splay-tree.h (GTY): Define if undefined.
252*75fd0b74Schristos	(splay_tree_allocate_fn): Return PTR for compatibility, not void *.
253*75fd0b74Schristos	(struct splay_tree_node_s): Support gengtype.
254*75fd0b74Schristos	(struct splay_tree_s): Likewise.  Make allocate_data a PTR,
255*75fd0b74Schristos	not a void *.
256*75fd0b74Schristos
257*75fd0b74Schristos2002-01-02  Ben Elliston  <bje@redhat.com>
258*75fd0b74Schristos
259*75fd0b74Schristos	* dis-asm.h (print_insn_iq2000): Declare.
260*75fd0b74Schristos
261*75fd0b74Schristos2002-12-24    Dmitry Diky <diwil@mail.ru>
262*75fd0b74Schristos
263*75fd0b74Schristos	* dis-asm.h: Add msp430 disassembler prototype.
264*75fd0b74Schristos
265*75fd0b74Schristos2002-12-27  Chris Demetriou  <cgd@broadcom.com>
266*75fd0b74Schristos
267*75fd0b74Schristos	* dis-asm.h (print_mips_disassembler_options): Prototype.
268*75fd0b74Schristos
269*75fd0b74Schristos2002-12-23  Alan Modra  <amodra@bigpond.net.au>
270*75fd0b74Schristos
271*75fd0b74Schristos	* bfdlink.h (struct bfd_link_info): Add "strip_discarded".
272*75fd0b74Schristos
273*75fd0b74Schristos2002-12-20  Alan Modra  <amodra@bigpond.net.au>
274*75fd0b74Schristos
275*75fd0b74Schristos	* bfdlink.h (struct bfd_link_info): Replace bfd_boolean fields with
276*75fd0b74Schristos	bit-fields.  Rearrange to put all like types together.
277*75fd0b74Schristos
278*75fd0b74Schristos2002-11-30  Alan Modra  <amodra@bigpond.net.au>
279*75fd0b74Schristos
280*75fd0b74Schristos	* bfdlink.h: Replace boolean with bfd_boolean.  Formatting.
281*75fd0b74Schristos
282*75fd0b74Schristos2002-11-23  Simon Burge  <simonb@wasabisystems.com>
283*75fd0b74Schristos
284*75fd0b74Schristos	* libiberty.h (basename): Add NetBSD to the list.
285*75fd0b74Schristos
286*75fd0b74Schristos2002-11-22  Daniel Jacobowitz  <drow@mvista.com>
287*75fd0b74Schristos
288*75fd0b74Schristos	* libiberty.h (make_relative_prefix): Add prototype.
289*75fd0b74Schristos
290*75fd0b74Schristos2002-11-14  Egor Duda  <deo@logos-m.ru>
291*75fd0b74Schristos
292*75fd0b74Schristos	* bfdlink.h (struct bfd_link_info): Add new boolean
293*75fd0b74Schristos	field pei386_runtime_pseudo_reloc.
294*75fd0b74Schristos
295*75fd0b74Schristos2002-10-26  Roger Sayle  <roger@eyesopen.com>
296*75fd0b74Schristos
297*75fd0b74Schristos	* partition.h:  Close the extern "C" scope when compiling with C++.
298*75fd0b74Schristos
299*75fd0b74Schristos2002-10-26  Roger Sayle  <roger@eyesopen.com>
300*75fd0b74Schristos	    DJ Delorie <dj@redhat.com>
301*75fd0b74Schristos
302*75fd0b74Schristos	PR bootstrap/8351
303*75fd0b74Schristos	* getopt.h: Avoid prototyping getopt with no arguments in C++.
304*75fd0b74Schristos
305*75fd0b74Schristos2002-10-24  Nathan Tallent  <eraxxon@alumni.rice.edu>
306*75fd0b74Schristos
307*75fd0b74Schristos	* ansidecl.h (__STDC__): Add (__alpha && __cplusplus) to the
308*75fd0b74Schristos	list of	platform compilers that may look, smell and act
309*75fd0b74Schristos	like __STDC__ but that may not define it.
310*75fd0b74Schristos
311*75fd0b74Schristos2002-10-11  David O'Brien  <obrien@FreeBSD.org>
312*75fd0b74Schristos
313*75fd0b74Schristos	* getopt.h: getopt is in unistd.h (based on SUSv2).
314*75fd0b74Schristos
315*75fd0b74Schristos2002-09-26  Andrew Cagney  <ac131313@redhat.com>
316*75fd0b74Schristos
317*75fd0b74Schristos	* regs/: Delete directory.
318*75fd0b74Schristos
319*75fd0b74Schristos2002-09-19  Alexandre Oliva  <aoliva@redhat.com>
320*75fd0b74Schristos
321*75fd0b74Schristos	* libiberty.h (asprintf, vasprintf): Don't declare them if the
322*75fd0b74Schristos	corresponding HAVE_DECL_ macro is 1.
323*75fd0b74Schristos
324*75fd0b74Schristos2002-09-19  Nathan Tallent  <eraxxon@alumni.rice.edu>
325*75fd0b74Schristos
326*75fd0b74Schristos	* dis-asm.h: Remove (errant) trailing semicolon (;) from the
327*75fd0b74Schristos	extern "C" { } declaration.
328*75fd0b74Schristos
329*75fd0b74Schristos2002-09-04  Nick Clifton  <nickc@redhat.com>
330*75fd0b74Schristos
331*75fd0b74Schristos	* dis-asm.h (print_ppc_disassembler_options): Prototype.
332*75fd0b74Schristos
333*75fd0b74Schristos2002-08-28  Michael Hayes <m.hayes@elec.canterbury.ac.nz>
334*75fd0b74Schristos
335*75fd0b74Schristos	* dis-asm.h: Add standard disassembler for tic4x.
336*75fd0b74Schristos
337*75fd0b74Schristos2002-08-07  H.J. Lu <hjl@gnu.org>
338*75fd0b74Schristos
339*75fd0b74Schristos	* bfdlink.h (bfd_link_info): Add allow_undefined_version.
340*75fd0b74Schristos	(bfd_elf_version_expr): Add symver and script.
341*75fd0b74Schristos
342*75fd0b74Schristos2002-07-31  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
343*75fd0b74Schristos
344*75fd0b74Schristos	* bfdlink.h (bfd_link_common_skip_ar_symbols): New enum.
345*75fd0b74Schristos	(struct bfd_link_info): Add new field 'common_skip_ar_symbols'.
346*75fd0b74Schristos
347*75fd0b74Schristos2002-07-19  Denis Chertykov  <denisc@overta.ru>
348*75fd0b74Schristos	    Matthew Green  <mrg@redhat.com>
349*75fd0b74Schristos
350*75fd0b74Schristos	* dis-asm.h (print_insn_ip2k): Declare.
351*75fd0b74Schristos
352*75fd0b74Schristos2002-07-01  Alan Modra  <amodra@bigpond.net.au>
353*75fd0b74Schristos
354*75fd0b74Schristos	* bfdlink.h (struct bfd_sym_chain): Declare.
355*75fd0b74Schristos	(struct bfd_link_info): Add gc_sym_list.  Formatting fixes.
356*75fd0b74Schristos
357*75fd0b74Schristos2002-06-25  Alan Modra  <amodra@bigpond.net.au>
358*75fd0b74Schristos
359*75fd0b74Schristos	* demangle.h: #include "ansidecl.h" rather than #include <ansidecl.h>.
360*75fd0b74Schristos	* fibheap.h: Likewise.
361*75fd0b74Schristos	* hashtab.h: Likewise.
362*75fd0b74Schristos	* partition.h: Likewise.
363*75fd0b74Schristos	* sort.h: Likewise.
364*75fd0b74Schristos	* splay-tree.h: Likewise.
365*75fd0b74Schristos
366*75fd0b74Schristos2002-06-24  Alan Modra  <amodra@bigpond.net.au>
367*75fd0b74Schristos
368*75fd0b74Schristos	* libiberty.h (basename): Don't declare if HAVE_DECL_BASENAME.
369*75fd0b74Schristos	* getopt.h (getopt): Don't declare if HAVE_DECL_GETOPT.
370*75fd0b74Schristos
371*75fd0b74Schristos2002-06-18  Dave Brolley  <brolley@redhat.com>
372*75fd0b74Schristos
373*75fd0b74Schristos	From Catherine Moore:
374*75fd0b74Schristos	* dis-asm.h (print_insn_frv): New prototype.
375*75fd0b74Schristos
376*75fd0b74Schristos2002-06-09  Andrew Cagney  <cagney@redhat.com>
377*75fd0b74Schristos
378*75fd0b74Schristos	* remote-sim.h: Move to directory gdb/.
379*75fd0b74Schristos	* callback.h: Move to directory gdb/.
380*75fd0b74Schristos
381*75fd0b74Schristos2002-06-07  Charles Wilson  <cwilson@ece.gatech.edu>
382*75fd0b74Schristos
383*75fd0b74Schristos	* bfdlink.h (struct bfd_link_info): Change type of
384*75fd0b74Schristos	pei386_auto_import field to int so that -1 can mean enabled by
385*75fd0b74Schristos	default and 1 can mean enabled by command line switch.
386*75fd0b74Schristos
387*75fd0b74Schristos2002-06-06  DJ Delorie  <dj@redhat.com>
388*75fd0b74Schristos
389*75fd0b74Schristos	* hashtab.h (htab): Rearrange new members for backward
390*75fd0b74Schristos	compatibility.
391*75fd0b74Schristos	(htab_create): Don't use a macro that requires other headers.
392*75fd0b74Schristos
393*75fd0b74Schristos2002-06-05  Geoffrey Keating  <geoffk@redhat.com>
394*75fd0b74Schristos
395*75fd0b74Schristos	* hashtab.h (htab_create): Restore prototype for backward
396*75fd0b74Schristos	compatibility.
397*75fd0b74Schristos	(htab_try_create): Likewise.
398*75fd0b74Schristos
399*75fd0b74Schristos2002-05-22  Geoffrey Keating  <geoffk@redhat.com>
400*75fd0b74Schristos
401*75fd0b74Schristos	* hashtab.h (struct htab): Update for change to length specifier.
402*75fd0b74Schristos
403*75fd0b74Schristos2002-05-10  Geoffrey Keating  <geoffk@redhat.com>
404*75fd0b74Schristos
405*75fd0b74Schristos	* hashtab.h (GTY): Define if undefined.
406*75fd0b74Schristos	(htab_alloc): New typedef.
407*75fd0b74Schristos	(htab_free): New typedef.
408*75fd0b74Schristos	(struct htab): Support gengtype; allow user-specified memory
409*75fd0b74Schristos	allocation.
410*75fd0b74Schristos	(htab_create_alloc): New.
411*75fd0b74Schristos	(htab_create): Replace with #define.
412*75fd0b74Schristos	(htab_try_create): Delete.
413*75fd0b74Schristos
414*75fd0b74Schristos2002-05-28  Kuang Hwa Lin <kuang@sbcglobal.net>
415*75fd0b74Schristos
416*75fd0b74Schristos	* dis-asm.h: Prototype print_insn_dlx.
417*75fd0b74Schristos
418*75fd0b74Schristos2002-05-23  Andrew Cagney  <ac131313@redhat.com>
419*75fd0b74Schristos
420*75fd0b74Schristos	* sim-d10v.h: Delete file.  Moved to include/gdb/.
421*75fd0b74Schristos
422*75fd0b74Schristos2002-05-21  H.J. Lu  (hjl@gnu.org)
423*75fd0b74Schristos
424*75fd0b74Schristos	* bfdlink.h (bfd_link_info): Add allow_multiple_definition.
425*75fd0b74Schristos
426*75fd0b74Schristos2002-05-17  J"orn Rennecke <joern.rennecke@superh.com>
427*75fd0b74Schristos
428*75fd0b74Schristos	* dis-asm.h (print_insn_shl, print_insn_sh64l): Remove prototype.
429*75fd0b74Schristos
430*75fd0b74Schristos2002-04-16  David S. Miller  <davem@redhat.com>
431*75fd0b74Schristos
432*75fd0b74Schristos	* xregex2.h (__restrict_arr): Define to __restrict on GCC
433*75fd0b74Schristos	3.1 and later.  Do not redefine.
434*75fd0b74Schristos
435*75fd0b74Schristos2002-04-01  Phil Edwards  <pme@gcc.gnu.org>
436*75fd0b74Schristos
437*75fd0b74Schristos	* dyn-string.h:  Also allow IN_GLIBCPP_V3 to redefine names.
438*75fd0b74Schristos
439*75fd0b74Schristos2002-03-10  Daniel Jacobowitz <drow@mvista.com>
440*75fd0b74Schristos
441*75fd0b74Schristos	* gdb: New directory.
442*75fd0b74Schristos
443*75fd0b74Schristos2002-03-06  Andrew Cagney  <ac131313@redhat.com>
444*75fd0b74Schristos
445*75fd0b74Schristos	* floatformat.h (floatformat_arm_ext): Delete declaration.
446*75fd0b74Schristos
447*75fd0b74Schristos2002-02-21  Jim Blandy  <jimb@redhat.com>
448*75fd0b74Schristos
449*75fd0b74Schristos	Allow the user to specify functions for allocating memory for
450*75fd0b74Schristos	splay tree roots and nodes.
451*75fd0b74Schristos	* splay-tree.h (splay_tree_allocate_fn, splay_tree_deallocate_fn):
452*75fd0b74Schristos	New types.
453*75fd0b74Schristos	(splay_tree): New fields: `allocate', `deallocate', and
454*75fd0b74Schristos	`allocate_data'.
455*75fd0b74Schristos	(splay_tree_new_with_allocator): New function declaration.
456*75fd0b74Schristos
457*75fd0b74Schristos2002-02-15  Alan Modra  <amodra@bigpond.net.au>
458*75fd0b74Schristos
459*75fd0b74Schristos	Support arbitrary length fill patterns.
460*75fd0b74Schristos	* bfdlink.h (enum bfd_link_order_type): Remove bfd_fill_link_order.
461*75fd0b74Schristos	(struct bfd_link_order): Remove fill.  Add data.size.
462*75fd0b74Schristos
463*75fd0b74Schristos2002-02-08  Alexandre Oliva  <aoliva@redhat.com>
464*75fd0b74Schristos
465*75fd0b74Schristos	Contribute sh64-elf.
466*75fd0b74Schristos	2000-11-25  Hans-Peter Nilsson  <hpn@cygnus.com>
467*75fd0b74Schristos	* dis-asm.h (print_insn_sh64): New prototype.
468*75fd0b74Schristos	(print_insn_sh64l): New prototype.
469*75fd0b74Schristos	(print_insn_sh64x_media): New prototype.
470*75fd0b74Schristos
471*75fd0b74Schristos2002-02-05  Frank Ch. Eigler  <fche@redhat.com>
472*75fd0b74Schristos
473*75fd0b74Schristos	* dis-asm.h (disassemble_info): New field `insn_sets'.
474*75fd0b74Schristos	(INIT_DISASSEMBLE_INFO): Clear it.
475*75fd0b74Schristos
476*75fd0b74Schristos2002-02-05  Jason Merrill  <jason@redhat.com>
477*75fd0b74Schristos
478*75fd0b74Schristos	* demangle.h (cplus_demangle_v3): Add "options" parm.
479*75fd0b74Schristos	(cplus_demangle_v3_type): Remove prototype.
480*75fd0b74Schristos	(DMGL_VERBOSE): New macro.
481*75fd0b74Schristos	(DMGL_TYPES): New macro.
482*75fd0b74Schristos
483*75fd0b74Schristos2002-02-02  H.J. Lu  (hjl@gnu.org)
484*75fd0b74Schristos
485*75fd0b74Schristos	* demangle.h (cplus_demangle_v3_type): New prototype.
486*75fd0b74Schristos
487*75fd0b74Schristos2002-01-31  Ivan Guzvinec  <ivang@opencores.org>
488*75fd0b74Schristos
489*75fd0b74Schristos	* dis-asm.h : Add support for or32 targets
490*75fd0b74Schristos
491*75fd0b74Schristos2002-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
492*75fd0b74Schristos
493*75fd0b74Schristos	* libiberty.h (C_alloca): Add ATTRIBUTE_MALLOC.
494*75fd0b74Schristos
495*75fd0b74Schristos2002-01-27  David O'Brien  <obrien@FreeBSD.org>
496*75fd0b74Schristos
497*75fd0b74Schristos	* cgen.h (BFD_VERSION): Use BFD_VERSION_DATE instead.
498*75fd0b74Schristos
499*75fd0b74Schristos2001-12-14  Nick Clifton  <nickc@cambridge.redhat.com>
500*75fd0b74Schristos
501*75fd0b74Schristos	* dis-asm.h (INIT_DISASSEMBLE_INFO_NO_ARCH): Initialise the
502*75fd0b74Schristos	disassembler_options field (to NULL).
503*75fd0b74Schristos
504*75fd0b74Schristos2001-12-13  Jakub Jelinek  <jakub@redhat.com>
505*75fd0b74Schristos
506*75fd0b74Schristos	* bfdlink.h (struct bfd_link_info): Add eh_frame_hdr field.
507*75fd0b74Schristos
508*75fd0b74Schristos2001-12-07  Geoffrey Keating  <geoffk@redhat.com>
509*75fd0b74Schristos
510*75fd0b74Schristos	* dis-asm.h (print_insn_xstormy16): Declare.
511*75fd0b74Schristos
512*75fd0b74Schristos2001-12-06  Richard Henderson  <rth@redhat.com>
513*75fd0b74Schristos
514*75fd0b74Schristos	* demangle.h (no_demangling): New.
515*75fd0b74Schristos	(NO_DEMANGLING_STYLE_STRING): New.
516*75fd0b74Schristos
517*75fd0b74Schristos2001-11-14  Alan Modra  <amodra@bigpond.net.au>
518*75fd0b74Schristos
519*75fd0b74Schristos	* dis-asm.h (print_insn_i386): Declare.
520*75fd0b74Schristos
521*75fd0b74Schristos2001-11-11  Timothy Wall  <twall@alum.mit.edu>
522*75fd0b74Schristos
523*75fd0b74Schristos	* dis-asm.h: Fix comment to refer to octets rather than bytes.
524*75fd0b74Schristos
525*75fd0b74Schristos2001-10-30  Hans-Peter Nilsson  <hp@bitrange.com>
526*75fd0b74Schristos
527*75fd0b74Schristos	* dis-asm.h (print_insn_mmix): Add prototype.
528*75fd0b74Schristos
529*75fd0b74Schristos2001-10-24  Neil Booth  <neil@daikokuya.demon.co.uk>
530*75fd0b74Schristos
531*75fd0b74Schristos	* safe-ctype.h (_sch_isbasic, IS_ISOBASIC): New.
532*75fd0b74Schristos
533*75fd0b74Schristos2001-10-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
534*75fd0b74Schristos
535*75fd0b74Schristos	* libiberty.h (hex_init): Revert delete.
536*75fd0b74Schristos
537*75fd0b74Schristos	* libiberty.h (_hex_value): Const-ify.
538*75fd0b74Schristos	(hex_init): Delete.
539*75fd0b74Schristos
540*75fd0b74Schristos2001-10-16  Christopher Faylor  <cgf@redhat.com>
541*75fd0b74Schristos
542*75fd0b74Schristos	* filenames.h: Add cygwin to the list of dosish style path systems.
543*75fd0b74Schristos
544*75fd0b74Schristos2001-10-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
545*75fd0b74Schristos
546*75fd0b74Schristos	* demangle.h (demangler_engine): Const-ify.
547*75fd0b74Schristos	* libiberty.h (buildargv): Likewise.
548*75fd0b74Schristos
549*75fd0b74Schristos2001-10-03  Vassili Karpov  <malc@pulsesoft.com>
550*75fd0b74Schristos
551*75fd0b74Schristos	* bfdlink.h (struct bfd_link_info): Add nocopyreloc field.
552*75fd0b74Schristos
553*75fd0b74Schristos2001-09-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
554*75fd0b74Schristos
555*75fd0b74Schristos	* libiberty.h (reconcat): New function.
556*75fd0b74Schristos
557*75fd0b74Schristos2001-09-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
558*75fd0b74Schristos
559*75fd0b74Schristos	* libiberty.h (concat, concat_length, concat_copy, concat_copy2,
560*75fd0b74Schristos	ACONCAT): Improve comments.
561*75fd0b74Schristos
562*75fd0b74Schristos2001-09-18  Alan Modra  <amodra@bigpond.net.au>
563*75fd0b74Schristos
564*75fd0b74Schristos	* objalloc.h (OBJALLOC_ALIGN): Define using offsetof.
565*75fd0b74Schristos
566*75fd0b74Schristos2001-09-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
567*75fd0b74Schristos
568*75fd0b74Schristos	* libiberty.h (concat_length, concat_copy, concat_copy2,
569*75fd0b74Schristos	libiberty_concat_ptr, ACONCAT): New.
570*75fd0b74Schristos
571*75fd0b74Schristos	* libiberty.h (ASTRDUP): New macro.
572*75fd0b74Schristos	libiberty_optr, libiberty_nptr, libiberty_len): Declare.
573*75fd0b74Schristos
574*75fd0b74Schristos2001-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
575*75fd0b74Schristos
576*75fd0b74Schristos	* ansidecl.h: Update comments reflecting previous change.
577*75fd0b74Schristos
578*75fd0b74Schristos2001-08-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
579*75fd0b74Schristos
580*75fd0b74Schristos	* ansidecl.h (VA_OPEN, VA_CLOSE): Allow multiple uses.
581*75fd0b74Schristos
582*75fd0b74Schristos2001-08-25  Nick Clifton  <nickc@cambridge.redhat.com>
583*75fd0b74Schristos
584*75fd0b74Schristos	* bfdlink.h (struct bfd_link_info): Change 'spare_dynamic_tags' to
585*75fd0b74Schristos	unsigned to remove a compile time warning message.
586*75fd0b74Schristos
587*75fd0b74Schristos2001-08-24  H.J. Lu  <hjl@gnu.org>
588*75fd0b74Schristos
589*75fd0b74Schristos	* bfdlink.h (bfd_link_hash_table_type): New. The linker hash
590*75fd0b74Schristos	table type, bfd_link_generic_hash_table and
591*75fd0b74Schristos	bfd_link_elf_hash_table.
592*75fd0b74Schristos	(bfd_link_hash_table): Add a new field, type, for the linker
593*75fd0b74Schristos	hash table type.
594*75fd0b74Schristos
595*75fd0b74Schristos2001-08-23  Jakub Jelinek  <jakub@redhat.com>
596*75fd0b74Schristos
597*75fd0b74Schristos	* bfdlink.h (struct bfd_link_info): Add combreloc and
598*75fd0b74Schristos	spare_dynamic_tags fields.
599*75fd0b74Schristos
600*75fd0b74Schristos2001-08-23  Lars Brinkhoff  <lars@nocrew.org>
601*75fd0b74Schristos
602*75fd0b74Schristos	* dyn-string.h, fibheap.h, partition.h, sort.h, splay-tree.h:
603*75fd0b74Schristos	replace "GNU CC" with "GCC".
604*75fd0b74Schristos
605*75fd0b74Schristos2001-08-21  Richard Henderson  <rth@redhat.com>
606*75fd0b74Schristos
607*75fd0b74Schristos	* fibheap.h: Tidy formatting.
608*75fd0b74Schristos	(fibnode_t): Limit degree to 31 bits to avoid warning.
609*75fd0b74Schristos
610*75fd0b74Schristos2001-08-20  Daniel Berlin  <dan@cgsoftware.com>
611*75fd0b74Schristos
612*75fd0b74Schristos	* fibheap.h: New file. Fibonacci heap.
613*75fd0b74Schristos
614*75fd0b74Schristos2001-08-20  Andrew Cagney  <ac131313@redhat.com>
615*75fd0b74Schristos
616*75fd0b74Schristos	* floatformat.h (floatformat_arm_ext): Document as deprecated.
617*75fd0b74Schristos	(floatformat_arm_ext_big, floatformat_arm_ext_littlebyte_bigword)
618*75fd0b74Schristos	(floatformat_ia64_spill_little, floatformat_ia64_quad_little)
619*75fd0b74Schristos	(floatformat_ia64_spill_big, floatformat_ia64_quad_big)
620*75fd0b74Schristos	(floatformat_m88110_harris_ext): Declare.
621*75fd0b74Schristos
622*75fd0b74Schristos2001-08-18  Zack Weinberg  <zackw@panix.com>
623*75fd0b74Schristos
624*75fd0b74Schristos	* ansidecl.h: Reorganize for readability, remove documentation
625*75fd0b74Schristos	of obsolete macros, document PARAMS and VPARAMS.  Add new
626*75fd0b74Schristos	macros VA_OPEN, VA_CLOSE, and VA_FIXEDARG for nicer variadic
627*75fd0b74Schristos	function implementation.
628*75fd0b74Schristos
629*75fd0b74Schristos2001-08-16  Richard Henderson  <rth@redhat.com>
630*75fd0b74Schristos
631*75fd0b74Schristos	* hashtab.h (htab_hash_string): Declare.
632*75fd0b74Schristos
633*75fd0b74Schristos2001-08-10  Andrew Cagney  <ac131313@redhat.com>
634*75fd0b74Schristos
635*75fd0b74Schristos	* libiberty.h (lbasename): Change function declaration to return a
636*75fd0b74Schristos	const char pointer.
637*75fd0b74Schristos
638*75fd0b74Schristos2001-08-02  Mark Kettenis  <kettenis@gnu.org>
639*75fd0b74Schristos
640*75fd0b74Schristos	* xregex.h (_REGEX_RE_COMP): Define.
641*75fd0b74Schristos	(re_comp): Define to xre_comp.
642*75fd0b74Schristos	(re_exec): Define to xre_exec.
643*75fd0b74Schristos
644*75fd0b74Schristos2001-08-02  Charles Wilson  <cwilson@ece.gatech.edu>
645*75fd0b74Schristos
646*75fd0b74Schristos	* bfdlink.h (struct bfd_link_info): add new boolean
647*75fd0b74Schristos	field pei386_auto_import.
648*75fd0b74Schristos
649*75fd0b74Schristos2001-07-18  Andreas Jaeger  <aj@suse.de>
650*75fd0b74Schristos
651*75fd0b74Schristos	* xregex2.h: Place under LGPL version 2.1.
652*75fd0b74Schristos
653*75fd0b74Schristos2001-07-10  Jeff Johnston  <jjohnstn@redhat.com>
654*75fd0b74Schristos
655*75fd0b74Schristos	* xregex.h: New file to support libiberty regex.
656*75fd0b74Schristos	* xregex2.h: Ditto.
657*75fd0b74Schristos
658*75fd0b74Schristos2001-06-15  Hans-Peter Nilsson  <hp@axis.com>
659*75fd0b74Schristos
660*75fd0b74Schristos	* bfdlink.h (struct bfd_link_info): New member export_dynamic.
661*75fd0b74Schristos
662*75fd0b74Schristos2001-05-16  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
663*75fd0b74Schristos
664*75fd0b74Schristos	* partition.h: Fix misspelling of `implementation'.
665*75fd0b74Schristos
666*75fd0b74Schristos2001-05-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
667*75fd0b74Schristos
668*75fd0b74Schristos	* ansidecl.h (NULL_PTR): Delete.
669*75fd0b74Schristos
670*75fd0b74Schristos2001-05-07  Zack Weinberg  <zackw@stanford.edu>
671*75fd0b74Schristos
672*75fd0b74Schristos	* demangle.h: Use PARAMS for all prototypes.
673*75fd0b74Schristos	* ternary.h: Use PARAMS for all prototypes.  Use PTR, not void *.
674*75fd0b74Schristos	Make arguments constant where possible.
675*75fd0b74Schristos
676*75fd0b74Schristos2001-05-07  Mark Mitchell  <mark@codesourcery.com>
677*75fd0b74Schristos
678*75fd0b74Schristos	* splay-tree.h (splay_tree_max): New function.
679*75fd0b74Schristos	(splay_tree_min): Likewise.
680*75fd0b74Schristos
681*75fd0b74Schristos2001-04-27  Johan Rydberg  <jrydberg@opencores.org>
682*75fd0b74Schristos
683*75fd0b74Schristos	* dis-asm.h (print_insn_openrisc): Add prototype.
684*75fd0b74Schristos
685*75fd0b74Schristos2001-04-15  Daniel Berlin  <dan@cgsoftware.com>
686*75fd0b74Schristos
687*75fd0b74Schristos	* ternary.h: New file - Ternary search tree header.
688*75fd0b74Schristos
689*75fd0b74Schristos2001-04-13  Jakub Jelinek  <jakub@redhat.com>
690*75fd0b74Schristos
691*75fd0b74Schristos	* bfdlink.h (bfd_link_discard): Add discard_sec_merge.
692*75fd0b74Schristos
693*75fd0b74Schristos2001-04-03  Zack Weinberg  <zackw@stanford.edu>
694*75fd0b74Schristos
695*75fd0b74Schristos	* ansidecl.h: All logic from gcc/gansidecl.h moved here.
696*75fd0b74Schristos
697*75fd0b74Schristos2001-03-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
698*75fd0b74Schristos
699*75fd0b74Schristos	* libiberty.h (alloca): Handle setting C_ALLOCA.
700*75fd0b74Schristos
701*75fd0b74Schristos2001-03-20  Jim Blandy  <jimb@redhat.com>
702*75fd0b74Schristos
703*75fd0b74Schristos	* demangle.h (enum gnu_v3_constructor_kinds,
704*75fd0b74Schristos	is_gnu_v3_mangled_ctor, enum gnu_v3_destructor_kinds,
705*75fd0b74Schristos	is_gnu_v3_mangled_dtor): New declarations.
706*75fd0b74Schristos
707*75fd0b74Schristos2001-03-14  Nick Clifton  <nickc@redhat.com>
708*75fd0b74Schristos
709*75fd0b74Schristos	* ansidecl.h: Fix copyright dates.
710*75fd0b74Schristos	* demangle.h: Fix copyright dates.
711*75fd0b74Schristos	* floatformat.h: Fix copyright dates.
712*75fd0b74Schristos	* fnmatch.h: Fix copyright dates.
713*75fd0b74Schristos	* getopt.h: Fix copyright dates.
714*75fd0b74Schristos	* libiberty.h: Add FSF copyright notice.
715*75fd0b74Schristos	* md5.h: Fix copyright dates.
716*75fd0b74Schristos	* obstack.h: Fix copyright dates.
717*75fd0b74Schristos	* splay-tree.h: Fix copyright dates.
718*75fd0b74Schristos
719*75fd0b74Schristos2001-03-10  Neil Booth  <neil@daikokuya.demon.co.uk>
720*75fd0b74Schristos	    John David Anglin  <dave@hiauly1.hia.nrc.ca>
721*75fd0b74Schristos
722*75fd0b74Schristos	* libiberty.h: Add lbasename.
723*75fd0b74Schristos
724*75fd0b74Schristos2001-03-06  Zack Weinberg  <zackw@stanford.edu>
725*75fd0b74Schristos
726*75fd0b74Schristos	* libiberty.h: Prototype C_alloca; define alloca to either
727*75fd0b74Schristos	__builtin_alloca or C_alloca as appropriate.
728*75fd0b74Schristos
729*75fd0b74Schristos2001-03-01  John David Anglin  <dave@hiauly1.hia.nrc.ca>
730*75fd0b74Schristos
731*75fd0b74Schristos	* safe-ctype.h (_sch_test): Cast enum bit to unsigned short int for pcc
732*75fd0b74Schristos	compatibility.
733*75fd0b74Schristos
734*75fd0b74Schristos2001-02-18  lars brinkhoff  <lars@nocrew.org>
735*75fd0b74Schristos
736*75fd0b74Schristos	* dis-asm.h: Add PDP-11 target.
737*75fd0b74Schristos
738*75fd0b74Schristos2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
739*75fd0b74Schristos
740*75fd0b74Schristos	* dis-asm.h: Add linux target for S/390.
741*75fd0b74Schristos
742*75fd0b74Schristos2001-01-11  Peter Targett  <peter.targett@arccores.com>
743*75fd0b74Schristos
744*75fd0b74Schristos	* dis-asm.h (arc_get_disassembler): Correct declaration.
745*75fd0b74Schristos
746*75fd0b74Schristos2001-01-09  Philip Blundell  <philb@gnu.org>
747*75fd0b74Schristos
748*75fd0b74Schristos	* bin-bugs.h (REPORT_BUGS_TO): Set to `bug-binutils@gnu.org'.
749*75fd0b74Schristos
750*75fd0b74Schristos2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
751*75fd0b74Schristos
752*75fd0b74Schristos	* COPYING: Update to current
753*75fd0b74Schristos	ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
754*75fd0b74Schristos	to 19yy as example year in copyright notice).
755*75fd0b74Schristos
756*75fd0b74Schristos2000-12-19  Hans-Peter Nilsson  <hp@bitrange.com>
757*75fd0b74Schristos
758*75fd0b74Schristos	* dis-asm.h (struct disassemble_info): New member "section".
759*75fd0b74Schristos	(INIT_DISASSEMBLE_INFO_NO_ARCH): Initialize private_data member.
760*75fd0b74Schristos	Initialize section member.
761*75fd0b74Schristos
762*75fd0b74Schristos2000-12-16  Herman A.J. ten Brugge  <Haj.Ten.Brugge@net.HCC.nl>
763*75fd0b74Schristos
764*75fd0b74Schristos	* safe-ctype.h: Make code work on all targets and not just on
765*75fd0b74Schristos	targets where a char is 8 bits.
766*75fd0b74Schristos
767*75fd0b74Schristos2000-12-10  Fred Fish  <fnf@be.com>
768*75fd0b74Schristos
769*75fd0b74Schristos	* bfdlink.h (struct bfd_link_info): Add new allow_shlib_undefined
770*75fd0b74Schristos	member to struct for systems where it is normal to have undefined
771*75fd0b74Schristos	symbols in shared libraries at runtime and the runtime linker
772*75fd0b74Schristos	takes care of redirecting them.
773*75fd0b74Schristos
774*75fd0b74Schristos2000-12-07  Zack Weinberg  <zack@wolery.stanford.edu>
775*75fd0b74Schristos
776*75fd0b74Schristos	* safe-ctype.h: New file.
777*75fd0b74Schristos
778*75fd0b74Schristos2000-12-06  Rodney Brown  <RodneyBrown@mynd.com>
779*75fd0b74Schristos
780*75fd0b74Schristos	* getopt.h obstack.h: Standarize copyright statement.
781*75fd0b74Schristos
782*75fd0b74Schristos2000-12-04  Richard Henderson  <rth@redhat.com>
783*75fd0b74Schristos
784*75fd0b74Schristos	* demangle.h: Change "new_abi" to "v3" everywhere.
785*75fd0b74Schristos
786*75fd0b74Schristos2000-11-22  Zack Weinberg  <zack@wolery.stanford.edu>
787*75fd0b74Schristos
788*75fd0b74Schristos	* libiberty.h: Move #includes to top.  Prototype xmalloc_failed.
789*75fd0b74Schristos
790*75fd0b74Schristos2000-11-15  Kenneth Block  <kenneth.block@compaq.com>
791*75fd0b74Schristos
792*75fd0b74Schristos	* demangle.h: Add gnat and java demangle styles.
793*75fd0b74Schristos
794*75fd0b74Schristos2000-11-04  Hans-Peter Nilsson  <hp@bitrange.com>
795*75fd0b74Schristos
796*75fd0b74Schristos	* hashtab.h (struct htab): Add member return_allocation_failure.
797*75fd0b74Schristos	(htab_try_create): New prototype.  Mention which functions may
798*75fd0b74Schristos	return NULL when this is used.
799*75fd0b74Schristos
800*75fd0b74Schristos2000-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
801*75fd0b74Schristos
802*75fd0b74Schristos	* hashtab.h: Change void * to PTR where necessary.
803*75fd0b74Schristos
804*75fd0b74Schristos2000-10-11  Mark Mitchell  <mark@codesourcery.com>
805*75fd0b74Schristos
806*75fd0b74Schristos	* splay-tree.h (splay_tree_predecessor): Declare.
807*75fd0b74Schristos
808*75fd0b74Schristos2000-09-29  Hans-Peter Nilsson  <hp@axis.com>
809*75fd0b74Schristos
810*75fd0b74Schristos	* dis-asm.h: Declare cris_get_disassembler, not print_insn_cris.
811*75fd0b74Schristos	Fix typo in comment.
812*75fd0b74Schristos
813*75fd0b74Schristos2000-09-28  John David Anglin <dave@hiauly1.hia.nrc.ca>
814*75fd0b74Schristos
815*75fd0b74Schristos	* alloca-conf.h: New file (copied from libiberty).
816*75fd0b74Schristos
817*75fd0b74Schristos2000-09-05  John David Anglin <dave@hiauly1.hia.nrc.ca>
818*75fd0b74Schristos
819*75fd0b74Schristos	* md5.h (md5_uint32): Choose via INT_MAX instead of UINT_MAX.
820*75fd0b74Schristos
821*75fd0b74Schristos2000-09-04  Alex Samuel  <samuel@codesourcery.com>
822*75fd0b74Schristos
823*75fd0b74Schristos	* dyn-string.h: Adjust formatting.
824*75fd0b74Schristos	(dyn_string_insert_char): New macro.  New declaration.
825*75fd0b74Schristos
826*75fd0b74Schristos2000-08-28  Jason Merrill  <jason@redhat.com>
827*75fd0b74Schristos
828*75fd0b74Schristos	* md5.h: New file.
829*75fd0b74Schristos
830*75fd0b74Schristos2000-08-24  Greg McGary  <greg@mcgary.org>
831*75fd0b74Schristos
832*75fd0b74Schristos	* libiberty.h (ARRAY_SIZE): New macro.
833*75fd0b74Schristos
834*75fd0b74Schristos2000-07-29  Nick Clifton  <nickc@cygnus.com>
835*75fd0b74Schristos
836*75fd0b74Schristos	* os9k.h: Add copyright notice.
837*75fd0b74Schristos	Fix formatting.
838*75fd0b74Schristos
839*75fd0b74Schristos2000-07-22  Jason Eckhardt  <jle@cygnus.com>
840*75fd0b74Schristos
841*75fd0b74Schristos	* dis-asm.h (print_insn_i860): Add prototype.
842*75fd0b74Schristos
843*75fd0b74Schristos2000-07-20  H.J. Lu  <hjl@gnu.org>
844*75fd0b74Schristos
845*75fd0b74Schristos	* bfdlink.h (bfd_link_info): Add new_dtags.
846*75fd0b74Schristos
847*75fd0b74Schristos2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
848*75fd0b74Schristos
849*75fd0b74Schristos	* dis-asm.h (print_insn_cris): Declare.
850*75fd0b74Schristos
851*75fd0b74Schristos2000-07-19  H.J. Lu  (hjl@gnu.org)
852*75fd0b74Schristos
853*75fd0b74Schristos	* bfdlink.h (bfd_link_info): Add flags and flags_1.
854*75fd0b74Schristos
855*75fd0b74Schristos2000-06-05  DJ Delorie  <dj@redhat.com>
856*75fd0b74Schristos
857*75fd0b74Schristos	* MAINTAINERS: new
858*75fd0b74Schristos
859*75fd0b74Schristos2000-06-21  Alex Samuel  <samuel@codesourcery.com>
860*75fd0b74Schristos
861*75fd0b74Schristos	* dyn-string.h (dyn_string_init, dyn_string_new,
862*75fd0b74Schristos	dyn_string_delete, dyn_string_release, dyn_string_resize,
863*75fd0b74Schristos	dyn_string_clear, dyn_string_copy, dyn_string_copy_cstr,
864*75fd0b74Schristos	dyn_string_prepend, dyn_string_prepend_cstr, dyn_string_insert,
865*75fd0b74Schristos	dyn_string_insert_cstr, dyn_string_append, dyn_string_append_cstr,
866*75fd0b74Schristos	dyn_string_append_char, dyn_string_substring_dyn_string_eq):
867*75fd0b74Schristos	Define as same name with __cxa_ prepended, if IN_LIBGCC2.
868*75fd0b74Schristos	(dyn_string_init, dyn_string_copy, dyn_string_copy_cstr,
869*75fd0b74Schristos	dyn_string_prepend, dyn_string_prepend_cstr, dyn_string_insert,
870*75fd0b74Schristos	dyn_string_insert_cstr, dyn_string_append, dyn_string_append_cstr,
871*75fd0b74Schristos	dyn_string_append_char, dyn_string_substring): Change return type
872*75fd0b74Schristos	to int.
873*75fd0b74Schristos
874*75fd0b74Schristos2000-06-18  Stephane Carrez  <stcarrez@worldnet.fr>
875*75fd0b74Schristos
876*75fd0b74Schristos	* dis-asm.h (print_insn_m68hc12): Define.
877*75fd0b74Schristos	(print_insn_m68hc11): Likewise.
878*75fd0b74Schristos
879*75fd0b74Schristos2000-06-18  Nick Clifton  <nickc@redhat.com>
880*75fd0b74Schristos
881*75fd0b74Schristos	* os9k.h: Change values of MODSYNC and CRCCON due to bug report
882*75fd0b74Schristos	from Russ Magee <rmagee@home.com>.
883*75fd0b74Schristos
884*75fd0b74Schristos2000-06-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
885*75fd0b74Schristos
886*75fd0b74Schristos	* demangle.h (demangling_styles): Remove trailing comma in enum.
887*75fd0b74Schristos
888*75fd0b74Schristos	* dyn-string.h (dyn_string_append_char): Change parameter from
889*75fd0b74Schristos	char to int.
890*75fd0b74Schristos
891*75fd0b74Schristos2000-06-04  Alex Samuel  <samuel@codesourcery.com>
892*75fd0b74Schristos
893*75fd0b74Schristos	* dyn-string.h: Move here from gcc/dyn-string.h.  Add new functions.
894*75fd0b74Schristos
895*75fd0b74Schristos	* demangle.h (DMGL_GNU_NEW_ABI): New macro.
896*75fd0b74Schristos	(DMGL_STYLE_MASK): Or in DMGL_GNU_NEW_ABI.
897*75fd0b74Schristos	(current_demangling_style): Add gnu_new_abi_demangling.
898*75fd0b74Schristos	(GNU_NEW_ABI_DEMANGLING_STYLE_STRING): New macro.
899*75fd0b74Schristos	(GNU_NEW_ABI_DEMANGLING): Likewise.
900*75fd0b74Schristos	(cplus_demangle_new_abi): New declaration.
901*75fd0b74Schristos
902*75fd0b74SchristosTue May 30 16:53:34 2000  Andrew Cagney  <cagney@b1.cygnus.com>
903*75fd0b74Schristos
904*75fd0b74Schristos	* floatformat.h (struct floatformat): Add field name.
905*75fd0b74Schristos
906*75fd0b74Schristos2000-05-26  Eli Zaretskii  <eliz@is.elta.co.il>
907*75fd0b74Schristos
908*75fd0b74Schristos	* filenames.h: New file.
909*75fd0b74Schristos	(HAVE_DOS_BASED_FILE_SYSTEM, IS_DIR_SEPARATOR)
910*75fd0b74Schristos	(IS_ABSOLUTE_PATH, FILENAME_CMP): New macros.
911*75fd0b74Schristos
912*75fd0b74Schristos2000-05-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
913*75fd0b74Schristos
914*75fd0b74Schristos	* getopt.h (getopt): Also check HAVE_DECL_* when prototyping.
915*75fd0b74Schristos
916*75fd0b74Schristos	* libiberty.h (basename): Likewise.
917*75fd0b74Schristos
918*75fd0b74Schristos2000-05-17  S. Bharadwaj Yadavalli  <sby@scrugs.lkg.dec.com>
919*75fd0b74Schristos	    Rick Gorton             <gorton@scrugs.lkg.dec.com>
920*75fd0b74Schristos
921*75fd0b74Schristos	* bfdlink.h (struct bfd_link_info): Add emitrelocations flag.
922*75fd0b74Schristos
923*75fd0b74Schristos2000-05-08  Alan Modra  <alan@linuxcare.com.au>
924*75fd0b74Schristos
925*75fd0b74Schristos	* dis-asm.h (print_insn_tic54x): Declare.
926*75fd0b74Schristos
927*75fd0b74Schristos2000-05-06  Zack Weinberg  <zack@wolery.cumb.org>
928*75fd0b74Schristos
929*75fd0b74Schristos	* ansidecl.h: #define __extension__ to nothing if
930*75fd0b74Schristos	GCC_VERSION < 2008.
931*75fd0b74Schristos
932*75fd0b74Schristos2000-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
933*75fd0b74Schristos
934*75fd0b74Schristos	* demangle.h (demangler_engine): Constify.
935*75fd0b74Schristos
936*75fd0b74SchristosThu May  4 17:15:26 2000  Philippe De Muyter  <phdm@macqel.be>
937*75fd0b74Schristos
938*75fd0b74Schristos	* sort.h (sys/types.h): File included unconditionnaly.
939*75fd0b74Schristos	(stddef.h): File include only #ifdef __STDC__.
940*75fd0b74Schristos
941*75fd0b74Schristos2000-05-03  Zack Weinberg  <zack@wolery.cumb.org>
942*75fd0b74Schristos
943*75fd0b74Schristos	* symcat.h: Remove #endif label.
944*75fd0b74Schristos
945*75fd0b74Schristos2000-04-28  Kenneth Block  <block@zk3.dec.com>
946*75fd0b74Schristos	    Jason Merrill  <jason@casey.cygnus.com>
947*75fd0b74Schristos
948*75fd0b74Schristos	* demangle.h (libiberty_demanglers): new table for different styles.
949*75fd0b74Schristos	(cplus_demangle_set_style): New function for setting style.
950*75fd0b74Schristos	(cplus_demangle_name_to_style): New function to translate name.
951*75fd0b74Schristos
952*75fd0b74Schristos2000-04-24  Mark Mitchell  <mark@codesourcery.com>
953*75fd0b74Schristos
954*75fd0b74Schristos	* hashtab.h (hash_pointer): Declare.
955*75fd0b74Schristos	(eq_pointer): Likewise.
956*75fd0b74Schristos
957*75fd0b74Schristos2000-04-23  Mark Mitchell  <mark@codesourcery.com>
958*75fd0b74Schristos
959*75fd0b74Schristos	* sort.h: New file.
960*75fd0b74Schristos
961*75fd0b74SchristosFri Apr 21 13:20:53 2000  Richard Henderson  <rth@cygnus.com>
962*75fd0b74Schristos			  David Mosberger  <davidm@hpl.hp.com>
963*75fd0b74Schristos
964*75fd0b74Schristos	* dis-asm.h (print_insn_ia64): Declare.
965*75fd0b74Schristos
966*75fd0b74SchristosTue Apr 18 16:22:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
967*75fd0b74Schristos
968*75fd0b74Schristos	* hashtab.h (enum insert_option): New type.
969*75fd0b74Schristos	(htab_find_slot, htab_find_slot_with_hash): Use it.
970*75fd0b74Schristos
971*75fd0b74Schristos2000-04-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
972*75fd0b74Schristos
973*75fd0b74Schristos	* symcat.h: Honor autoconf macro HAVE_STRINGIZE.  Add
974*75fd0b74Schristos	comments/caveats with regard to traditional C behavior.
975*75fd0b74Schristos
976*75fd0b74Schristos2000-04-05  Richard Henderson  <rth@cygnus.com>
977*75fd0b74Schristos
978*75fd0b74Schristos	* splay-tree.h (splay_tree_remove): Declare.
979*75fd0b74Schristos
980*75fd0b74Schristos2000-04-04  Alan Modra  <alan@linuxcare.com.au>
981*75fd0b74Schristos
982*75fd0b74Schristos	* bin-bugs.h (REPORT_BUGS_TO): Remove translated part.
983*75fd0b74Schristos
984*75fd0b74Schristos2000-04-03  Alan Modra  <alan@linuxcare.com.au>
985*75fd0b74Schristos
986*75fd0b74Schristos	* bin-bugs.h: New file.
987*75fd0b74Schristos
988*75fd0b74Schristos2000-03-30  Mark Mitchell  <mark@codesourcery.com>
989*75fd0b74Schristos
990*75fd0b74Schristos	* hashtab.h (hashval_t): New type.
991*75fd0b74Schristos	(htab_find_with_hash): Use it as an argument.
992*75fd0b74Schristos	(htab_find_slot_with_hash): Likewise.
993*75fd0b74Schristos
994*75fd0b74Schristos2000-03-27  Denis Chertykov  <denisc@overta.ru>
995*75fd0b74Schristos
996*75fd0b74Schristos	* dis-asm.h (print_insn_avr): Declare.
997*75fd0b74Schristos
998*75fd0b74Schristos2000-03-14  Bernd Schmidt  <bernds@cygnus.co.uk>
999*75fd0b74Schristos
1000*75fd0b74Schristos	* hashtab.h (htab_trav): Modify type so that first arg is of type
1001*75fd0b74Schristos	void **.
1002*75fd0b74Schristos	(htab_find_with_hash, htab_find_slot_with_hash): Declare new
1003*75fd0b74Schristos	functions.
1004*75fd0b74Schristos
1005*75fd0b74Schristos2000-03-09  Alex Samuel  <samuel@codesourcery.com>
1006*75fd0b74Schristos
1007*75fd0b74Schristos	* partition.h: New file.
1008*75fd0b74Schristos
1009*75fd0b74Schristos2000-03-09  Zack Weinberg  <zack@wolery.cumb.org>
1010*75fd0b74Schristos
1011*75fd0b74Schristos	* hashtab.h (struct htab): Add del_f.
1012*75fd0b74Schristos	(htab_del): New type.
1013*75fd0b74Schristos	(htab_create): Add fourth argument.
1014*75fd0b74Schristos
1015*75fd0b74Schristos2000-03-08  Zack Weinberg  <zack@wolery.cumb.org>
1016*75fd0b74Schristos
1017*75fd0b74Schristos	* hashtab.h (hash_table_t): Rename to htab_t.
1018*75fd0b74Schristos	(struct hash_table): Rename to struct htab.  Shorten element
1019*75fd0b74Schristos	names.  Reorder elements by size.
1020*75fd0b74Schristos	(htab_hash, htab_eq, htab_trav): New typedefs for the callback
1021*75fd0b74Schristos	function pointers.
1022*75fd0b74Schristos	(hash_table_entry_t): Discard; just use void * for element
1023*75fd0b74Schristos	type.
1024*75fd0b74Schristos
1025*75fd0b74Schristos2000-03-01  H.J. Lu  <hjl@gnu.org>
1026*75fd0b74Schristos
1027*75fd0b74Schristos	* bfdlink.h (bfd_link_callbacks): Add a boolean arg to
1028*75fd0b74Schristos	the undefined_symbol callback.
1029*75fd0b74Schristos
1030*75fd0b74Schristos2000-02-23  Linas Vepstas <linas@linas.org>
1031*75fd0b74Schristos
1032*75fd0b74Schristos	* dis-asm.h (print_insn_i370): Declare.
1033*75fd0b74Schristos
1034*75fd0b74SchristosTue Feb 22 15:19:54 2000  Andrew Cagney  <cagney@b1.cygnus.com>
1035*75fd0b74Schristos
1036*75fd0b74Schristos	* remote-sim.h (sim_trace): Document return values.
1037*75fd0b74Schristos	(sim_set_trace): Declare.  Deprecate.
1038*75fd0b74Schristos
1039*75fd0b74Schristos2000-02-21  Alan Modra  <alan@spri.levels.unisa.edu.au>
1040*75fd0b74Schristos
1041*75fd0b74Schristos	* dis-asm.h (struct disassemble_info): Change `length' param of
1042*75fd0b74Schristos	read_memory_func to unsigned.  Change type of `buffer_length' and
1043*75fd0b74Schristos	`octets_per_byte' to unsigned.
1044*75fd0b74Schristos	(buffer_read_memory): Change `length' param to unsigned.
1045*75fd0b74Schristos
1046*75fd0b74Schristos2000-02-16  Nick Clifton  <nickc@cygnus.com>
1047*75fd0b74Schristos
1048*75fd0b74Schristos	* dis-asm.h: Add prototypes for ARM register name functions.
1049*75fd0b74Schristos
1050*75fd0b74SchristosWed Feb  9 18:45:49 2000  Andrew Cagney  <cagney@b1.cygnus.com>
1051*75fd0b74Schristos
1052*75fd0b74Schristos	* wait.h: Delete. No longer used by GDB.
1053*75fd0b74Schristos
1054*75fd0b74SchristosTue Feb  8 17:01:13 2000  Andrew Cagney  <cagney@b1.cygnus.com>
1055*75fd0b74Schristos
1056*75fd0b74Schristos	* remote-sim.h (sim_resume): Clarify use of SIGGNAL.
1057*75fd0b74Schristos	(sim_stop_reason): Clarify meaning of sim_signalled.
1058*75fd0b74Schristos
1059*75fd0b74Schristos2000-02-03  Timothy Wall <twall@redhat.com>
1060*75fd0b74Schristos
1061*75fd0b74Schristos	* dis-asm.h (struct disassemble_info): Added octets_per_byte
1062*75fd0b74Schristos	field and initialize it to one (1).
1063*75fd0b74Schristos
1064*75fd0b74Schristos2000-01-27  Nick Clifton  <nickc@redhat.com>
1065*75fd0b74Schristos
1066*75fd0b74Schristos	* dis-asm.h: Add prototype for disassembler_usage().
1067*75fd0b74Schristos	Add prototype for arm_disassembler_options().
1068*75fd0b74Schristos	Remove prototype for arm_toggle_regnames().
1069*75fd0b74Schristos	Add prototype for parse_arm_disassembler_option().
1070*75fd0b74Schristos
1071*75fd0b74SchristosSat Jan  1 19:06:52 2000  Hans-Peter Nilsson  <hp@bitrange.com>
1072*75fd0b74Schristos
1073*75fd0b74Schristos	* symcat.h (STRINGX) [!__STDC__ || ALMOST_STDC]: Change "?" to "s"
1074*75fd0b74Schristos	to stringify argument s.
1075*75fd0b74Schristos
1076*75fd0b74SchristosWed Dec 15 11:22:56 1999  Jeffrey A Law  (law@cygnus.com)
1077*75fd0b74Schristos
1078*75fd0b74Schristos	* hp-symtab.h (HP_LANGUAGE_FORTRAN): New enumeration constant.
1079*75fd0b74Schristos	(HP_LANGUAGE_F77): Define using HP_LANGUAGE_FORTRAN.
1080*75fd0b74Schristos
1081*75fd0b74Schristos1999-12-15  Doug Evans  <dje@transmeta.com>
1082*75fd0b74Schristos
1083*75fd0b74Schristos	* dis-asm.h: Enclose in extern "C" ifdef __cplusplus.
1084*75fd0b74Schristos
1085*75fd0b74Schristos1999-12-05  Mark Mitchell  <mark@codesourcery.com>
1086*75fd0b74Schristos
1087*75fd0b74Schristos	* splay-tree.h (struct splay_tree_node): Rename to ...
1088*75fd0b74Schristos	(struct splay_tree_node_s): ... this.
1089*75fd0b74Schristos	(struct splay_tree): Rename to ...
1090*75fd0b74Schristos	(struct splay_tree_s): ... this.
1091*75fd0b74Schristos
1092*75fd0b74Schristos1999-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1093*75fd0b74Schristos
1094*75fd0b74Schristos	* ansidecl.h (ATTRIBUTE_MALLOC): New macro.
1095*75fd0b74Schristos
1096*75fd0b74Schristos	* libiberty.h (buildargv, dupargv, concat, choose_temp_base,
1097*75fd0b74Schristos	make_temp_file, xmalloc, xcalloc, xstrdup, xmemdup): Add
1098*75fd0b74Schristos	ATTRIBUTE_MALLOC.
1099*75fd0b74Schristos	(xatexit): Remove __GNUC__ check, add ATTRIBUTE_NORETURN.
1100*75fd0b74Schristos
1101*75fd0b74Schristos1999-11-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1102*75fd0b74Schristos
1103*75fd0b74Schristos	* libiberty.h: Include stdarg.h when ANSI_PROTOTYPES is defined.
1104*75fd0b74Schristos	(asprintf, vasprintf): Provide declarations.
1105*75fd0b74Schristos
1106*75fd0b74SchristosWed Nov 10 12:43:21 1999  Philippe De Muyter  <phdm@macqel.be>
1107*75fd0b74Schristos			  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1108*75fd0b74Schristos
1109*75fd0b74Schristos	* ansidecl.h: Define and test `GCC_VERSION', not `HAVE_GCC_VERSION'.
1110*75fd0b74Schristos
1111*75fd0b74Schristos1999-11-04      Jimmy Guo       <guo@cup.hp.com>
1112*75fd0b74Schristos
1113*75fd0b74Schristos	* hp-symtab.h (dntt_type_fparam): Add doc_ranges, misc_kind
1114*75fd0b74Schristos	fields, change location type to CORE_ADDR from int.
1115*75fd0b74Schristos	(dntt_type_const): Name the 5th field location_type.
1116*75fd0b74Schristos
1117*75fd0b74SchristosSun Oct 24 19:11:32 1999  Andrew Cagney  <cagney@b1.cygnus.com>
1118*75fd0b74Schristos
1119*75fd0b74Schristos	* sim-d10v.h (SIM_D10V_TS2_DMAP_REGNUM): Define.
1120*75fd0b74Schristos
1121*75fd0b74Schristos1999-10-23 08:51 -0700  Zack Weinberg  <zack@bitmover.com>
1122*75fd0b74Schristos
1123*75fd0b74Schristos	* hashtab.h: Give hash_table_t a struct tag.  Add prototypes
1124*75fd0b74Schristos	for clear_hash_table_slot and traverse_hash_table.  Correct
1125*75fd0b74Schristos	prototype of all_hash_table_collisions.
1126*75fd0b74Schristos
1127*75fd0b74SchristosSat Oct 23 19:00:13 1999  Andrew Cagney  <cagney@b1.cygnus.com>
1128*75fd0b74Schristos
1129*75fd0b74Schristos	* sim-d10v.h: New file.
1130*75fd0b74Schristos
1131*75fd0b74SchristosFri Oct 15 01:47:51 1999  Vladimir Makarov  <vmakarov@loony.cygnus.com>
1132*75fd0b74Schristos
1133*75fd0b74Schristos	* hashtab.h: New file.
1134*75fd0b74Schristos
1135*75fd0b74Schristos1999-10-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1136*75fd0b74Schristos
1137*75fd0b74Schristos	* ansidecl.h (HAVE_GCC_VERSION): New macro.  Use it instead of
1138*75fd0b74Schristos	explicitly testing __GNUC__ and __GNUC_MINOR__.
1139*75fd0b74Schristos
1140*75fd0b74Schristos	(ATTRIBUTE_PRINTF): Use `__format__', not `format'.
1141*75fd0b74Schristos
1142*75fd0b74Schristos1999-09-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1143*75fd0b74Schristos
1144*75fd0b74Schristos	* libiberty.h (make_temp_file):  Add a prototype.
1145*75fd0b74Schristos
1146*75fd0b74SchristosTue Sep 14 00:35:02 1999  Marc Espie <espie@cvs.openbsd.org>
1147*75fd0b74Schristos
1148*75fd0b74Schristos	* libiberty.h (basename):  OpenBSD has a correct prototype.
1149*75fd0b74Schristos	(xrealloc):  Remove outdated comment.
1150*75fd0b74Schristos
1151*75fd0b74Schristos1999-09-07  Jeff Garzik  <jgarzik@pobox.com>
1152*75fd0b74Schristos
1153*75fd0b74Schristos	* libiberty.h (xmemdup): Add prototype for new function.
1154*75fd0b74Schristos
1155*75fd0b74Schristos1999-09-04  Steve Chamberlain  <sac@pobox.com>
1156*75fd0b74Schristos
1157*75fd0b74Schristos	* dis-asm.h (print_insn_pj): Declare.
1158*75fd0b74Schristos
1159*75fd0b74Schristos1999-09-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1160*75fd0b74Schristos
1161*75fd0b74Schristos	* obstack.h (obstack_grow, obstack_grow0): Move (char*) casts
1162*75fd0b74Schristos	in calls to `_obstack_memcpy' from here ...
1163*75fd0b74Schristos
1164*75fd0b74Schristos	(_obstack_memcpy): ... to here, except in the __STDC__ case which
1165*75fd0b74Schristos	doesn't need it.
1166*75fd0b74Schristos
1167*75fd0b74Schristos1999-08-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1168*75fd0b74Schristos
1169*75fd0b74Schristos	* libiberty.h (getpwd): Prototype.
1170*75fd0b74Schristos
1171*75fd0b74Schristos1999-08-01  Mark Mitchell  <mark@codesourcery.com>
1172*75fd0b74Schristos
1173*75fd0b74Schristos	* splay-tree.h (splay_tree_insert): Return the new node.
1174*75fd0b74Schristos
1175*75fd0b74Schristos1999-07-11  Ian Lance Taylor  <ian@zembu.com>
1176*75fd0b74Schristos
1177*75fd0b74Schristos	* ansidecl.h: Copy attribute support macros from egcs.
1178*75fd0b74Schristos
1179*75fd0b74Schristos1999-06-22  Mark Mitchell  <mark@codesourcery.com>
1180*75fd0b74Schristos
1181*75fd0b74Schristos	* bfdlink.h (struct bfd_link_hash_entry): Add init_function and
1182*75fd0b74Schristos	fini_function.
1183*75fd0b74Schristos
1184*75fd0b74Schristos1999-06-20  Mark Mitchell  <mark@codesourcery.com>
1185*75fd0b74Schristos
1186*75fd0b74Schristos	* mips.h (Elf32_Internal_Msym): New structure.
1187*75fd0b74Schristos	(Elf32_External_Msym): Likewise.
1188*75fd0b74Schristos	(ELF32_MS_REL_INDEX): New macro.
1189*75fd0b74Schristos	(ELF32_MS_FLAGS): Likewise.
1190*75fd0b74Schristos	(ELF32_MS_INFO): Likewise.
1191*75fd0b74Schristos
1192*75fd0b74Schristos1999-06-14  Nick Clifton  <nickc@cygnus.com>
1193*75fd0b74Schristos
1194*75fd0b74Schristos	* dis-asm.h (arm_toggle_regnames): New prototype.
1195*75fd0b74Schristos	(struct diassemble_info): New field: disassembler_options.
1196*75fd0b74Schristos
1197*75fd0b74Schristos1999-04-11  Richard Henderson  <rth@cygnus.com>
1198*75fd0b74Schristos
1199*75fd0b74Schristos	* bfdlink.h (bfd_elf_version_expr): Rename `match' to `pattern'.
1200*75fd0b74Schristos	Add `match' callback function.
1201*75fd0b74Schristos
1202*75fd0b74Schristos1999-04-10  Richard Henderson  <rth@cygnus.com>
1203*75fd0b74Schristos
1204*75fd0b74Schristos	* bfdlink.h (bfd_link_info): Add no_undefined.
1205*75fd0b74Schristos
1206*75fd0b74Schristos1999-04-08  Nick Clifton  <nickc@cygnus.com>
1207*75fd0b74Schristos
1208*75fd0b74Schristos	* dis-asm.h: Add prototype for print_insn_mcore.
1209*75fd0b74Schristos
1210*75fd0b74Schristos1999-04-02  Mark Mitchell  <mark@codesourcery.com>
1211*75fd0b74Schristos
1212*75fd0b74Schristos	* splay-tree.h (splay_tree_compare_pointers): Declare.
1213*75fd0b74Schristos
1214*75fd0b74Schristos1999-03-30  Mark Mitchell  <mark@codesourcery.com>
1215*75fd0b74Schristos
1216*75fd0b74Schristos	* splay-tree.h (splay_tree_compare_ints): Declare.
1217*75fd0b74Schristos
1218*75fd0b74SchristosWed Mar 24 12:46:29 1999  Andrew Cagney  <cagney@amy.cygnus.com>
1219*75fd0b74Schristos
1220*75fd0b74Schristos	* libiberty.h (basename): Cygwin{,32} should have the prototype.
1221*75fd0b74Schristos
1222*75fd0b74Schristos1999-02-22  Jim Lemke  <jlemke@cygnus.com>
1223*75fd0b74Schristos
1224*75fd0b74Schristos	* bfdlink.h (bfd_link_info): add field "mpc860c0".
1225*75fd0b74Schristos
1226*75fd0b74SchristosMon Feb  1 21:05:46 1999  Catherine Moore  <clm@cygnus.com>
1227*75fd0b74Schristos
1228*75fd0b74Schristos	* dis-asm.h (print_insn_i386_att):  Declare.
1229*75fd0b74Schristos	(print_insn_i386_intel):  Declare.
1230*75fd0b74Schristos
1231*75fd0b74Schristos1998-12-30  Michael Meissner  <meissner@cygnus.com>
1232*75fd0b74Schristos
1233*75fd0b74Schristos	* dis-asm.h (INIT_DISASSEMBLE_INFO_NO_ARCH): Cast STREAM and
1234*75fd0b74Schristos	FPRINTF_FUNC to avoid compiler warnings.
1235*75fd0b74Schristos
1236*75fd0b74SchristosWed Dec 30 16:07:14 1998  David Taylor  <taylor@texas.cygnus.com>
1237*75fd0b74Schristos
1238*75fd0b74Schristos	* dis-asm.h: change void * to PTR (two places).
1239*75fd0b74Schristos
1240*75fd0b74SchristosMon Dec 14 09:53:31 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1241*75fd0b74Schristos
1242*75fd0b74Schristos	* demangle.h: Don't check IN_GCC anymore.
1243*75fd0b74Schristos	* splay-tree.h: Likewise.
1244*75fd0b74Schristos
1245*75fd0b74SchristosTue Dec  8 00:30:31 1998  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
1246*75fd0b74Schristos
1247*75fd0b74Schristos	The following changes were made by Elena Zannoni
1248*75fd0b74Schristos	<ezannoni@kwikemart.cygnus.com> and Edith Epstein
1249*75fd0b74Schristos	<eepstein@sophia.cygnus.com> as part of a project to merge in
1250*75fd0b74Schristos	changes made by HP; HP did not create ChangeLog entries.
1251*75fd0b74Schristos
1252*75fd0b74Schristos	* dis-asm.h (struct disassemble_info): change the type of stream
1253*75fd0b74Schristos	from FILE* to void*, for use with gdb's new type GDB_FILE.
1254*75fd0b74Schristos	(fprintf_ftype): change FILE* parameter type to void*.
1255*75fd0b74Schristos
1256*75fd0b74Schristos	* demangle.h: (DMGL_EDG): new macro for Kuck and Associates
1257*75fd0b74Schristos	(DMGL_STYLE_MASK): modify to include Kuck and Assoc style
1258*75fd0b74Schristos	(demangling_styles): add new edg_demangling style
1259*75fd0b74Schristos	(EDG_DEMANGLING_STYLE_STRING): new macro
1260*75fd0b74Schristos	(EDG_DEMANGLING): new macro
1261*75fd0b74Schristos	(DMGL_HP): new macro, for HP/aCC compiler.
1262*75fd0b74Schristos	(DMGL_STYLE_MASK): modify to include new HP's style.
1263*75fd0b74Schristos	(demangling_styles): add new hp_demangling value.
1264*75fd0b74Schristos	(HP_DEMANGLING_STYLE_STRING): new macro.
1265*75fd0b74Schristos	(ARM_DEMANGLING): coerce to int.
1266*75fd0b74Schristos	(HP_DEMANGLING): new macro.
1267*75fd0b74Schristos
1268*75fd0b74Schristos	* hp-symtab.h: rewritten, from HP.
1269*75fd0b74Schristos	(quick_procedure): change type of language field to unsigned int
1270*75fd0b74Schristos	(quick_module): change type of language field to unsigned int
1271*75fd0b74Schristos	(struct dntt_type_svar): add field thread_specific.
1272*75fd0b74Schristos	(hp_language): add languages modcal and dmpascal.
1273*75fd0b74Schristos
1274*75fd0b74SchristosFri Nov 20 13:14:00 1998  Andrew Cagney  <cagney@b1.cygnus.com>
1275*75fd0b74Schristos
1276*75fd0b74Schristos	* libiberty.h (basename): Add prototype for FreeBSD.
1277*75fd0b74Schristos
1278*75fd0b74SchristosFri Nov 13 19:19:11 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1279*75fd0b74Schristos
1280*75fd0b74Schristos	* libiberty.h: Prototype xcalloc.
1281*75fd0b74Schristos
1282*75fd0b74SchristosSun Nov  8 17:42:25 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1283*75fd0b74Schristos
1284*75fd0b74Schristos	* ansidecl.h: Wrap problematic macros with !IN_GCC.
1285*75fd0b74Schristos
1286*75fd0b74Schristos	* demangle.h: Never define PARAMS().
1287*75fd0b74Schristos	* splay-tree.h: Likewise.
1288*75fd0b74Schristos
1289*75fd0b74SchristosSat Nov  7 18:30:20 1998  Peter Schauer  <peter.schauer@regent.e-technik.tu-muenchen.de>
1290*75fd0b74Schristos
1291*75fd0b74Schristos	* dis-asm.h (print_insn_vax): Declare.
1292*75fd0b74Schristos
1293*75fd0b74SchristosSat Nov  7 16:04:03 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1294*75fd0b74Schristos
1295*75fd0b74Schristos	* demangle.h: Don't include gansidecl.h.
1296*75fd0b74Schristos	* splay-tree.h: Likewise.
1297*75fd0b74Schristos
1298*75fd0b74Schristos1998-10-26 16:03  Ulrich Drepper  <drepper@cygnus.com>
1299*75fd0b74Schristos
1300*75fd0b74Schristos	* bfdlink.h (struct bfd_link_info): Add new field optimize.
1301*75fd0b74Schristos
1302*75fd0b74SchristosThu Oct 22 19:58:00 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1303*75fd0b74Schristos
1304*75fd0b74Schristos	* splay-tree.h: Wrap function pointer parameter declarations in
1305*75fd0b74Schristos	PARAMS() macro.
1306*75fd0b74Schristos
1307*75fd0b74Schristos1998-10-21  Mark Mitchell  <mark@markmitchell.com>
1308*75fd0b74Schristos
1309*75fd0b74Schristos	* splay-tree.h: New file.
1310*75fd0b74Schristos
1311*75fd0b74SchristosFri Oct  9 00:02:03 1998  Jeffrey A Law  (law@cygnus.com)
1312*75fd0b74Schristos
1313*75fd0b74Schristos	* Merge devo and egcs include directories.
1314*75fd0b74Schristos
1315*75fd0b74SchristosSat Sep  5 12:16:33 1998  Jeffrey A Law  (law@cygnus.com)
1316*75fd0b74Schristos
1317*75fd0b74Schristos	* getopt.h, obstack.h: Updated from gcc.
1318*75fd0b74Schristos
1319*75fd0b74Schristos1998-08-03  Jason Molenda  (jsm@bugshack.cygnus.com)
1320*75fd0b74Schristos
1321*75fd0b74Schristos	* libiberty.h (xexit): Change decl to use modern GCC attribute
1322*75fd0b74Schristos	to indicate exit does not return.
1323*75fd0b74Schristos
1324*75fd0b74SchristosMon Jun  1 13:48:32 1998  Jason Molenda  (crash@bugshack.cygnus.com)
1325*75fd0b74Schristos
1326*75fd0b74Schristos	* obstack.h: Update to latest FSF version.
1327*75fd0b74Schristos
1328*75fd0b74SchristosTue Feb 24 13:05:02 1998  Doug Evans  <devans@canuck.cygnus.com>
1329*75fd0b74Schristos
1330*75fd0b74Schristos	* dis-asm.h (disassemble_info): Member `symbol' renamed to `symbols'
1331*75fd0b74Schristos	and made an "asymbol **".  New member num_symbols.
1332*75fd0b74Schristos	(INIT_DISASSEMBLE_INFO_NO_ARCH): Update.
1333*75fd0b74Schristos
1334*75fd0b74SchristosTue Feb 17 12:32:18 1998  Andrew Cagney  <cagney@b1.cygnus.com>
1335*75fd0b74Schristos
1336*75fd0b74Schristos	* remote-sim.h (sim_fetch_register, sim_store_register): Add
1337*75fd0b74Schristos	register length parameter.  Functions return actual length of
1338*75fd0b74Schristos	register.
1339*75fd0b74Schristos
1340*75fd0b74SchristosThu Feb 12 16:29:01 1998  Ian Lance Taylor  <ian@cygnus.com>
1341*75fd0b74Schristos
1342*75fd0b74Schristos	* getopt.h: Update to latest FSF version.
1343*75fd0b74Schristos
1344*75fd0b74SchristosWed Feb 11 16:56:06 1998  Doug Evans  <devans@canuck.cygnus.com>
1345*75fd0b74Schristos
1346*75fd0b74Schristos	* symcat.h: New file.
1347*75fd0b74Schristos
1348*75fd0b74SchristosMon Feb  2 17:13:31 1998  Steve Haworth  <steve@pm.cse.rmit.EDU.AU>
1349*75fd0b74Schristos
1350*75fd0b74Schristos	* dis-asm.h (print_insn_tic30): Declare.
1351*75fd0b74Schristos
1352*75fd0b74SchristosThu Jan 22 16:23:59 1998  Fred Fish <fnf@cygnus.com>
1353*75fd0b74Schristos
1354*75fd0b74Schristos	* dis-asm.h: Add flag INSN_HAS_RELOC to tell disassembly
1355*75fd0b74Schristos	function there is a reloc on this line.
1356*75fd0b74Schristos
1357*75fd0b74SchristosMon Dec  8 11:22:23 1997  Nick Clifton  <nickc@cygnus.com>
1358*75fd0b74Schristos
1359*75fd0b74Schristos	* dis-asm.h: Remove prototype of disasm_symaddr() as this function
1360*75fd0b74Schristos	no longer exists.
1361*75fd0b74Schristos
1362*75fd0b74SchristosTue Dec  2 10:20:53 1997  Nick Clifton  <nickc@cygnus.com>
1363*75fd0b74Schristos
1364*75fd0b74Schristos	* dis-asm.h (disasm_symaddr): New prototype.
1365*75fd0b74Schristos
1366*75fd0b74SchristosMon Dec  1 11:29:35 1997  Doug Evans  <devans@canuck.cygnus.com>
1367*75fd0b74Schristos
1368*75fd0b74Schristos	* callback.h (CB_SYSCALL): Comment out arg names in prototypes.
1369*75fd0b74Schristos
1370*75fd0b74SchristosWed Nov 26 16:47:58 1997  Michael Meissner  <meissner@cygnus.com>
1371*75fd0b74Schristos
1372*75fd0b74Schristos	* callback.h (CB_SYSCALL): Consistantly use names for prototype
1373*75fd0b74Schristos	arguments.
1374*75fd0b74Schristos
1375*75fd0b74SchristosWed Nov 26 11:39:30 1997  Doug Evans  <devans@canuck.cygnus.com>
1376*75fd0b74Schristos
1377*75fd0b74Schristos	* callback.h (CB_SYSCALL): Change byte count arguments to
1378*75fd0b74Schristos	{read,write}_mem to `int'.  New member `magic'.
1379*75fd0b74Schristos	(CB_SYSCALL_MAGIC,CB_SYSCALL_INIT): New macros.
1380*75fd0b74Schristos
1381*75fd0b74SchristosTue Nov 25 01:35:52 1997  Doug Evans  <devans@seba.cygnus.com>
1382*75fd0b74Schristos
1383*75fd0b74Schristos	* callback.h (struct stat): Move forward decl up.
1384*75fd0b74Schristos	(host_callback): Pass stat struct pointer to stat,fstat.
1385*75fd0b74Schristos	(CB_SYS_nnn): Reorganize.
1386*75fd0b74Schristos	(CB_SYSCALL): New members p1,p2.
1387*75fd0b74Schristos	(cb_host_to_target_stat): Delete fourth arg.
1388*75fd0b74Schristos
1389*75fd0b74SchristosSat Nov 22 23:34:15 1997  Andrew Cagney  <cagney@b1.cygnus.com>
1390*75fd0b74Schristos
1391*75fd0b74Schristos	* remote-sim.h (sim_stop_reason): Clarify sim_signalled SIGRC
1392*75fd0b74Schristos	argument.
1393*75fd0b74Schristos
1394*75fd0b74SchristosMon Nov 17 14:00:51 1997  Doug Evans  <devans@seba.cygnus.com>
1395*75fd0b74Schristos
1396*75fd0b74Schristos	* callback.h (CB_TARGET_DEFS_MAP): Renamed from target_defs_map.
1397*75fd0b74Schristos	(host_callback): Add stat, fstat, syscall_map, errno_map, open_map,
1398*75fd0b74Schristos	signal_map, stat_map.
1399*75fd0b74Schristos	(errn_map,open_map): Renamed to cb_init_foo_map.
1400*75fd0b74Schristos	(cb_host_to_target_errno,cb_target_to_host_open): Renamed from
1401*75fd0b74Schristos	host_to_target_errno,target_to_host_open.
1402*75fd0b74Schristos	(cb_read_target_syscall_maps): Add prototype.
1403*75fd0b74Schristos	(cb_target_to_host_syscall): Likewise.
1404*75fd0b74Schristos	(cb_host_to_target_stat): Likewise.
1405*75fd0b74Schristos	(cb_syscall): Likewise.
1406*75fd0b74Schristos	(CB_SYS_{exit,open,close,read,write,lseek,unlink,getpid,kill,fstat,
1407*75fd0b74Schristos	argvlen,argv,chdir,stat,chmod,utime,time}): Define.
1408*75fd0b74Schristos	(CB_SYSCALL): New type.
1409*75fd0b74Schristos	(CB_RC): New enum.
1410*75fd0b74Schristos
1411*75fd0b74SchristosFri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
1412*75fd0b74Schristos
1413*75fd0b74Schristos	* libiberty.h: Add extern "C" { so it can be used with C++
1414*75fd0b74Schristos	programs.
1415*75fd0b74Schristos	* remote-sim.h:  Add extern "C" { so it can be used with C++
1416*75fd0b74Schristos	programs.
1417*75fd0b74Schristos
1418*75fd0b74SchristosTue Oct 14 16:07:51 1997  Nick Clifton  <nickc@cygnus.com>
1419*75fd0b74Schristos
1420*75fd0b74Schristos	* dis-asm.h (struct disassemble_info): New field
1421*75fd0b74Schristos	'symbol_at_address_func'.
1422*75fd0b74Schristos	(INIT_DISASSEMBLE_INFO_NO_ARCH): Initialise new field with
1423*75fd0b74Schristos	generic_symbol_at_address.
1424*75fd0b74Schristos
1425*75fd0b74SchristosMon Oct 13 10:17:15 1997  Andrew Cagney  <cagney@b1.cygnus.com>
1426*75fd0b74Schristos
1427*75fd0b74Schristos	* remote-sim.h: Clarify sim_read, sim_write MEM argument.
1428*75fd0b74Schristos
1429*75fd0b74SchristosWed Sep 24 18:03:10 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
1430*75fd0b74Schristos
1431*75fd0b74Schristos	* remote-sim.h (SIM_RC):  Add a bunch of new return codes for
1432*75fd0b74Schristos	breakpoint stuff.
1433*75fd0b74Schristos	* Add functions to tell the simulator to set/clear/enable/disable
1434*75fd0b74Schristos	intrinsic breakpoints.
1435*75fd0b74Schristos
1436*75fd0b74SchristosThu Aug 28 19:41:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
1437*75fd0b74Schristos
1438*75fd0b74Schristos	* libiberty.h (dupargv): Add prototype.
1439*75fd0b74Schristos
1440*75fd0b74SchristosTue Aug 26 12:25:49 1997  Andrew Cagney  <cagney@b1.cygnus.com>
1441*75fd0b74Schristos
1442*75fd0b74Schristos	* remote-sim.h (sim_create_inferior): Add ABFD arg. Document.
1443*75fd0b74Schristos
1444*75fd0b74SchristosMon Aug 25 10:50:51 1997  Andrew Cagney  <cagney@b1.cygnus.com>
1445*75fd0b74Schristos
1446*75fd0b74Schristos	* remote-sim.h (sim_open): Add ABFD arg. Document.
1447*75fd0b74Schristos
1448*75fd0b74SchristosFri Aug  8 16:43:56 1997  Doug Evans  <dje@canuck.cygnus.com>
1449*75fd0b74Schristos
1450*75fd0b74Schristos	* dis-asm.h (arc_get_disassembler): Declare.
1451*75fd0b74Schristos
1452*75fd0b74SchristosWed Jul 30 11:39:50 1997  Per Bothner  <bothner@deneb.cygnus.com>
1453*75fd0b74Schristos
1454*75fd0b74Schristos	* demangle.h (DMGL_JAVA):  New option to request Java demangling.
1455*75fd0b74Schristos
1456*75fd0b74SchristosTue Jul 22 17:59:54 1997  Ian Lance Taylor  <ian@cygnus.com>
1457*75fd0b74Schristos
1458*75fd0b74Schristos	* libiberty.h (PEXECUTE_*): Define.
1459*75fd0b74Schristos	(pexecute, pwait): Declare.
1460*75fd0b74Schristos
1461*75fd0b74SchristosFri Jun  6 13:02:33 1997  Andrew Cagney  <cagney@b1.cygnus.com>
1462*75fd0b74Schristos
1463*75fd0b74Schristos	* remote-sim.h (sim_kill): Mark as depreciated.
1464*75fd0b74Schristos
1465*75fd0b74SchristosFri May 23 13:43:41 1997  Fred Fish  <fnf@cygnus.com>
1466*75fd0b74Schristos
1467*75fd0b74Schristos	* bfdlink.h (struct bfd_link_info): Add task_link member.
1468*75fd0b74Schristos
1469*75fd0b74SchristosThu May 22 11:32:49 1997  Andrew Cagney  <cagney@b1.cygnus.com>
1470*75fd0b74Schristos
1471*75fd0b74Schristos	* remote-sim.h: Review documentation.  Clarify restrictions on
1472*75fd0b74Schristos	when functions can be called.
1473*75fd0b74Schristos
1474*75fd0b74SchristosWed May 21 16:47:53 1997  Andrew Cagney  <cagney@b1.cygnus.com>
1475*75fd0b74Schristos
1476*75fd0b74Schristos	* remote-sim.h (sim_set_profile_size): Add prototype, document as
1477*75fd0b74Schristos	depreciated.
1478*75fd0b74Schristos
1479*75fd0b74SchristosTue May 20 09:32:22 1997  Andrew Cagney  <cagney@b1.cygnus.com>
1480*75fd0b74Schristos
1481*75fd0b74Schristos	* remote-sim.h (sim_open): Add callback struct.
1482*75fd0b74Schristos	(sim_set_callbacks): Drop SIM_DESC argument. Document.
1483*75fd0b74Schristos	(sim_size): Remove recently added SIM_DESC argument. Document.
1484*75fd0b74Schristos
1485*75fd0b74SchristosMon May 19 19:14:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
1486*75fd0b74Schristos
1487*75fd0b74Schristos	* remote-sim.h: Pass SD into sim_size.
1488*75fd0b74Schristos
1489*75fd0b74SchristosThu May 15 01:24:16 1997  Mark Alexander  <marka@cygnus.com>
1490*75fd0b74Schristos
1491*75fd0b74Schristos	* obstack.h (obstack_specify_allocation_with_arg, obstack_chunkfun,
1492*75fd0b74Schristos	obstack_freefun): Eliminate compile warnings in gdb.
1493*75fd0b74Schristos
1494*75fd0b74SchristosTue Apr 22 10:24:34 1997  Fred Fish  <fnf@cygnus.com>
1495*75fd0b74Schristos
1496*75fd0b74Schristos	* floatformat.h (floatformat_byteorders): Add comments for previous
1497*75fd0b74Schristos	formats and add floatformat_littlebyte_bigword, primarily for ARM.
1498*75fd0b74Schristos	Add declaration for floatformat_ieee_double_littlebyte_bigword.
1499*75fd0b74Schristos
1500*75fd0b74SchristosFri Apr 18 13:04:49 1997  Andrew Cagney  <cagney@b1.cygnus.com>
1501*75fd0b74Schristos
1502*75fd0b74Schristos	* remote-sim.h (sim_stop): New interface - asynchronous
1503*75fd0b74Schristos	notification of a request to stop / suspend the running
1504*75fd0b74Schristos	simulation.
1505*75fd0b74Schristos
1506*75fd0b74Schristos	* remote-sim.h (enum sim_stop): Add sim_running and sim_polling as
1507*75fd0b74Schristos	states for use internal to simulators.
1508*75fd0b74Schristos
1509*75fd0b74Schristos	* callback.h (struct host_callback_strut): Put a magic number at
1510*75fd0b74Schristos	the end of the struct to allow basic checking.
1511*75fd0b74Schristos	(struct host_callback_struct ): Add poll_quit - so
1512*75fd0b74Schristos	that the console etc can be polled at regular intervals.
1513*75fd0b74Schristos
1514*75fd0b74SchristosThu Apr 17 02:17:12 1997  Doug Evans  <dje@canuck.cygnus.com>
1515*75fd0b74Schristos
1516*75fd0b74Schristos	* remote-sim.h (struct _bfd): Declare.
1517*75fd0b74Schristos	(sim_load): Return SIM_RC.  New arg `abfd'.
1518*75fd0b74Schristos	(sim_create_inferior): Return SIM_RC.  Delete arg `start_address'.
1519*75fd0b74Schristos
1520*75fd0b74SchristosWed Apr  2 17:09:12 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
1521*75fd0b74Schristos
1522*75fd0b74Schristos	* remote-sim.h (sim_trace, sim_size): Make these global.  They
1523*75fd0b74Schristos	will go away shortly.
1524*75fd0b74Schristos
1525*75fd0b74SchristosWed Apr  2 15:23:49 1997  Doug Evans  <dje@canuck.cygnus.com>
1526*75fd0b74Schristos
1527*75fd0b74Schristos	* remote-sim.h (SIM_OPEN_KIND, SIM_RC): New enums.
1528*75fd0b74Schristos	(sim_open): New argument `kind'.
1529*75fd0b74Schristos
1530*75fd0b74SchristosWed Apr  2 14:45:51 1997  Ian Lance Taylor  <ian@cygnus.com>
1531*75fd0b74Schristos
1532*75fd0b74Schristos	* COPYING: Update FSF address.
1533*75fd0b74Schristos
1534*75fd0b74SchristosFri Mar 28 15:29:54 1997  Mike Meissner  <meissner@cygnus.com>
1535*75fd0b74Schristos
1536*75fd0b74Schristos	* callback.h (top level): Include stdarg.h or varargs.h if
1537*75fd0b74Schristos	va_start is not defined.
1538*75fd0b74Schristos	(host_callback_struct): Make {,e}vprintf_filtered take a va_list
1539*75fd0b74Schristos	instead of void *, since va_list might be an array or structure
1540*75fd0b74Schristos	type.
1541*75fd0b74Schristos
1542*75fd0b74SchristosFri Mar 28 15:44:41 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
1543*75fd0b74Schristos
1544*75fd0b74Schristos	* libiberty.h (basename): Add prototype for glibc and linux.
1545*75fd0b74Schristos
1546*75fd0b74SchristosMon Mar 17 19:22:12 1997  Ian Lance Taylor  <ian@cygnus.com>
1547*75fd0b74Schristos
1548*75fd0b74Schristos	* objalloc.h: New file.
1549*75fd0b74Schristos
1550*75fd0b74SchristosMon Mar 17 14:57:55 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
1551*75fd0b74Schristos
1552*75fd0b74Schristos	* remote-sim.h: New file, copied in from gdb/remote-sim.h.  One
1553*75fd0b74Schristos	day this will be placed in a directory of its own.
1554*75fd0b74Schristos
1555*75fd0b74SchristosSat Mar 15 19:00:14 1997  Ian Lance Taylor  <ian@cygnus.com>
1556*75fd0b74Schristos
1557*75fd0b74Schristos	* obstack.h: Update to current FSF version.
1558*75fd0b74Schristos
1559*75fd0b74SchristosThu Mar  6 15:46:59 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
1560*75fd0b74Schristos
1561*75fd0b74Schristos	* callback.h (struct host_callback_struct): Add callbacks -
1562*75fd0b74Schristos	flush_stdout, write_stderr, flush_stderr, vprintf_filtered,
1563*75fd0b74Schristos	evprintf_filtered.  Delete redundant callbacks - printf_filtered.
1564*75fd0b74Schristos
1565*75fd0b74SchristosThu Feb 27 23:18:27 1997  Ian Lance Taylor  <ian@cygnus.com>
1566*75fd0b74Schristos
1567*75fd0b74Schristos	* bfdlink.h (struct bfd_link_info): Remove lprefix and lprefix_len
1568*75fd0b74Schristos	fields.
1569*75fd0b74Schristos
1570*75fd0b74SchristosTue Feb 25 00:10:49 1997  Ian Lance Taylor  <ian@cygnus.com>
1571*75fd0b74Schristos
1572*75fd0b74Schristos	* dis-asm.h (INIT_DISASSEMBLE_INFO_NO_ARCH): Initialize
1573*75fd0b74Schristos	bytes_per_chunk and display_endian.
1574*75fd0b74Schristos
1575*75fd0b74SchristosMon Feb 24 17:47:02 1997  Ian Lance Taylor  <ian@cygnus.com>
1576*75fd0b74Schristos
1577*75fd0b74Schristos	From Eric Youngdale <eric@andante.jic.com>:
1578*75fd0b74Schristos	* bfdlink.h (struct bfd_elf_version_expr): Define.
1579*75fd0b74Schristos	(struct bfd_elf_version_deps): Define.
1580*75fd0b74Schristos	(struct bfd_elf_version_tree): Define.
1581*75fd0b74Schristos
1582*75fd0b74SchristosThu Feb  6 14:20:01 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
1583*75fd0b74Schristos
1584*75fd0b74Schristos	* dis-asm.h: (disassemble_info):  Add new fields
1585*75fd0b74Schristos	bytes_per_chunk and display_endian to control the
1586*75fd0b74Schristos	display of raw instructions.
1587*75fd0b74Schristos
1588*75fd0b74SchristosFri Dec 27 22:17:37 1996  Fred Fish  <fnf@cygnus.com>
1589*75fd0b74Schristos
1590*75fd0b74Schristos	* dis-asm.h (print_insn_tic80): Declare.
1591*75fd0b74Schristos
1592*75fd0b74SchristosSun Dec  8 17:11:12 1996  Doug Evans  <dje@canuck.cygnus.com>
1593*75fd0b74Schristos
1594*75fd0b74Schristos	* callback.h (host_callback): New member `error'.
1595*75fd0b74Schristos
1596*75fd0b74SchristosWed Nov 20 00:40:23 1996  Doug Evans  <dje@canuck.cygnus.com>
1597*75fd0b74Schristos
1598*75fd0b74Schristos	* callback.h: New file, moved here from gdb.
1599*75fd0b74Schristos
1600*75fd0b74SchristosMon Nov 18 16:34:00 1996  Dawn Perchik  <dawn@critters.cygnus.com>
1601*75fd0b74Schristos
1602*75fd0b74Schristos	* libiberty.h: Checkin again; last checkin failed due to sticky tag.
1603*75fd0b74Schristos
1604*75fd0b74SchristosWed Nov 13 08:22:00 1996  Dawn Perchik  <dawn@critters.cygnus.com>
1605*75fd0b74Schristos
1606*75fd0b74Schristos	* libiberty.h: Revert last commit due to conflicts with hpux
1607*75fd0b74Schristos	system headers.
1608*75fd0b74Schristos
1609*75fd0b74SchristosTue Nov 12 16:31:00 1996  Dawn Perchik  <dawn@critters.cygnus.com>
1610*75fd0b74Schristos
1611*75fd0b74Schristos	* libiberty.h: Move prototypes from argv.c here.
1612*75fd0b74Schristos
1613*75fd0b74SchristosThu Oct 31 14:56:18 1996  Doug Evans  <dje@canuck.cygnus.com>
1614*75fd0b74Schristos
1615*75fd0b74Schristos	* ansidecl.h (VPARAMS,VA_START): Define.
1616*75fd0b74Schristos
1617*75fd0b74SchristosFri Oct 25 12:08:04 1996  Ian Lance Taylor  <ian@cygnus.com>
1618*75fd0b74Schristos
1619*75fd0b74Schristos	* dis-asm.h (disassemble_info): Add bytes_per_line field.
1620*75fd0b74Schristos	(INIT_DISASSEMBLE_INFO_NO_ARCH): Initialize bytes_per_line field.
1621*75fd0b74Schristos
1622*75fd0b74SchristosThu Oct 24 17:10:01 1996  Ian Lance Taylor  <ian@cygnus.com>
1623*75fd0b74Schristos
1624*75fd0b74Schristos	* dis-asm.h (disassemble_info): Add symbol field.
1625*75fd0b74Schristos	(INIT_DISASSEMBLE_INFO_NO_ARCH): Initialize symbol field.
1626*75fd0b74Schristos
1627*75fd0b74SchristosThu Oct 17 11:17:40 1996  Doug Evans  <dje@canuck.cygnus.com>
1628*75fd0b74Schristos
1629*75fd0b74Schristos	* dis-asm.h (print_insn_m32r): Declare.
1630*75fd0b74Schristos
1631*75fd0b74SchristosMon Oct 14 23:56:52 1996  Ian Lance Taylor  <ian@cygnus.com>
1632*75fd0b74Schristos
1633*75fd0b74Schristos	* libiberty.h: Declare parameter types for xmalloc and xrealloc.
1634*75fd0b74Schristos
1635*75fd0b74SchristosThu Oct  3 13:45:27 1996  Ian Lance Taylor  <ian@cygnus.com>
1636*75fd0b74Schristos
1637*75fd0b74Schristos	* fnmatch.h: New file.
1638*75fd0b74Schristos
1639*75fd0b74SchristosThu Oct  3 10:33:14 1996  Jeffrey A Law  (law@cygnus.com)
1640*75fd0b74Schristos
1641*75fd0b74Schristos	* dis-asm.h (print_insn_mn10x00): Delete declaration.
1642*75fd0b74Schristos	(print_insn_mn10200, print_insn_mn10300): Declare.
1643*75fd0b74Schristos
1644*75fd0b74SchristosWed Oct  2 21:24:43 1996  Jeffrey A Law  (law@cygnus.com)
1645*75fd0b74Schristos
1646*75fd0b74Schristos	* dis-asm.h (print_insn_mn10x00): Declare.
1647*75fd0b74Schristos
1648*75fd0b74SchristosMon Sep 30 13:56:11 1996  Fred Fish  <fnf@cygnus.com>
1649*75fd0b74Schristos
1650*75fd0b74Schristos	* libiberty.h: Remove #ifndef PRIVATE_XMALLOC.
1651*75fd0b74Schristos
1652*75fd0b74SchristosSat Aug 31 13:27:06 1996  Jeffrey A Law  (law@cygnus.com)
1653*75fd0b74Schristos
1654*75fd0b74Schristos	* dis-asm.h (print_insn_v850): Declare.
1655*75fd0b74Schristos
1656*75fd0b74SchristosTue Aug 13 16:10:30 1996  Stu Grossman  (grossman@critters.cygnus.com)
1657*75fd0b74Schristos
1658*75fd0b74Schristos	* obstack.h:  Change bcopy to memcpy.  Works better on Posix
1659*75fd0b74Schristos	systems, which generally lack bcopy.
1660*75fd0b74Schristos
1661*75fd0b74SchristosMon Aug 12 17:03:18 1996  Stu Grossman  (grossman@critters.cygnus.com)
1662*75fd0b74Schristos
1663*75fd0b74Schristos	* ansidecl.h:  Change WIN32 to _WIN32.
1664*75fd0b74Schristos
1665*75fd0b74SchristosFri Jul 26 13:58:18 1996  Ian Lance Taylor  <ian@cygnus.com>
1666*75fd0b74Schristos
1667*75fd0b74Schristos	* dis-asm.h: Add flavour field.
1668*75fd0b74Schristos	(print_insn_alpha): Declare.
1669*75fd0b74Schristos	(print_insn_alpha_osf, print_insn_alpha_vms): Don't declare.
1670*75fd0b74Schristos	(INIT_DISASSEMBLE_INFO): Initialize flavour field.
1671*75fd0b74Schristos
1672*75fd0b74SchristosTue Jul 23 17:37:58 1996  Fred Fish  <fnf@cygnus.com>
1673*75fd0b74Schristos
1674*75fd0b74Schristos	* libiberty.h (PRIVATE_XMALLOC): Enclose xmalloc/xrealloc
1675*75fd0b74Schristos	definitions inside #ifndef so that programs that want to
1676*75fd0b74Schristos	can define PRIVATE_XMALLOC and then define xmalloc and
1677*75fd0b74Schristos	xrealloc anyway they want.
1678*75fd0b74Schristos	(basename): Document in source that we can't declare the
1679*75fd0b74Schristos	parameter type because it is declared inconsistently across
1680*75fd0b74Schristos	different systems.
1681*75fd0b74Schristos
1682*75fd0b74SchristosMon Jul 22 13:16:13 1996  Richard Henderson  <rth@tamu.edu>
1683*75fd0b74Schristos
1684*75fd0b74Schristos	* dis-asm.h (print_insn_alpha): Don't declare.
1685*75fd0b74Schristos	(print_insn_alpha_osf, print_insn_alpha_vms): Declare.
1686*75fd0b74Schristos
1687*75fd0b74SchristosWed Jul 17 14:45:12 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
1688*75fd0b74Schristos
1689*75fd0b74Schristos	* dis-asm.h: (print_insn_d10v): Declare.
1690*75fd0b74Schristos
1691*75fd0b74SchristosMon Jul 15 16:55:38 1996  Stu Grossman  (grossman@critters.cygnus.com)
1692*75fd0b74Schristos
1693*75fd0b74Schristos	* dis-asm.h:  Get rid of decls for print_insn_i8086,
1694*75fd0b74Schristos	print_insn_sparc64 and print_insn_sparclite.
1695*75fd0b74Schristos	* (INIT_DISASSEMBLE_INFO):  Split into two pieces.  One,
1696*75fd0b74Schristos	INIT_DISASSEMBLE_INFO_NO_ARCH inits everything except for endian,
1697*75fd0b74Schristos	mach, and arch.
1698*75fd0b74Schristos
1699*75fd0b74SchristosFri Jul 12 10:19:27 1996  Stu Grossman  (grossman@critters.cygnus.com)
1700*75fd0b74Schristos
1701*75fd0b74Schristos	* dis-asm.h (print_insn_i8086):  Declare.
1702*75fd0b74Schristos
1703*75fd0b74SchristosWed Jul  3 16:02:39 1996  Stu Grossman  (grossman@critters.cygnus.com)
1704*75fd0b74Schristos
1705*75fd0b74Schristos	* dis-asm.h (print_insn_sparclite):  Declare.
1706*75fd0b74Schristos
1707*75fd0b74SchristosTue Jun 18 16:02:46 1996  Jeffrey A. Law  <law@rtl.cygnus.com>
1708*75fd0b74Schristos
1709*75fd0b74Schristos	* dis-asm.h (print_insn_h8300s): Declare.
1710*75fd0b74Schristos
1711*75fd0b74SchristosTue Jun 18 15:11:33 1996  Klaus Kaempf  <kkaempf@progis.de>
1712*75fd0b74Schristos
1713*75fd0b74Schristos	* fopen-vms.h: New file.
1714*75fd0b74Schristos
1715*75fd0b74SchristosTue Jun  4 18:58:16 1996  Ian Lance Taylor  <ian@cygnus.com>
1716*75fd0b74Schristos
1717*75fd0b74Schristos	* bfdlink.h (struct bfd_link_info): Add notice_all field.
1718*75fd0b74Schristos
1719*75fd0b74SchristosFri Apr 26 10:33:12 1996  Doug Evans  <dje@canuck.cygnus.com>
1720*75fd0b74Schristos
1721*75fd0b74Schristos	* demangle.h (#ifdef IN_GCC): #include "gansidecl.h".
1722*75fd0b74Schristos	(PROTO,PTR,const): Delete.
1723*75fd0b74Schristos
1724*75fd0b74SchristosMon Apr 22 17:27:42 1996  Ian Lance Taylor  <ian@cygnus.com>
1725*75fd0b74Schristos
1726*75fd0b74Schristos	* bfdlink.h (struct bfd_link_info): Add traditional_format field.
1727*75fd0b74Schristos
1728*75fd0b74SchristosMon Apr 15 15:16:56 1996  Doug Evans  <dje@canuck.cygnus.com>
1729*75fd0b74Schristos
1730*75fd0b74Schristos	* libiberty.h (choose_temp_base): Add prototype.
1731*75fd0b74Schristos
1732*75fd0b74SchristosTue Mar 12 17:29:46 1996  Ian Lance Taylor  <ian@cygnus.com>
1733*75fd0b74Schristos
1734*75fd0b74Schristos	* bfdlink.h (bfd_wrapped_link_hash_lookup): Declare.
1735*75fd0b74Schristos	(struct bfd_link_info): Add wrap_hash field.
1736*75fd0b74Schristos
1737*75fd0b74SchristosWed Feb 14 16:49:17 1996  Martin Anantharaman  <martin@mail.imech.uni-duisburg.de>
1738*75fd0b74Schristos
1739*75fd0b74Schristos	* ieee.h (ieee_record_enum_type): Define
1740*75fd0b74Schristos	ieee_external_reference_info_enum.
1741*75fd0b74Schristos
1742*75fd0b74SchristosFri Feb  2 17:09:25 1996  Doug Evans  <dje@charmed.cygnus.com>
1743*75fd0b74Schristos
1744*75fd0b74Schristos	* dis-asm.h (DISASM_RAW_INSN): Delete.
1745*75fd0b74Schristos
1746*75fd0b74SchristosTue Jan 23 09:21:47 1996  Doug Evans  <dje@charmed.cygnus.com>
1747*75fd0b74Schristos
1748*75fd0b74Schristos	* dis-asm.h (INIT_DISASSEMBLE_INFO): Set endian to BFD_ENDIAN_UNKNOWN.
1749*75fd0b74Schristos	New argument FPRINTF_FUNC.
1750*75fd0b74Schristos
1751*75fd0b74SchristosMon Jan 22 16:37:59 1996  Doug Evans  <dje@charmed.cygnus.com>
1752*75fd0b74Schristos
1753*75fd0b74Schristos	* dis-asm.h (disassemble_info): New members arch, mach, endian.
1754*75fd0b74Schristos	(INIT_DISASSEMBLE_INFO): Initialize them.
1755*75fd0b74Schristos	(DISASM_RAW_INSN{,FLAG}): Define.
1756*75fd0b74Schristos
1757*75fd0b74SchristosThu Jan 18 11:32:38 1996  Ian Lance Taylor  <ian@cygnus.com>
1758*75fd0b74Schristos
1759*75fd0b74Schristos	* demangle.h (cplus_demangle_opname): Change opname parameter to
1760*75fd0b74Schristos	const char *.
1761*75fd0b74Schristos	(cplus_mangle_opname): Change return type and opname parameter to
1762*75fd0b74Schristos	const char *.
1763*75fd0b74Schristos
1764*75fd0b74SchristosFri Jan  5 00:01:22 1996  Ian Lance Taylor  <ian@cygnus.com>
1765*75fd0b74Schristos
1766*75fd0b74Schristos	* ieee.h (enum ieee_record): Add ieee_asn_record_enum,
1767*75fd0b74Schristos	ieee_at_record_enum, ieee_ty_record_enum, ieee_atn_record_enum,
1768*75fd0b74Schristos	ieee_bb_record_enum, and ieee_be_record_enum.
1769*75fd0b74Schristos
1770*75fd0b74SchristosWed Jan  3 13:12:09 1996  Fred Fish  <fnf@cygnus.com>
1771*75fd0b74Schristos
1772*75fd0b74Schristos	* obstack.h: Update copyright to 1996.
1773*75fd0b74Schristos	(_obstack_memory_used): Declare.
1774*75fd0b74Schristos	(obstack_memory_used): Define macro.
1775*75fd0b74Schristos
1776*75fd0b74SchristosThu Dec 28 11:42:12 1995  Ian Lance Taylor  <ian@cygnus.com>
1777*75fd0b74Schristos
1778*75fd0b74Schristos	* libiberty.h (xstrdup): Declare.
1779*75fd0b74Schristos
1780*75fd0b74SchristosThu Dec 21 14:47:17 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
1781*75fd0b74Schristos
1782*75fd0b74Schristos	* wait.h: Protect all macros with #ifndef.
1783*75fd0b74Schristos
1784*75fd0b74SchristosTue Oct 24 21:45:40 1995  Ian Lance Taylor  <ian@cygnus.com>
1785*75fd0b74Schristos
1786*75fd0b74Schristos	* bfdlink.h (struct bfd_link_info): Add static_link field.
1787*75fd0b74Schristos
1788*75fd0b74SchristosTue Sep 12 16:28:04 1995  Ian Lance Taylor  <ian@cygnus.com>
1789*75fd0b74Schristos
1790*75fd0b74Schristos	* bfdlink.h (struct bfd_link_callbacks): Add symbol parameter to
1791*75fd0b74Schristos	warning callback.
1792*75fd0b74Schristos
1793*75fd0b74SchristosFri Sep  1 13:11:51 1995  Ian Lance Taylor  <ian@cygnus.com>
1794*75fd0b74Schristos
1795*75fd0b74Schristos	* bfdlink.h (struct bfd_link_callbacks): Change warning callback
1796*75fd0b74Schristos	to take BFD, section, and address arguments.
1797*75fd0b74Schristos
1798*75fd0b74SchristosThu Aug 31 16:45:12 1995  steve chamberlain  <sac@slash.cygnus.com>
1799*75fd0b74Schristos
1800*75fd0b74Schristos	* bfdlink.h (struct bfd_link_info): Remove PE stuff.
1801*75fd0b74Schristos
1802*75fd0b74SchristosTue Aug 22 03:18:23 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
1803*75fd0b74Schristos
1804*75fd0b74Schristos	* libiberty.h: Declare xstrerror.  From Pat Rankin.
1805*75fd0b74Schristos
1806*75fd0b74SchristosMon Aug 21 18:11:36 1995  steve chamberlain  <sac@slash.cygnus.com>
1807*75fd0b74Schristos
1808*75fd0b74Schristos	* bfdlink.h (struct bfd_link_info): Remove PE stuff.
1809*75fd0b74Schristos
1810*75fd0b74SchristosWed Aug  2 08:14:12 1995  Doug Evans  <dje@canuck.cygnus.com>
1811*75fd0b74Schristos
1812*75fd0b74Schristos	* dis-asm.h (print_insn_sparc64): Declare.
1813*75fd0b74Schristos
1814*75fd0b74SchristosMon Jul 10 13:26:49 1995  Eric Youngdale  <eric@aib.com>
1815*75fd0b74Schristos
1816*75fd0b74Schristos	* bfdlink.h (struct bfd_link_info): Add new field symbolic.
1817*75fd0b74Schristos
1818*75fd0b74SchristosSun Jul  2 17:48:40 1995  Ian Lance Taylor  <ian@cygnus.com>
1819*75fd0b74Schristos
1820*75fd0b74Schristos	* bfdlink.h (struct bfd_link_info): Change type of base_file to
1821*75fd0b74Schristos	PTR.
1822*75fd0b74Schristos
1823*75fd0b74SchristosThu Jun 29 00:02:45 1995  Steve Chamberlain  <sac@slash.cygnus.com>
1824*75fd0b74Schristos
1825*75fd0b74Schristos	* bfdlink.h (struct bfd_link_info): Added base_file member.
1826*75fd0b74Schristos
1827*75fd0b74SchristosTue Jun 20 16:40:04 1995  Steve Chamberlain  <sac@slash.cygnus.com>
1828*75fd0b74Schristos
1829*75fd0b74Schristos	* ansidecl.h: win32s is ANSI enough.
1830*75fd0b74Schristos
1831*75fd0b74SchristosThu May 18 04:25:50 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
1832*75fd0b74Schristos
1833*75fd0b74Schristos	Wed May 10 14:28:16 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
1834*75fd0b74Schristos
1835*75fd0b74Schristos	* dis-asm.h (print_insn_arm): Delete declaration.
1836*75fd0b74Schristos	(print_insn_{little,big}_arm): New declarations.
1837*75fd0b74Schristos
1838*75fd0b74Schristos	* floatformat.h (floatformat_arm_ext): Declare.
1839*75fd0b74Schristos
1840*75fd0b74SchristosSat May 13 10:14:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
1841*75fd0b74Schristos
1842*75fd0b74Schristos	* bfdlink.h (subsytem, stack_heap_parameters): New.
1843*75fd0b74Schristos
1844*75fd0b74SchristosThu May  4 14:36:42 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1845*75fd0b74Schristos
1846*75fd0b74Schristos	* demangle.h: Don't include ansidecl.h if IN_GCC.
1847*75fd0b74Schristos
1848*75fd0b74SchristosTue Feb 21 00:37:28 1995  Jeff Law  (law@snake.cs.utah.edu)
1849*75fd0b74Schristos
1850*75fd0b74Schristos	* hp-symtab.h: Don't use bitfield enumerations, the HP C compiler
1851*75fd0b74Schristos	does not handle them correctly.
1852*75fd0b74Schristos
1853*75fd0b74SchristosThu Feb  9 14:20:27 1995  Ian Lance Taylor  <ian@cygnus.com>
1854*75fd0b74Schristos
1855*75fd0b74Schristos	* libiberty.h (basename): Don't declare parameter type; some
1856*75fd0b74Schristos	systems have this in their header files.
1857*75fd0b74Schristos
1858*75fd0b74SchristosWed Feb  8 17:35:38 1995  Ian Lance Taylor  <ian@cygnus.com>
1859*75fd0b74Schristos
1860*75fd0b74Schristos	* bfdlink.h (struct bfd_link_hash_entry): Change format of common
1861*75fd0b74Schristos	symbol information, to remove restrictions on maximum size and
1862*75fd0b74Schristos	alignment power, by using a pointer to a structure instead.
1863*75fd0b74Schristos
1864*75fd0b74SchristosMon Feb  6 14:55:32 1995  Ian Lance Taylor  <ian@cygnus.com>
1865*75fd0b74Schristos
1866*75fd0b74Schristos	* bfdlink.h (enum bfd_link_hash_type): Rename bfd_link_hash_weak
1867*75fd0b74Schristos	to bfd_link_hash_undefweak.  Add bfd_link_hash_defweak.
1868*75fd0b74Schristos
1869*75fd0b74SchristosMon Jan 16 21:00:23 1995  Stan Shebs  <shebs@andros.cygnus.com>
1870*75fd0b74Schristos
1871*75fd0b74Schristos	* dis-asm.h (GDB_INIT_DISASSEMBLE_INFO, etc): Remove all
1872*75fd0b74Schristos	GDB-specific definitions.
1873*75fd0b74Schristos
1874*75fd0b74SchristosSun Jan 15 18:39:35 1995  Steve Chamberlain  <sac@splat>
1875*75fd0b74Schristos
1876*75fd0b74Schristos	* dis-asm.h (print_insn_w65): Declare.
1877*75fd0b74Schristos
1878*75fd0b74SchristosThu Jan 12 17:51:17 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
1879*75fd0b74Schristos
1880*75fd0b74Schristos	* libiberty.h (hex_p): Fix sense of test.
1881*75fd0b74Schristos
1882*75fd0b74SchristosWed Jan 11 22:36:40 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
1883*75fd0b74Schristos
1884*75fd0b74Schristos	* libiberty.h (_hex_array_size, _hex_bad, _hex_value, hex_init,
1885*75fd0b74Schristos	hex_p, hex_value): New macros and declarations, for hex.c.
1886*75fd0b74Schristos
1887*75fd0b74SchristosFri Jan  6 17:44:14 1995  Ian Lance Taylor  <ian@sanguine.cygnus.com>
1888*75fd0b74Schristos
1889*75fd0b74Schristos	* dis-asm.h: Make idempotent.
1890*75fd0b74Schristos
1891*75fd0b74SchristosWed Dec 14 13:08:43 1994  Stan Shebs  <shebs@andros.cygnus.com>
1892*75fd0b74Schristos
1893*75fd0b74Schristos	* progress.h: New file, empty definitions for progress macros.
1894*75fd0b74Schristos
1895*75fd0b74SchristosFri Nov 25 00:14:05 1994  Jeff Law  (law@snake.cs.utah.edu)
1896*75fd0b74Schristos
1897*75fd0b74Schristos	* hp-symtab.h: New file describing the debug symbols emitted
1898*75fd0b74Schristos	by the HP C compilers.
1899*75fd0b74Schristos
1900*75fd0b74SchristosFri Nov 11 15:48:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
1901*75fd0b74Schristos
1902*75fd0b74Schristos	* bfdlink.h (struct bfd_link_hash_entry): Change u.c.size from 24
1903*75fd0b74Schristos	to 26 bits, and change u.c.alignment_power from 8 to 6 bits.  6
1904*75fd0b74Schristos	bit in the alignment power is enough for a 64 bit address space.
1905*75fd0b74Schristos
1906*75fd0b74SchristosMon Oct 31 13:02:51 1994  Stan Shebs  (shebs@andros.cygnus.com)
1907*75fd0b74Schristos
1908*75fd0b74Schristos	* demangle.h (cplus_mangle_opname): Declare.
1909*75fd0b74Schristos
1910*75fd0b74SchristosTue Oct 25 11:38:02 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
1911*75fd0b74Schristos
1912*75fd0b74Schristos	* bfdlink.h (struct bfd_link_callbacks): Fix comments for
1913*75fd0b74Schristos	multiple_common field.
1914*75fd0b74Schristos
1915*75fd0b74SchristosSun Sep 04 17:58:10 1994  Richard Earnshaw (rwe@pegasus.esprit.ec.org)
1916*75fd0b74Schristos
1917*75fd0b74Schristos	* dis-asm.h: Add support for the ARM.
1918*75fd0b74Schristos
1919*75fd0b74SchristosWed Aug 10 12:51:41 1994  Doug Evans  (dje@canuck.cygnus.com)
1920*75fd0b74Schristos
1921*75fd0b74Schristos	* libiberty.h (strsignal): Document its existence even if we
1922*75fd0b74Schristos	can't declare it.
1923*75fd0b74Schristos
1924*75fd0b74SchristosTue Aug  2 14:40:03 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
1925*75fd0b74Schristos
1926*75fd0b74Schristos	* os9k.h: Remove u_int16, u_int32, and owner_id typedefs and
1927*75fd0b74Schristos	expand their uses.  Those names conflict with Mach headers.
1928*75fd0b74Schristos
1929*75fd0b74SchristosFri Jul 22 14:17:12 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
1930*75fd0b74Schristos
1931*75fd0b74Schristos	* bfdlink.h (struct bfd_link_hash_entry): Change u.c.size into a
1932*75fd0b74Schristos	bitfield.  Add field u.c.alignment_power.
1933*75fd0b74Schristos
1934*75fd0b74SchristosSun Jul 10 00:26:39 1994  Ian Dall  (dall@hfrd.dsto.gov.au)
1935*75fd0b74Schristos
1936*75fd0b74Schristos	* dis-asm.h: Add print_insn_ns32k declaration.
1937*75fd0b74Schristos
1938*75fd0b74SchristosMon Jun 20 17:13:29 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
1939*75fd0b74Schristos
1940*75fd0b74Schristos	* bfdlink.h (bfd_link_hash_table): Make creator a const pointer.
1941*75fd0b74Schristos
1942*75fd0b74SchristosSat Jun 18 16:09:32 1994  Stan Shebs  (shebs@andros.cygnus.com)
1943*75fd0b74Schristos
1944*75fd0b74Schristos	* demangle.h (cplus_demangle_opname): Declare.
1945*75fd0b74Schristos
1946*75fd0b74SchristosThu Jun 16 15:19:03 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
1947*75fd0b74Schristos
1948*75fd0b74Schristos	* bfdlink.h (struct bfd_link_info): Add new field shared.
1949*75fd0b74Schristos
1950*75fd0b74SchristosMon Jun  6 14:39:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
1951*75fd0b74Schristos
1952*75fd0b74Schristos	* bfdlink.h (struct bfd_link_hash_entry): Remove written field:
1953*75fd0b74Schristos	not needed for all backends.
1954*75fd0b74Schristos
1955*75fd0b74SchristosThu Apr 28 19:06:50 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
1956*75fd0b74Schristos
1957*75fd0b74Schristos	* dis-asm.h (disassembler): Declare.
1958*75fd0b74Schristos
1959*75fd0b74SchristosFri Apr  1 00:38:17 1994  Jim Wilson  (wilson@mole.gnu.ai.mit.edu)
1960*75fd0b74Schristos
1961*75fd0b74Schristos	* obstack.h: Delete use of IN_GCC to control whether
1962*75fd0b74Schristos	stddef.h or gstddef.h is included.
1963*75fd0b74Schristos
1964*75fd0b74SchristosTue Mar 22 13:06:02 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
1965*75fd0b74Schristos
1966*75fd0b74Schristos	* bfdlink.h (enum bfd_link_order_type): Add bfd_data_link_order.
1967*75fd0b74Schristos	(struct bfd_link_order): Add data field to union.
1968*75fd0b74Schristos
1969*75fd0b74SchristosMon Mar 21 18:45:26 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
1970*75fd0b74Schristos
1971*75fd0b74Schristos	* bfdlink.h (struct bfd_link_callbacks): Change bitsize argument
1972*75fd0b74Schristos	to add_to_set to reloc.  Remove bitsize argument from constructor.
1973*75fd0b74Schristos	Comment that reloc_overflow, reloc_dangerous and unattached_reloc
1974*75fd0b74Schristos	must handle NULL pointers for reloc location.
1975*75fd0b74Schristos	(enum bfd_link_order_type): Add bfd_section_reloc_link_order and
1976*75fd0b74Schristos	bfd_symbol_reloc_link_order.
1977*75fd0b74Schristos	(struct bfd_link_order): Add reloc field to union.
1978*75fd0b74Schristos	(struct bfd_link_order_reloc): Define.
1979*75fd0b74Schristos
1980*75fd0b74SchristosMon Mar 14 12:27:50 1994  Ian Lance Taylor  (ian@cygnus.com)
1981*75fd0b74Schristos
1982*75fd0b74Schristos	* ieee-float.h: Removed; no longer used.
1983*75fd0b74Schristos
1984*75fd0b74SchristosTue Mar  1 18:10:49 1994  Kung Hsu  (kung@mexican.cygnus.com)
1985*75fd0b74Schristos
1986*75fd0b74Schristos	* os9k.h: os9000 target specific header file, the header of the
1987*75fd0b74Schristos	object file is used now.
1988*75fd0b74Schristos
1989*75fd0b74SchristosSun Feb 27 21:52:26 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
1990*75fd0b74Schristos
1991*75fd0b74Schristos	* floatformat.h: New file, intended to replace ieee-float.h.
1992*75fd0b74Schristos
1993*75fd0b74SchristosSun Feb 20 17:15:42 1994  Ian Lance Taylor  (ian@lisa.cygnus.com)
1994*75fd0b74Schristos
1995*75fd0b74Schristos	* ansidecl.h (ANSI_PROTOTYPES): Define if using ANSI prototypes.
1996*75fd0b74Schristos
1997*75fd0b74SchristosWed Feb 16 01:07:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
1998*75fd0b74Schristos
1999*75fd0b74Schristos	* libiberty.h: Don't declare strsignal, to avoid conflicts with
2000*75fd0b74Schristos	Solaris system header files.
2001*75fd0b74Schristos
2002*75fd0b74SchristosSat Feb 12 22:11:32 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
2003*75fd0b74Schristos
2004*75fd0b74Schristos	* libiberty.h (xexit): Use __volatile__ to avoid losing if
2005*75fd0b74Schristos	compiling with gcc -traditional.
2006*75fd0b74Schristos
2007*75fd0b74SchristosThu Feb 10 14:05:41 1994  Ian Lance Taylor  (ian@cygnus.com)
2008*75fd0b74Schristos
2009*75fd0b74Schristos	* libiberty.h: New file.  Declares functions provided by
2010*75fd0b74Schristos	libiberty.
2011*75fd0b74Schristos
2012*75fd0b74SchristosTue Feb  8 05:19:52 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
2013*75fd0b74Schristos
2014*75fd0b74Schristos	Handle obstack_chunk_alloc returning NULL.  This allows
2015*75fd0b74Schristos	obstacks to be used by libraries, without forcing them
2016*75fd0b74Schristos	to call exit or longjmp.
2017*75fd0b74Schristos	* obstack.h (struct obstack): Add alloc_failed flag.
2018*75fd0b74Schristos	_obstack_begin, _obstack_begin_1): Declare to return int, not void.
2019*75fd0b74Schristos	(obstack_finish): If alloc_failed, return NULL.
2020*75fd0b74Schristos	(obstack_base, obstack_next_free, objstack_object_size):
2021*75fd0b74Schristos	If alloc_failed, return 0.
2022*75fd0b74Schristos	(obstack_grow, obstack_grow0, obstack_1grow, obstack_ptr_grow,
2023*75fd0b74Schristos	obstack_int_grow, obstack_blank): If alloc_failed, do nothing that
2024*75fd0b74Schristos	could corrupt the obstack.
2025*75fd0b74Schristos
2026*75fd0b74SchristosMon Jan 24 15:06:05 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
2027*75fd0b74Schristos
2028*75fd0b74Schristos	* bfdlink.h (struct bfd_link_callbacks): Add name, reloc_name and
2029*75fd0b74Schristos	addend argments to reloc_overflow callback.
2030*75fd0b74Schristos
2031*75fd0b74SchristosFri Jan 21 19:13:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
2032*75fd0b74Schristos
2033*75fd0b74Schristos	* dis-asm.h (print_insn_big_powerpc, print_insn_little_powerpc,
2034*75fd0b74Schristos	print_insn_rs6000): Declare.
2035*75fd0b74Schristos
2036*75fd0b74SchristosThu Jan  6 14:15:55 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
2037*75fd0b74Schristos
2038*75fd0b74Schristos	* bfdlink.h (struct bfd_link_callbacks): Add bitsize argument to
2039*75fd0b74Schristos	add_to_set field.  Add new callback named constructor.
2040*75fd0b74Schristos
2041*75fd0b74SchristosThu Dec 30 10:44:06 1993  Ian Lance Taylor  (ian@rtl.cygnus.com)
2042*75fd0b74Schristos
2043*75fd0b74Schristos	* bfdlink.h: New file for new BFD linker backend routines.
2044*75fd0b74Schristos
2045*75fd0b74SchristosMon Nov 29 10:43:57 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
2046*75fd0b74Schristos
2047*75fd0b74Schristos	* dis-asm.h (enum dis_insn_tyupe): Remove non-ANSI trailing comma.
2048*75fd0b74Schristos
2049*75fd0b74SchristosSat Oct  2 20:42:26 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
2050*75fd0b74Schristos
2051*75fd0b74Schristos	* dis-asm.h: Move comment to right place.
2052*75fd0b74Schristos
2053*75fd0b74SchristosMon Aug  9 19:03:35 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
2054*75fd0b74Schristos
2055*75fd0b74Schristos	* obstack.h (obstack_chunkfun, obstack_freefun): Add defns from
2056*75fd0b74Schristos	previous version.  Are these Cygnus local changes?
2057*75fd0b74Schristos
2058*75fd0b74SchristosFri Aug  6 17:05:47 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
2059*75fd0b74Schristos
2060*75fd0b74Schristos	* getopt.h, obstack.h: Update to latest FSF version.
2061*75fd0b74Schristos
2062*75fd0b74SchristosMon Aug  2 14:45:29 1993  John Gilmore  (gnu@cygnus.com)
2063*75fd0b74Schristos
2064*75fd0b74Schristos	* dis-asm.h:  Move enum outside of struct defn to avoid warnings.
2065*75fd0b74Schristos
2066*75fd0b74SchristosMon Aug  2 08:49:30 1993  Stu Grossman  (grossman at cygnus.com)
2067*75fd0b74Schristos
2068*75fd0b74Schristos	* wait.h (WEXITSTATUS, WSTOPSIG): Mask down to 8 bits.  This is
2069*75fd0b74Schristos	for systems that store stuff into the high 16 bits of a wait
2070*75fd0b74Schristos	status.
2071*75fd0b74Schristos
2072*75fd0b74SchristosFri Jul 30 18:38:02 1993  John Gilmore  (gnu@cygnus.com)
2073*75fd0b74Schristos
2074*75fd0b74Schristos	* dis-asm.h:  Add new fields insn_info_valid, branch_delay_insns,
2075*75fd0b74Schristos	data_size, insn_type, target, target2.  These are used to return
2076*75fd0b74Schristos	information from the instruction decoders back to the calling
2077*75fd0b74Schristos	program.  Add comments, make more readable.
2078*75fd0b74Schristos
2079*75fd0b74SchristosMon Jul 19 22:14:14 1993  Fred Fish  (fnf@deneb.cygnus.com)
2080*75fd0b74Schristos
2081*75fd0b74Schristos	* nlm:  New directory containing NLM/NetWare includes.
2082*75fd0b74Schristos
2083*75fd0b74SchristosThu Jul 15 12:10:04 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
2084*75fd0b74Schristos
2085*75fd0b74Schristos	* dis-asm.h (struct disassemble_info): New field application_data.
2086*75fd0b74Schristos
2087*75fd0b74SchristosThu Jul 15 12:41:15 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
2088*75fd0b74Schristos
2089*75fd0b74Schristos	* dis-asm.h: Added declaration of print_insn_m88k.
2090*75fd0b74Schristos
2091*75fd0b74SchristosFri Jul  2 10:31:59 1993  Ian Lance Taylor  (ian@cygnus.com)
2092*75fd0b74Schristos
2093*75fd0b74Schristos	* ansidecl.h: Use ANSI macros if __mips and _SYSTYPE_SVR4 are
2094*75fd0b74Schristos	defined, since RISC/OS cc handles ANSI declarations in SVR4 mode
2095*75fd0b74Schristos	but does not define __STDC__.
2096*75fd0b74Schristos
2097*75fd0b74SchristosSun Jun 20 18:27:52 1993  Ken Raeburn  (raeburn@poseidon.cygnus.com)
2098*75fd0b74Schristos
2099*75fd0b74Schristos	* dis-asm.h: Don't need to include ansidecl.h any more.
2100*75fd0b74Schristos
2101*75fd0b74SchristosFri Jun 18 03:22:10 1993  John Gilmore  (gnu@cygnus.com)
2102*75fd0b74Schristos
2103*75fd0b74Schristos	* oasys.h:  Eliminate "int8_type", "int16_type", "int32_type", and
2104*75fd0b74Schristos	their variants.  These changes are coordinated with corresponding
2105*75fd0b74Schristos	changes in ../bfd/oasys.c.
2106*75fd0b74Schristos
2107*75fd0b74SchristosWed Jun 16 10:43:08 1993  Fred Fish  (fnf@cygnus.com)
2108*75fd0b74Schristos
2109*75fd0b74Schristos	* bfd.h:  Note that it has been removed.
2110*75fd0b74Schristos
2111*75fd0b74SchristosTue Jun  8 12:16:03 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
2112*75fd0b74Schristos
2113*75fd0b74Schristos	 Support for H8/300-H
2114*75fd0b74Schristos	* dis-asm.h (print_insn_h8300, print_insn_h8300h): Declare it.
2115*75fd0b74Schristos
2116*75fd0b74SchristosTue Jun  1 07:35:03 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
2117*75fd0b74Schristos
2118*75fd0b74Schristos	* ansidecl.h (const): Don't define it if it's already defined.
2119*75fd0b74Schristos
2120*75fd0b74SchristosThu May 27 18:19:51 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
2121*75fd0b74Schristos
2122*75fd0b74Schristos	* dis-asm.h (print_insn_hppa): Declare it.
2123*75fd0b74Schristos
2124*75fd0b74Schristos	* bfd.h: Moved to bfd directory.  Small stub here includes it
2125*75fd0b74Schristos	without requiring "-I../bfd".
2126*75fd0b74Schristos
2127*75fd0b74SchristosThu Apr 29 12:06:13 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
2128*75fd0b74Schristos
2129*75fd0b74Schristos	* bfd.h: Updated with BSF_FUNCTION.
2130*75fd0b74Schristos
2131*75fd0b74SchristosMon Apr 26 18:15:50 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
2132*75fd0b74Schristos
2133*75fd0b74Schristos	* bfd.h, dis-asm.h: Updated with Hitachi SH.
2134*75fd0b74Schristos
2135*75fd0b74SchristosFri Apr 23 18:41:38 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
2136*75fd0b74Schristos
2137*75fd0b74Schristos	* bfd.h: Updated with alpha changes.
2138*75fd0b74Schristos	* dis-asm.h: Added alpha.
2139*75fd0b74Schristos
2140*75fd0b74SchristosFri Apr 16 17:35:30 1993  Jim Kingdon  (kingdon@cygnus.com)
2141*75fd0b74Schristos
2142*75fd0b74Schristos	* bfd.h: Update for signed bfd_*get_*.
2143*75fd0b74Schristos
2144*75fd0b74SchristosThu Apr 15 09:24:21 1993  Jim Kingdon  (kingdon@cygnus.com)
2145*75fd0b74Schristos
2146*75fd0b74Schristos	* bfd.h: Updated for file_truncated error.
2147*75fd0b74Schristos
2148*75fd0b74SchristosThu Apr  8 10:53:47 1993  Ian Lance Taylor  (ian@cygnus.com)
2149*75fd0b74Schristos
2150*75fd0b74Schristos	* ansidecl.h: If no ANSI, define const to be empty.
2151*75fd0b74Schristos
2152*75fd0b74SchristosThu Apr  1 09:00:10 1993  Jim Kingdon  (kingdon@cygnus.com)
2153*75fd0b74Schristos
2154*75fd0b74Schristos	* dis-asm.h: Declare a29k and i960 print_insn_*.
2155*75fd0b74Schristos
2156*75fd0b74Schristos	* dis-asm.h: Add print_address_func and related stuff.
2157*75fd0b74Schristos
2158*75fd0b74Schristos	* dis-asm.h (dis_asm_read_memory): Fix prototype.
2159*75fd0b74Schristos
2160*75fd0b74SchristosWed Mar 31 17:40:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
2161*75fd0b74Schristos
2162*75fd0b74Schristos	* dis-asm.h: Add print_insn_sparc.
2163*75fd0b74Schristos
2164*75fd0b74SchristosWed Mar 31 17:51:42 1993  Ian Lance Taylor  (ian@cygnus.com)
2165*75fd0b74Schristos
2166*75fd0b74Schristos	* bfd.h: Updated for BFD_RELOC_MIPS_GPREL and bfd_[gs]et_gp_size
2167*75fd0b74Schristos	prototypes.
2168*75fd0b74Schristos
2169*75fd0b74SchristosWed Mar 31 16:35:12 1993  Stu Grossman  (grossman@cygnus.com)
2170*75fd0b74Schristos
2171*75fd0b74Schristos	* dis-asm.h: (disassemble_info):  Fix typo in prototype of
2172*75fd0b74Schristos	dis_asm_memory_error().
2173*75fd0b74Schristos
2174*75fd0b74SchristosTue Mar 30 19:09:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
2175*75fd0b74Schristos
2176*75fd0b74Schristos	* dis-asm.h (disassembler_info): Add read_memory_func,
2177*75fd0b74Schristos	memory_error_func, buffer, and length.
2178*75fd0b74Schristos	({GDB_,}INIT_DISASSEMBLE_INFO): Set them.
2179*75fd0b74Schristos	print_insn_*: Remove second argument.
2180*75fd0b74Schristos
2181*75fd0b74SchristosTue Mar 30 14:48:55 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
2182*75fd0b74Schristos
2183*75fd0b74Schristos	* bfd.h: Update for lma field of section.
2184*75fd0b74Schristos
2185*75fd0b74SchristosTue Mar 30 12:22:55 1993  Jim Kingdon  (kingdon@cygnus.com)
2186*75fd0b74Schristos
2187*75fd0b74Schristos	* ansidecl.h: Use ANSI versions on AIX regardless of __STDC__.
2188*75fd0b74Schristos
2189*75fd0b74SchristosFri Mar 19 14:49:49 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
2190*75fd0b74Schristos
2191*75fd0b74Schristos	* dis-asm.h: Add h8500.
2192*75fd0b74Schristos
2193*75fd0b74SchristosThu Mar 18 13:49:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
2194*75fd0b74Schristos
2195*75fd0b74Schristos	* ieee-float.h:  Moved from ../gdb.
2196*75fd0b74Schristos	* dis-asm.h:  New file.  Interface to dis-assembler.
2197*75fd0b74Schristos
2198*75fd0b74SchristosThu Mar 11 10:52:57 1993  Fred Fish  (fnf@cygnus.com)
2199*75fd0b74Schristos
2200*75fd0b74Schristos	* demangle.h (DMGL_NO_OPTS):  Add define (set to 0) to use
2201*75fd0b74Schristos	in place of bare 0, for readability reasons.
2202*75fd0b74Schristos
2203*75fd0b74SchristosTue Mar  2 17:50:11 1993  Fred Fish  (fnf@cygnus.com)
2204*75fd0b74Schristos
2205*75fd0b74Schristos	* demangle.h:  Replace all references to cfront with ARM.
2206*75fd0b74Schristos
2207*75fd0b74SchristosTue Feb 23 12:21:14 1993  Ian Lance Taylor  (ian@cygnus.com)
2208*75fd0b74Schristos
2209*75fd0b74Schristos	* bfd.h: Update for new elements in JUMP_TABLE.
2210*75fd0b74Schristos
2211*75fd0b74SchristosTue Feb 16 00:51:30 1993  John Gilmore  (gnu@cygnus.com)
2212*75fd0b74Schristos
2213*75fd0b74Schristos	* bfd.h:  Update for BFD_VERSION 2.1.
2214*75fd0b74Schristos
2215*75fd0b74SchristosTue Jan 26 11:49:20 1993  Ian Lance Taylor  (ian@cygnus.com)
2216*75fd0b74Schristos
2217*75fd0b74Schristos	* bfd.h: Update for SEC_IS_COMMON flag.
2218*75fd0b74Schristos
2219*75fd0b74SchristosTue Jan 19 12:25:12 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
2220*75fd0b74Schristos
2221*75fd0b74Schristos	* bfd.h: Update for bfd_asymbol_value bug fix.
2222*75fd0b74Schristos
2223*75fd0b74SchristosFri Jan  8 16:37:18 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
2224*75fd0b74Schristos
2225*75fd0b74Schristos	* bfd.h: Update to include ECOFF tdata and target_flavour.
2226*75fd0b74Schristos
2227*75fd0b74SchristosSun Dec 27 17:52:30 1992  Fred Fish  (fnf@cygnus.com)
2228*75fd0b74Schristos
2229*75fd0b74Schristos	* bfd.h:  Add declaration for bfd_get_size().
2230*75fd0b74Schristos
2231*75fd0b74SchristosTue Dec 22 22:42:46 1992  Fred Fish  (fnf@cygnus.com)
2232*75fd0b74Schristos
2233*75fd0b74Schristos	* demangle.h:  Protect file from multiple inclusions with
2234*75fd0b74Schristos	#if !defined(DEMANGLE_H)...#define DEMANGLE_H...#endif.
2235*75fd0b74Schristos
2236*75fd0b74SchristosMon Dec 21 21:25:50 1992  Stu Grossman  (grossman at cygnus.com)
2237*75fd0b74Schristos
2238*75fd0b74Schristos	* bfd.h:  Update to get hppa_core_struct from bfd.c.
2239*75fd0b74Schristos
2240*75fd0b74SchristosThu Dec 17 00:42:35 1992  John Gilmore  (gnu@cygnus.com)
2241*75fd0b74Schristos
2242*75fd0b74Schristos	* bfd.h:  Update to get tekhex tdata name change from bfd.
2243*75fd0b74Schristos
2244*75fd0b74SchristosMon Nov  9 23:55:42 1992  John Gilmore  (gnu@cygnus.com)
2245*75fd0b74Schristos
2246*75fd0b74Schristos	* ansidecl.h:  Update comments to discourage use of EXFUN.
2247*75fd0b74Schristos
2248*75fd0b74SchristosThu Nov  5 16:35:44 1992  Ian Lance Taylor  (ian@cygnus.com)
2249*75fd0b74Schristos
2250*75fd0b74Schristos	* bfd.h: Update to bring in SEC_SHARED_LIBRARY.
2251*75fd0b74Schristos
2252*75fd0b74SchristosThu Nov  5 03:21:32 1992  John Gilmore  (gnu@cygnus.com)
2253*75fd0b74Schristos
2254*75fd0b74Schristos	* bfd.h:  Update to match EXFUN, bfd_seclet_struct, and SDEF
2255*75fd0b74Schristos	cleanups in bfd.
2256*75fd0b74Schristos
2257*75fd0b74SchristosWed Nov  4 07:28:05 1992  Ken Raeburn  (raeburn@cygnus.com)
2258*75fd0b74Schristos
2259*75fd0b74Schristos	* bout.h (N_CALLNAME, N_BALNAME): Define as char-type values, so
2260*75fd0b74Schristos	widening works consistently.
2261*75fd0b74Schristos
2262*75fd0b74SchristosFri Oct 16 03:17:08 1992  John Gilmore  (gnu@cygnus.com)
2263*75fd0b74Schristos
2264*75fd0b74Schristos	* getopt.h:  Update to Revised Standard FSF Version.
2265*75fd0b74Schristos
2266*75fd0b74SchristosThu Oct 15 21:43:22 1992  K. Richard Pixley  (rich@sendai.cygnus.com)
2267*75fd0b74Schristos
2268*75fd0b74Schristos	* getopt.h (struct option): use the provided enum for has_arg.
2269*75fd0b74Schristos
2270*75fd0b74Schristos	* demangle.h (AUTO_DEMANGLING, GNU_DEMANGLING,
2271*75fd0b74Schristos	  LUCID_DEMANGLING): ultrix compilers require enums to be
2272*75fd0b74Schristos	  enums and ints to be ints and casts where they meet.  cast some
2273*75fd0b74Schristos	  enums into ints.
2274*75fd0b74Schristos
2275*75fd0b74SchristosThu Oct 15 04:35:51 1992  John Gilmore  (gnu@cygnus.com)
2276*75fd0b74Schristos
2277*75fd0b74Schristos	* bfd.h:  Update after comment changes.
2278*75fd0b74Schristos
2279*75fd0b74SchristosThu Oct  8 09:03:02 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
2280*75fd0b74Schristos
2281*75fd0b74Schristos	* bfd.h (bfd_get_symbol_leading_char): new macro for getting in xvec
2282*75fd0b74Schristos
2283*75fd0b74SchristosThu Sep  3 09:10:50 1992  Stu Grossman  (grossman at cygnus.com)
2284*75fd0b74Schristos
2285*75fd0b74Schristos	* bfd.h (struct reloc_howto_struct):  size needs to be signed if
2286*75fd0b74Schristos	it's going to hold negative values.
2287*75fd0b74Schristos
2288*75fd0b74SchristosSun Aug 30 17:50:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
2289*75fd0b74Schristos
2290*75fd0b74Schristos	* demangle.h:  New file, moved from ../gdb.  Made independent
2291*75fd0b74Schristos	of gdb.  Allow demangling style option to be passed as a
2292*75fd0b74Schristos	parameter to cplus_demangle(), but using the
2293*75fd0b74Schristos	current_demangling_style global as the default.
2294*75fd0b74Schristos
2295*75fd0b74SchristosSat Aug 29 10:07:55 1992  Fred Fish  (fnf@cygnus.com)
2296*75fd0b74Schristos
2297*75fd0b74Schristos	* obstack.h:  Merge comment change from current FSF version.
2298*75fd0b74Schristos
2299*75fd0b74SchristosThu Aug 27 12:59:29 1992  Brendan Kehoe  (brendan@cygnus.com)
2300*75fd0b74Schristos
2301*75fd0b74Schristos	* bfd.h: add we32k
2302*75fd0b74Schristos
2303*75fd0b74SchristosTue Aug 25 15:07:47 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
2304*75fd0b74Schristos
2305*75fd0b74Schristos	* bfd.h: new after Z8000 stuff
2306*75fd0b74Schristos
2307*75fd0b74SchristosMon Aug 17 09:01:23 1992  Ken Raeburn  (raeburn@cygnus.com)
2308*75fd0b74Schristos
2309*75fd0b74Schristos	* bfd.h: Regenerated after page/segment size changes.
2310*75fd0b74Schristos
2311*75fd0b74SchristosSat Aug  1 13:46:31 1992  Fred Fish  (fnf@cygnus.com)
2312*75fd0b74Schristos
2313*75fd0b74Schristos	* obstack.h: Merge changes from current FSF version.
2314*75fd0b74Schristos
2315*75fd0b74SchristosMon Jul 20 21:06:23 1992  Fred Fish  (fnf@cygnus.com)
2316*75fd0b74Schristos
2317*75fd0b74Schristos	* obstack.h (area_id, flags):  Remove, replace with extra_arg,
2318*75fd0b74Schristos	use_extra_arg, and maybe_empty_object.
2319*75fd0b74Schristos	* obstack.h (OBSTACK_MAYBE_EMPTY_OBJECT, OBSTACK_MMALLOC_LIKE):
2320*75fd0b74Schristos	Remove, replaced by maybe_empty_object and use_extra_arg bitfields.
2321*75fd0b74Schristos	* obstack.h (obstack_full_begin, _obstack_begin):  Remove area_id
2322*75fd0b74Schristos	and flags arguments.
2323*75fd0b74Schristos	* obstack.h (obstack_alloc_arg):  New macro to set extra_arg.
2324*75fd0b74Schristos
2325*75fd0b74SchristosThu Jul 16 08:12:44 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
2326*75fd0b74Schristos
2327*75fd0b74Schristos	* bfd.h: new after adding BFD_IS_RELAXABLE
2328*75fd0b74Schristos
2329*75fd0b74SchristosSat Jul  4 03:22:23 1992  John Gilmore  (gnu at cygnus.com)
2330*75fd0b74Schristos
2331*75fd0b74Schristos	* bfd.h:  Regen after adding BSF_FILE.
2332*75fd0b74Schristos
2333*75fd0b74SchristosMon Jun 29 14:18:36 1992  Fred Fish  (fnf at sunfish)
2334*75fd0b74Schristos
2335*75fd0b74Schristos	* obstack.h:  Convert bcopy() use to memcpy(), which is more
2336*75fd0b74Schristos	portable, more standard, and can take advantage of gcc's builtin
2337*75fd0b74Schristos	functions for increased performance.
2338*75fd0b74Schristos
2339*75fd0b74SchristosThu Jun 25 04:46:08 1992  John Gilmore  (gnu at cygnus.com)
2340*75fd0b74Schristos
2341*75fd0b74Schristos	* ansidecl.h (PARAMS):  Incorporate this macro from gdb's defs.h.
2342*75fd0b74Schristos	It's a cleaner way to forward-declare function prototypes.
2343*75fd0b74Schristos
2344*75fd0b74SchristosFri Jun 19 15:46:32 1992  Stu Grossman  (grossman at cygnus.com)
2345*75fd0b74Schristos
2346*75fd0b74Schristos	* bfd.h:  HPPA merge.
2347*75fd0b74Schristos
2348*75fd0b74SchristosTue Jun 16 21:30:56 1992  K. Richard Pixley  (rich@cygnus.com)
2349*75fd0b74Schristos
2350*75fd0b74Schristos	* getopt.h: gratuitous white space changes merged from other prep
2351*75fd0b74Schristos	  releases.
2352*75fd0b74Schristos
2353*75fd0b74SchristosThu Jun 11 01:10:55 1992  John Gilmore  (gnu at cygnus.com)
2354*75fd0b74Schristos
2355*75fd0b74Schristos	* bfd.h:  Regen'd from bfd.c after removing elf_core_tdata_struct.
2356*75fd0b74Schristos
2357*75fd0b74SchristosMon May 18 17:29:03 1992  K. Richard Pixley  (rich@cygnus.com)
2358*75fd0b74Schristos
2359*75fd0b74Schristos	* getopt.h: merged changes from make-3.62.11.
2360*75fd0b74Schristos
2361*75fd0b74Schristos	* getopt.h: merged changes from grep-1.6 (alpha).
2362*75fd0b74Schristos
2363*75fd0b74SchristosFri May  8 14:53:32 1992  K. Richard Pixley  (rich@cygnus.com)
2364*75fd0b74Schristos
2365*75fd0b74Schristos	* getopt.h: merged changes from bison-1.18.
2366*75fd0b74Schristos
2367*75fd0b74SchristosSat Mar 14 17:25:20 1992  Fred Fish  (fnf@cygnus.com)
2368*75fd0b74Schristos
2369*75fd0b74Schristos	* obstack.h:  Add "area_id" and "flags" members to obstack
2370*75fd0b74Schristos	structure.  Add obstack_chunkfun() and obstack_freefun() to
2371*75fd0b74Schristos	set functions explicitly.  Convert maybe_empty_object to
2372*75fd0b74Schristos	a bit in "flags".
2373*75fd0b74Schristos
2374*75fd0b74SchristosThu Feb 27 22:01:02 1992  Per Bothner  (bothner@cygnus.com)
2375*75fd0b74Schristos
2376*75fd0b74Schristos	* wait.h (WIFSTOPPED):  Add IBM rs6000-specific version.
2377*75fd0b74Schristos
2378*75fd0b74SchristosFri Feb 21 20:49:20 1992  John Gilmore  (gnu at cygnus.com)
2379*75fd0b74Schristos
2380*75fd0b74Schristos	* obstack.h:  Add obstack_full_begin.
2381*75fd0b74Schristos	* bfd.h, obstack.h:  Protolint.
2382*75fd0b74Schristos
2383*75fd0b74SchristosThu Jan 30 01:18:42 1992  John Gilmore  (gnu at cygnus.com)
2384*75fd0b74Schristos
2385*75fd0b74Schristos	* bfd.h:  Remove comma from enum declaration.
2386*75fd0b74Schristos
2387*75fd0b74SchristosMon Jan 27 22:01:13 1992  Steve Chamberlain  (sac at cygnus.com)
2388*75fd0b74Schristos
2389*75fd0b74Schristos	* bfd.h : new target entr, bfd_relax_section
2390*75fd0b74Schristos
2391*75fd0b74SchristosWed Dec 18 17:19:44 1991  Stu Grossman  (grossman at cygnus.com)
2392*75fd0b74Schristos
2393*75fd0b74Schristos	* bfd.h, ieee.h:  ANSIfy enums.
2394*75fd0b74Schristos
2395*75fd0b74SchristosThu Dec 12 20:59:56 1991  John Gilmore  (gnu at cygnus.com)
2396*75fd0b74Schristos
2397*75fd0b74Schristos	* fopen-same.h, fopen-bin.h:  New files for configuring
2398*75fd0b74Schristos	whether fopen distinguishes binary files or not.  For use
2399*75fd0b74Schristos	by host-dependent config files.
2400*75fd0b74Schristos
2401*75fd0b74SchristosSat Nov 30 20:46:43 1991  Steve Chamberlain  (sac at rtl.cygnus.com)
2402*75fd0b74Schristos
2403*75fd0b74Schristos	* bfd.h: change the documentation format.
2404*75fd0b74Schristos
2405*75fd0b74Schristos	* created coff, elf and opcode and aout directories. Moved:
2406*75fd0b74Schristos
2407*75fd0b74Schristos	aout64.h	==> aout/aout64.h
2408*75fd0b74Schristos	ar.h		==> aout/ar.h
2409*75fd0b74Schristos	a.out.encap.h	==> aout/encap.h
2410*75fd0b74Schristos	a.out.host.h	==> aout/host.h
2411*75fd0b74Schristos	a.out.hp.h	==> aout/hp.h
2412*75fd0b74Schristos	a.out.sun4.h	==> aout/sun4.h
2413*75fd0b74Schristos	ranlib.h	==> aout/ranlib.h
2414*75fd0b74Schristos	reloc.h		==> aout/reloc.h
2415*75fd0b74Schristos	stab.def	==> aout/stab.def
2416*75fd0b74Schristos	stab.gnu.h	==> aout/stab_gnu.h
2417*75fd0b74Schristos
2418*75fd0b74Schristos	coff-a29k.h	==> coff/a29k.h
2419*75fd0b74Schristos	coff-h8300.h	==> coff/h8300.h
2420*75fd0b74Schristos	coff-i386.h	==> coff/i386.h
2421*75fd0b74Schristos	coff-i960.h	==> coff/i960.h
2422*75fd0b74Schristos	internalcoff.h	==> coff/internal.h
2423*75fd0b74Schristos	coff-m68k.h	==> coff/m68k.h
2424*75fd0b74Schristos	coff-m88k.h	==> coff/m88k.h
2425*75fd0b74Schristos	coff-mips.h	==> coff/mips.h
2426*75fd0b74Schristos	coff-rs6000.h	==> coff/rs6000.h
2427*75fd0b74Schristos
2428*75fd0b74Schristos	elf-common.h	==> elf/common.h
2429*75fd0b74Schristos	dwarf.h		==> elf/dwarf.h
2430*75fd0b74Schristos	elf-external.h	==> elf/external.h
2431*75fd0b74Schristos	elf-internal.h  ==> elf/internal.h
2432*75fd0b74Schristos
2433*75fd0b74Schristos	a29k-opcode.h	==> opcode/a29k.h
2434*75fd0b74Schristos	arm-opcode.h	==> opcode/arm.h
2435*75fd0b74Schristos	h8300-opcode.h	==> opcode/h8300.h
2436*75fd0b74Schristos	i386-opcode.h	==> opcode/i386.h
2437*75fd0b74Schristos	i860-opcode.h	==> opcode/i860.h
2438*75fd0b74Schristos	i960-opcode.h	==> opcode/i960.h
2439*75fd0b74Schristos	m68k-opcode.h	==> opcode/m68k.h
2440*75fd0b74Schristos	m88k-opcode.h	==> opcode/m88k.h
2441*75fd0b74Schristos	mips-opcode.h	==> opcode/mips.h
2442*75fd0b74Schristos	np1-opcode.h	==> opcode/np1.h
2443*75fd0b74Schristos	ns32k-opcode.h	==> opcode/ns32k.h
2444*75fd0b74Schristos	pn-opcode.h	==> opcode/pn.h
2445*75fd0b74Schristos	pyr-opcode.h	==> opcode/pyr.h
2446*75fd0b74Schristos	sparc-opcode.h	==> opcode/sparc.h
2447*75fd0b74Schristos	tahoe-opcode.h	==> opcode/tahoe.h
2448*75fd0b74Schristos	vax-opcode.h	==> opcode/vax.h
2449*75fd0b74Schristos
2450*75fd0b74Schristos
2451*75fd0b74Schristos
2452*75fd0b74SchristosWed Nov 27 10:38:31 1991  Steve Chamberlain  (sac at rtl.cygnus.com)
2453*75fd0b74Schristos
2454*75fd0b74Schristos	* internalcoff.h: (internal_scnhdr) took out #def dependency, now
2455*75fd0b74Schristos	s_nreloc and s_nlnno are always long. 	(internal_reloc): allways
2456*75fd0b74Schristos	has an offset field now.
2457*75fd0b74Schristos
2458*75fd0b74SchristosFri Nov 22 08:12:58 1991  John Gilmore  (gnu at cygnus.com)
2459*75fd0b74Schristos
2460*75fd0b74Schristos	* coff-rs6000.h:  Lint; use unsigned chars for external fields.
2461*75fd0b74Schristos	* internalcoff.h:  Lint; cast storage classes to signed char.
2462*75fd0b74Schristos
2463*75fd0b74SchristosThu Nov 21 21:01:05 1991  Per Bothner  (bothner at cygnus.com)
2464*75fd0b74Schristos
2465*75fd0b74Schristos	* stab.def: Remove the GNU extended type codes (e.g. N_SETT).
2466*75fd0b74Schristos	* aout64.h:  The heuristic for distinguishing between
2467*75fd0b74Schristos	sunos-style and bsd-style ZMAGIC files (wrt. where the
2468*75fd0b74Schristos	text segment starts) is moved into (the default definition of)
2469*75fd0b74Schristos	the macro N_HEADER_IN_TEXT.  This definition is only used
2470*75fd0b74Schristos	if no other definition is used - e.g. bfd/newsos3.c defines
2471*75fd0b74Schristos	N_HEADER_IN_TEXT(x) to be always 0 (as before).
2472*75fd0b74Schristos
2473*75fd0b74SchristosThu Nov 21 11:53:03 1991  John Gilmore  (gnu at cygnus.com)
2474*75fd0b74Schristos
2475*75fd0b74Schristos	* aout64.h (N_TXTADDR, N_TXTOFF, N_TXTSIZE):  New definitions
2476*75fd0b74Schristos	that should handle all uses.  LOGICAL_ versions deleted.
2477*75fd0b74Schristos	Eliminate N_HEADER_IN_TEXT, using a_entry to determine which
2478*75fd0b74Schristos	kind of zmagic a.out file we are looking at.
2479*75fd0b74Schristos	* coff-rs6000.h:  Typo.
2480*75fd0b74Schristos
2481*75fd0b74SchristosTue Nov 19 18:43:37 1991  Per Bothner  (bothner at cygnus.com)
2482*75fd0b74Schristos
2483*75fd0b74Schristos	(Note:  This is a revised entry, as was aout64.h.)
2484*75fd0b74Schristos	* aout64.h:  Some cleanups of N_TXTADDR and N_TXTOFF:
2485*75fd0b74Schristos	Will now work for both old- and new-style ZMAGIC files,
2486*75fd0b74Schristos	depending on N_HEADER_IN_TEXT macro.
2487*75fd0b74Schristos	Add LOGICAL_TXTADDR, LOICAL_TXTOFF and LOGICAL_TXTSIZE
2488*75fd0b74Schristos	that don't count the exec header as part
2489*75fd0b74Schristos	of the text segment, to be consistent with bfd.
2490*75fd0b74Schristos	* a.out.sun4.h:  Simplified/fixed for previous change.
2491*75fd0b74Schristos
2492*75fd0b74SchristosMon Nov 18 00:02:06 1991  Fred Fish  (fnf at cygnus.com)
2493*75fd0b74Schristos
2494*75fd0b74Schristos	* dwarf.h:  Update to DWARF draft 5 version from gcc2.
2495*75fd0b74Schristos
2496*75fd0b74SchristosThu Nov 14 19:44:59 1991  Per Bothner  (bothner at cygnus.com)
2497*75fd0b74Schristos
2498*75fd0b74Schristos	* stab.def:  Added defs for extended GNU symbol types,
2499*75fd0b74Schristos	such as N_SETT.  These are normally ifdef'd out (because
2500*75fd0b74Schristos	of conflicts with a.out.gnu.h), but are used by bfb_stab_name().
2501*75fd0b74Schristos
2502*75fd0b74SchristosThu Nov 14 19:17:03 1991  Fred Fish  (fnf at cygnus.com)
2503*75fd0b74Schristos
2504*75fd0b74Schristos	* elf-common.h:  Add defines to support ELF symbol table code.
2505*75fd0b74Schristos
2506*75fd0b74SchristosMon Nov 11 19:01:06 1991  Fred Fish  (fnf at cygnus.com)
2507*75fd0b74Schristos
2508*75fd0b74Schristos	* elf-internal.h, elf-external.h, elf-common.h:  Add support for
2509*75fd0b74Schristos	note sections, which are used in ELF core files to hold copies
2510*75fd0b74Schristos	of various /proc structures.
2511*75fd0b74Schristos
2512*75fd0b74SchristosThu Nov  7 08:58:26 1991  Steve Chamberlain  (sac at cygnus.com)
2513*75fd0b74Schristos
2514*75fd0b74Schristos	* internalcoff.h: took out the M88 dependency in the lineno
2515*75fd0b74Schristos	struct.
2516*75fd0b74Schristos	* coff-m88k.h: defines GET_LINENO_LNNO and PUT_LINENO_LNNO to use
2517*75fd0b74Schristos	32bit linno entries.
2518*75fd0b74Schristos	* a29k-opcode.h: fixed encoding of mtacc
2519*75fd0b74Schristos
2520*75fd0b74SchristosSun Nov  3 11:54:22 1991  Per Bothner  (bothner at cygnus.com)
2521*75fd0b74Schristos
2522*75fd0b74Schristos	* bfd.h: Updated from ../bfd/bfd-in.h (q.v).
2523*75fd0b74Schristos
2524*75fd0b74SchristosFri Nov  1 11:13:53 1991  John Gilmore  (gnu at cygnus.com)
2525*75fd0b74Schristos
2526*75fd0b74Schristos	* internalcoff.h:  Add x_csect defines.
2527*75fd0b74Schristos
2528*75fd0b74SchristosFri Oct 25 03:18:20 1991  John Gilmore  (gnu at cygnus.com)
2529*75fd0b74Schristos
2530*75fd0b74Schristos	* Rename COFF-related files in `coff-ARCH.h' form.
2531*75fd0b74Schristos	coff-a29k.h, coff-i386.h, coff-i960.h, coff-m68k.h, coff-m88k.h,
2532*75fd0b74Schristos	coff-mips.h, coff-rs6000.h to be exact.
2533*75fd0b74Schristos
2534*75fd0b74SchristosThu Oct 24 22:11:11 1991  John Gilmore  (gnu at cygnus.com)
2535*75fd0b74Schristos
2536*75fd0b74Schristos	RS/6000 support, by Metin G. Ozisik, Mimi Phûông-Thåo Võ, and
2537*75fd0b74Schristos	John Gilmore.
2538*75fd0b74Schristos
2539*75fd0b74Schristos	* a.out.gnu.h:  Update slightly.
2540*75fd0b74Schristos	* bfd.h:  Add new error code, fix doc, add bfd_arch_rs6000.
2541*75fd0b74Schristos	* internalcoff.h:  Add more F_ codes for filehdr.  Add
2542*75fd0b74Schristos	rs/6000-dependent fields to aouthdr.  Add storage classes
2543*75fd0b74Schristos	to syments.  Add 6000-specific auxent.  Add r_size in reloc.
2544*75fd0b74Schristos	* rs6000coff.c:  New file.
2545*75fd0b74Schristos
2546*75fd0b74SchristosThu Oct 24 04:13:20 1991  Fred Fish  (fnf at cygnus.com)
2547*75fd0b74Schristos
2548*75fd0b74Schristos	* dwarf.h: New file for dwarf support.  Copied from gcc2
2549*75fd0b74Schristos	distribution.
2550*75fd0b74Schristos
2551*75fd0b74SchristosWed Oct 16 13:31:45 1991  John Gilmore  (gnu at cygnus.com)
2552*75fd0b74Schristos
2553*75fd0b74Schristos	* aout64.h:  Remove PAGE_SIZE defines; they are target-dependent.
2554*75fd0b74Schristos	Add N_FN_SEQ for N_FN symbol type used on Sequent machines.
2555*75fd0b74Schristos	* stab.def:  Include N_FN_SEQ in table.
2556*75fd0b74Schristos	* bout.h:  External formats of structures use unsigned chars.
2557*75fd0b74Schristos
2558*75fd0b74SchristosFri Oct 11 12:40:43 1991  Steve Chamberlain  (steve at cygnus.com)
2559*75fd0b74Schristos
2560*75fd0b74Schristos	* bfd.h:upgrade from bfd.c
2561*75fd0b74Schristos	* internalcoff.h: add n_name, n_zeroes and n_offset macros
2562*75fd0b74Schristos	* amdcoff.h: Define OMAGIC and AOUTHDRSZ.
2563*75fd0b74Schristos
2564*75fd0b74SchristosFri Oct 11 10:58:06 1991  Per Bothner  (bothner at cygnus.com)
2565*75fd0b74Schristos
2566*75fd0b74Schristos	* a.out.host.h: Change SEGMENT_SIZE to 0x1000 for Sony.
2567*75fd0b74Schristos	* bfd.h (align_power): Add (actually move) comment.
2568*75fd0b74Schristos
2569*75fd0b74SchristosTue Oct  8 15:29:32 1991  Per Bothner  (bothner at cygnus.com)
2570*75fd0b74Schristos
2571*75fd0b74Schristos	* sys/h-rtbsd.h: Define MISSING_VFPRINT (for binutils/bucomm.c).
2572*75fd0b74Schristos
2573*75fd0b74SchristosSun Oct  6 19:24:39 1991  John Gilmore  (gnu at cygnus.com)
2574*75fd0b74Schristos
2575*75fd0b74Schristos	* aout64.h:  Move struct internal_exec to ../bfd/libaout.h so
2576*75fd0b74Schristos	it can be shared by all `a.out-family' code.  Rename
2577*75fd0b74Schristos	EXTERNAL_LIST_SIZE to EXTERNAL_NLIST_SIZE.  Use basic types
2578*75fd0b74Schristos	for nlist members, and make strx integral rather than pointer.
2579*75fd0b74Schristos	More commentary on n_type values.
2580*75fd0b74Schristos	* bout.h:  Provide a struct external_exec rather than an
2581*75fd0b74Schristos	internal_exec.
2582*75fd0b74Schristos	* m68kcoff.h:  Remove `tagentries' which snuck in from the i960
2583*75fd0b74Schristos	COFF port.
2584*75fd0b74Schristos
2585*75fd0b74SchristosFri Oct  4 01:25:59 1991  John Gilmore  (gnu at cygnus.com)
2586*75fd0b74Schristos
2587*75fd0b74Schristos	* h8300-opcode.h:  Remove `_enum' from the typedef for an enum.
2588*75fd0b74Schristos	* bfd.h:  Update to match bfd changes.
2589*75fd0b74Schristos
2590*75fd0b74Schristos	* sys/h-i386mach.h, sysdep.h:  Add 386 Mach host support.
2591*75fd0b74Schristos
2592*75fd0b74SchristosTue Oct  1 04:58:42 1991  John Gilmore  (gnu at cygnus.com)
2593*75fd0b74Schristos
2594*75fd0b74Schristos	* bfd.h, elf-common.h, elf-external.h, elf-internal.h:
2595*75fd0b74Schristos	Add preliminary ELF support, sufficient for GDB, from Fred Fish.
2596*75fd0b74Schristos	* sysdep.h, sys/h-amix.h:  Support Amiga SVR4.
2597*75fd0b74Schristos
2598*75fd0b74Schristos	* sys/h-vaxult.h:  Make it work.  (David Taylor <taylor@think.com>)
2599*75fd0b74Schristos	* a.out.vax.h:  Remove unused and confusing file.
2600*75fd0b74Schristos
2601*75fd0b74SchristosMon Sep 30 12:52:35 1991  Per Bothner  (bothner at cygnus.com)
2602*75fd0b74Schristos
2603*75fd0b74Schristos	* sysdep.h: Define NEWSOS3_SYS, and use it.
2604*75fd0b74Schristos
2605*75fd0b74SchristosFri Sep 20 13:38:21 1991  John Gilmore  (gnu at cygnus.com)
2606*75fd0b74Schristos
2607*75fd0b74Schristos	* a.out.gnu.h (N_FN):  Its value *really is* 0x1F.
2608*75fd0b74Schristos	Fix it, and add comments warning about or-ing N_EXT with it
2609*75fd0b74Schristos	and/or N_WARNING.
2610*75fd0b74Schristos	* aout64.h (N_FN):  Fix value, add comments about N_EXT.
2611*75fd0b74Schristos	* stab.def (table at end):  Update to show all the type
2612*75fd0b74Schristos	values <0x20, including low order bits.  Move N_FN to
2613*75fd0b74Schristos	its rightful place.
2614*75fd0b74Schristos
2615*75fd0b74SchristosTue Sep 17 17:41:37 1991  Stu Grossman  (grossman at cygnus.com)
2616*75fd0b74Schristos
2617*75fd0b74Schristos	* sys/h-irix3.h:  sgi/irix support.
2618*75fd0b74Schristos
2619*75fd0b74SchristosTue Sep 17 07:52:59 1991  John Gilmore  (gnu at cygint.cygnus.com)
2620*75fd0b74Schristos
2621*75fd0b74Schristos	* stab.def (N_DEFD):  Add GNU Modula-2 debug stab, from Andrew
2622*75fd0b74Schristos	Beers.
2623*75fd0b74Schristos
2624*75fd0b74SchristosThu Sep 12 14:12:59 1991  John Gilmore  (gnu at cygint.cygnus.com)
2625*75fd0b74Schristos
2626*75fd0b74Schristos	* internalcoff.h (SYMNMLEN, FILNMLEN, DIMNUM):  Define these
2627*75fd0b74Schristos	for internalcoff, separately from the various external coff's.
2628*75fd0b74Schristos	* amdcoff.h, bcs88kcoff.h, i386coff.h, intel-coff.h, m68kcoff.h,
2629*75fd0b74Schristos	m88k-bcs.h: Prefix SYMNMLEN, FILNMLEN, and DIMNUM with E_'s for
2630*75fd0b74Schristos	the external struct definitions.
2631*75fd0b74Schristos	* ecoff.h: Remove these #define's, kludge no longer needed.
2632*75fd0b74Schristos
2633*75fd0b74Schristos	* sys/h-ultra3.h:  Add new Ultracomputer host.
2634*75fd0b74Schristos	* sysdep.h:  Add ULTRA3_SYM1_SYS and use it.
2635*75fd0b74Schristos
2636*75fd0b74SchristosTue Sep 10 10:11:46 1991  John Gilmore  (gnu at cygint.cygnus.com)
2637*75fd0b74Schristos
2638*75fd0b74Schristos	* i386coff.h (LINESZ):  Always 6, not based on sizeof().
2639*75fd0b74Schristos	(Fix from Peter Schauer <pes@regent.e-technik.tu-muenchen.de>.)
2640*75fd0b74Schristos
2641*75fd0b74SchristosWed Sep  4 08:58:37 1991  John Gilmore  (gnu at cygint.cygnus.com)
2642*75fd0b74Schristos
2643*75fd0b74Schristos	* a.out.gnu.h, aout64.h:  Add N_WARNING.  Change N_FN to 0x0E,
2644*75fd0b74Schristos	to match SunOS and BSD.  Add N_COMM as 0x12 for SunOS shared lib
2645*75fd0b74Schristos	support.
2646*75fd0b74Schristos	* stab.def:  Add N_COMM to table, fix overlap comment.
2647*75fd0b74Schristos
2648*75fd0b74SchristosTue Sep  3 06:29:20 1991  John Gilmore  (gnu at cygint.cygnus.com)
2649*75fd0b74Schristos
2650*75fd0b74Schristos	Merge with latest FSF versions of these files.
2651*75fd0b74Schristos
2652*75fd0b74Schristos	* stab.gnu.h:  Add LAST_UNUSED_STAB_CODE.
2653*75fd0b74Schristos	* stab.def:  Update to GPL2.  Move N_WARNING out, since not a
2654*75fd0b74Schristos	debug symbol.  Change comments, and reorder table to numeric
2655*75fd0b74Schristos	order.  Update final table comment.
2656*75fd0b74Schristos	(N_DSLINE, N_BSLINE):  Renumber from 0x66 and 0x68, to 0x46 and 0x48.
2657*75fd0b74Schristos
2658*75fd0b74Schristos	* obstack.h:  GPL2.  Merge.
2659*75fd0b74Schristos
2660*75fd0b74SchristosFri Aug 23 01:54:23 1991  John Gilmore  (gnu at cygint.cygnus.com)
2661*75fd0b74Schristos
2662*75fd0b74Schristos	* a.out.gnu.h, a.out.sun4.h:  Make SEGMENT_SIZE able to depend
2663*75fd0b74Schristos	on the particular a.out being examined.
2664*75fd0b74Schristos	* a.out.sun4.h:  Define segment sizes for Sun-3's and Sun-4's.
2665*75fd0b74Schristos	* FIXME:  a.out.gnu.h is almost obsolete.
2666*75fd0b74Schristos	* FIXME:  a.out.sun4.h should be renamed a.out.sun.h now.
2667*75fd0b74Schristos
2668*75fd0b74SchristosWed Aug 21 20:32:13 1991  John Gilmore  (gnu at cygint.cygnus.com)
2669*75fd0b74Schristos
2670*75fd0b74Schristos	* Start a ChangeLog for the includes directory.
2671*75fd0b74Schristos
2672*75fd0b74Schristos	* a.out.gnu.h (N_FN):  Fix value -- was 15, should be 0x1E.
2673*75fd0b74Schristos	* stab.def:  Update allocation table in comments at end,
2674*75fd0b74Schristos	to reflect reality as I know it.
2675*75fd0b74Schristos
2676*75fd0b74Schristos
2677*75fd0b74SchristosCopyright (C) 1993-2003 Free Software Foundation, Inc.
2678*75fd0b74Schristos
2679*75fd0b74SchristosCopying and distribution of this file, with or without modification,
2680*75fd0b74Schristosare permitted in any medium without royalty provided the copyright
2681*75fd0b74Schristosnotice and this notice are preserved.
2682*75fd0b74Schristos
2683*75fd0b74SchristosLocal Variables:
2684*75fd0b74Schristosmode: change-log
2685*75fd0b74Schristosleft-margin: 8
2686*75fd0b74Schristosfill-column: 74
2687*75fd0b74Schristosversion-control: never
2688*75fd0b74SchristosEnd:
2689