12002-09-23  Daniel Jacobowitz  <[email protected]>
2
3	Merge from mainline:
4	2002-09-19  Jakub Jelinek  <[email protected]>
5	* elf/i386.h (R_386_TLS_TPOFF, R_386_TLS_IE, R_386_TLS_GOTIE):
6	Define.
7
8	2002-09-19  Nathan Tallent  <[email protected]>
9	* dis-asm.h: Remove (errant) trailing semicolon (;) from the
10	extern "C" { } declaration.
11
12	2002-09-04  Nick Clifton  <[email protected]>
13	* dis-asm.h (print_ppc_disassembler_options): Prototype.
14
15	2002-08-06  H.J. Lu <[email protected]>
16	* bfdlink.h (bfd_link_info): Add allow_undefined_version.
17	(bfd_elf_version_expr): Add symver and script.
18
192002-07-10  Jakub Jelinek  <[email protected]>
20
21	* elf/common.h (SHT_GNU_LIBLIST, DT_GNU_PRELINKED,
22	DT_GNU_CONFLICT*, DT_GNU_LIBLIST*): Define.
23
242002-07-01  Alan Modra  <[email protected]>
25
26	* bfdlink.h (struct bfd_sym_chain): Declare.
27	(struct bfd_link_info): Add gc_sym_list.  Formatting fixes.
28
292002-06-25  Alan Modra  <[email protected]>
30
31	* demangle.h: #include "ansidecl.h" rather than #include <ansidecl.h>.
32	* fibheap.h: Likewise.
33	* hashtab.h: Likewise.
34	* partition.h: Likewise.
35	* sort.h: Likewise.
36	* splay-tree.h: Likewise.
37
382002-06-24  Alan Modra  <[email protected]>
39
40	* libiberty.h (basename): Don't declare if HAVE_DECL_BASENAME.
41	* getopt.h (getopt): Don't declare if HAVE_DECL_GETOPT.
42
432002-06-18  Dave Brolley  <[email protected]>
44
45	From Catherine Moore:
46	* dis-asm.h (print_insn_frv): New prototype.
47
482002-06-09  Andrew Cagney  <[email protected]>
49
50	* remote-sim.h: Move to directory gdb/.
51	* callback.h: Move to directory gdb/.
52
532002-06-07  Charles Wilson  <[email protected]>
54
55	* bfdlink.h (struct bfd_link_info): Change type of
56	pei386_auto_import field to int so that -1 can mean enabled by
57	default and 1 can mean enabled by command line switch.
58
592002-06-06  DJ Delorie  <[email protected]>
60
61	* hashtab.h (htab): Rearrange new members for backward
62	compatibility.
63	(htab_create): Don't use a macro that requires other headers.
64
652002-06-05  Geoffrey Keating  <[email protected]>
66
67	* hashtab.h (htab_create): Restore prototype for backward
68	compatibility.
69	(htab_try_create): Likewise.
70
712002-05-22  Geoffrey Keating  <[email protected]>
72
73	* hashtab.h (struct htab): Update for change to length specifier.
74
752002-05-10  Geoffrey Keating  <[email protected]>
76
77	* hashtab.h (GTY): Define if undefined.
78	(htab_alloc): New typedef.
79	(htab_free): New typedef.
80	(struct htab): Support gengtype; allow user-specified memory
81	allocation.
82	(htab_create_alloc): New.
83	(htab_create): Replace with #define.
84	(htab_try_create): Delete.
85
862002-05-31  Michal Ludvig  <[email protected]>
87
88	* elf/dwarf2.h (DW_CFA_low_user, DW_CFA_high_user): Renamed
89	to DW_CFA_lo_user, DW_CFA_hi_user respectively.
90
912002-05-28  Kuang Hwa Lin <[email protected]>
92
93	* dis-asm.h: Prototype print_insn_dlx.
94
952002-05-23  Andrew Cagney  <[email protected]>
96
97	* sim-d10v.h: Delete file.  Moved to include/gdb/.
98
992002-05-23  Jakub Jelinek  <[email protected]>
100
101	* elf/common.h (PT_TLS, SHF_TLS, STT_TLS, DF_STATIC_TLS): Define.
102	* elf/ia64.h (R_IA64_LTOFF_TPREL22): Renamed from R_IA64_LTOFF_TP22.
103	* elf/i386.h: Add TLS relocs.
104
1052002-05-21  H.J. Lu  ([email protected])
106
107	* bfdlink.h (bfd_link_info): Add allow_multiple_definition.
108
1092002-05-17  J"orn Rennecke <[email protected]>
110
111	* dis-asm.h (print_insn_shl, print_insn_sh64l): Remove prototype.
112
1132002-04-16  David S. Miller  <[email protected]>
114
115	* xregex2.h (__restrict_arr): Define to __restrict on GCC
116	3.1 and later.  Do not redefine.
117
1182002-04-01  Phil Edwards  <[email protected]>
119
120	* dyn-string.h:  Also allow IN_GLIBCPP_V3 to redefine names.
121
1222002-03-10  Daniel Jacobowitz <[email protected]>
123
124	* gdb: New directory.
125
1262002-03-06  Andrew Cagney  <[email protected]>
127
128	* floatformat.h (floatformat_arm_ext): Delete declaration.
129
1302002-02-21  Jim Blandy  <[email protected]>
131
132	Allow the user to specify functions for allocating memory for
133	splay tree roots and nodes.
134	* splay-tree.h (splay_tree_allocate_fn, splay_tree_deallocate_fn):
135	New types.
136	(splay_tree): New fields: `allocate', `deallocate', and
137	`allocate_data'.
138	(splay_tree_new_with_allocator): New function declaration.
139
1402002-02-15  Alan Modra  <[email protected]>
141
142	Support arbitrary length fill patterns.
143	* bfdlink.h (enum bfd_link_order_type): Remove bfd_fill_link_order.
144	(struct bfd_link_order): Remove fill.  Add data.size.
145
1462002-02-08  Alexandre Oliva  <[email protected]>
147
148	Contribute sh64-elf.
149	2000-11-25  Hans-Peter Nilsson  <[email protected]>
150	* dis-asm.h (print_insn_sh64): New prototype.
151	(print_insn_sh64l): New prototype.
152	(print_insn_sh64x_media): New prototype.
153
1542002-02-05  Frank Ch. Eigler  <[email protected]>
155
156	* dis-asm.h (disassemble_info): New field `insn_sets'.
157	(INIT_DISASSEMBLE_INFO): Clear it.
158
1592002-02-05  Jason Merrill  <[email protected]>
160
161	* demangle.h (cplus_demangle_v3): Add "options" parm.
162	(cplus_demangle_v3_type): Remove prototype.
163	(DMGL_VERBOSE): New macro.
164	(DMGL_TYPES): New macro.
165
1662002-02-02  H.J. Lu  ([email protected])
167
168	* demangle.h (cplus_demangle_v3_type): New prototype.
169
1702002-01-31  Ivan Guzvinec  <[email protected]>
171
172	* dis-asm.h : Add support for or32 targets
173
1742002-01-28  Kaveh R. Ghazi  <[email protected]>
175
176	* libiberty.h (C_alloca): Add ATTRIBUTE_MALLOC.
177
1782002-01-27  David O'Brien  <[email protected]>
179
180	* cgen.h (BFD_VERSION): Use BFD_VERSION_DATE instead.
181
1822001-12-14  Nick Clifton  <[email protected]>
183
184	* dis-asm.h (INIT_DISASSEMBLE_INFO_NO_ARCH): Initialise the
185	disassembler_options field (to NULL).
186
1872001-12-13  Jakub Jelinek  <[email protected]>
188
189	* bfdlink.h (struct bfd_link_info): Add eh_frame_hdr field.
190
1912001-12-07  Geoffrey Keating  <[email protected]>
192
193	* dis-asm.h (print_insn_xstormy16): Declare.
194
1952001-12-06  Richard Henderson  <[email protected]>
196
197	* demangle.h (no_demangling): New.
198	(NO_DEMANGLING_STYLE_STRING): New.
199
2002001-11-14  Alan Modra  <[email protected]>
201
202	* dis-asm.h (print_insn_i386): Declare.
203
2042001-11-11  Timothy Wall  <[email protected]>
205
206	* dis-asm.h: Fix comment to refer to octets rather than bytes.
207
2082001-10-30  Hans-Peter Nilsson  <[email protected]>
209
210	* dis-asm.h (print_insn_mmix): Add prototype.
211
2122001-10-24  Neil Booth  <[email protected]>
213
214	* safe-ctype.h (_sch_isbasic, IS_ISOBASIC): New.
215
2162001-10-22  Kaveh R. Ghazi  <[email protected]>
217
218	* libiberty.h (hex_init): Revert delete.
219
220	* libiberty.h (_hex_value): Const-ify.
221	(hex_init): Delete.
222
2232001-10-16  Christopher Faylor  <[email protected]>
224
225	* filenames.h: Add cygwin to the list of dosish style path systems.
226
2272001-10-07  Kaveh R. Ghazi  <[email protected]>
228
229	* demangle.h (demangler_engine): Const-ify.
230	* libiberty.h (buildargv): Likewise.
231
2322001-10-03  Vassili Karpov  <[email protected]>
233
234	* bfdlink.h (struct bfd_link_info): Add nocopyreloc field.
235
2362001-09-24  Kaveh R. Ghazi  <[email protected]>
237
238	* libiberty.h (reconcat): New function.
239
2402001-09-18  Kaveh R. Ghazi  <[email protected]>
241
242	* libiberty.h (concat, concat_length, concat_copy, concat_copy2,
243	ACONCAT): Improve comments.
244
2452001-09-18  Alan Modra  <[email protected]>
246
247	* objalloc.h (OBJALLOC_ALIGN): Define using offsetof.
248
2492001-09-17  Kaveh R. Ghazi  <[email protected]>
250
251	* libiberty.h (concat_length, concat_copy, concat_copy2,
252	libiberty_concat_ptr, ACONCAT): New.
253
254	* libiberty.h (ASTRDUP): New macro.
255	libiberty_optr, libiberty_nptr, libiberty_len): Declare.
256
2572001-08-29  Kaveh R. Ghazi  <[email protected]>
258
259	* ansidecl.h: Update comments reflecting previous change.
260
2612001-08-27  Kaveh R. Ghazi  <[email protected]>
262
263	* ansidecl.h (VA_OPEN, VA_CLOSE): Allow multiple uses.
264
2652001-08-25  Nick Clifton  <[email protected]>
266
267	* bfdlink.h (struct bfd_link_info): Change 'spare_dynamic_tags' to
268	unsigned to remove a compile time warning message.
269
2702001-08-24  H.J. Lu  <[email protected]>
271
272	* bfdlink.h (bfd_link_hash_table_type): New. The linker hash
273	table type, bfd_link_generic_hash_table and
274	bfd_link_elf_hash_table.
275	(bfd_link_hash_table): Add a new field, type, for the linker
276	hash table type.
277
2782001-08-23  Jakub Jelinek  <[email protected]>
279
280	* bfdlink.h (struct bfd_link_info): Add combreloc and
281	spare_dynamic_tags fields.
282
2832001-08-23  Lars Brinkhoff  <[email protected]>
284
285	* dyn-string.h, fibheap.h, partition.h, sort.h, splay-tree.h:
286	replace "GNU CC" with "GCC".
287
2882001-08-21  Richard Henderson  <[email protected]>
289
290	* fibheap.h: Tidy formatting.
291	(fibnode_t): Limit degree to 31 bits to avoid warning.
292
2932001-08-20  Daniel Berlin  <[email protected]>
294
295	* fibheap.h: New file. Fibonacci heap.
296
2972001-08-20  Andrew Cagney  <[email protected]>
298
299	* floatformat.h (floatformat_arm_ext): Document as deprecated.
300	(floatformat_arm_ext_big, floatformat_arm_ext_littlebyte_bigword)
301	(floatformat_ia64_spill_little, floatformat_ia64_quad_little)
302	(floatformat_ia64_spill_big, floatformat_ia64_quad_big)
303	(floatformat_m88110_harris_ext): Declare.
304
3052001-08-18  Zack Weinberg  <[email protected]>
306
307	* ansidecl.h: Reorganize for readability, remove documentation
308	of obsolete macros, document PARAMS and VPARAMS.  Add new
309	macros VA_OPEN, VA_CLOSE, and VA_FIXEDARG for nicer variadic
310	function implementation.
311
3122001-08-16  Richard Henderson  <[email protected]>
313
314	* hashtab.h (htab_hash_string): Declare.
315
3162001-08-10  Andrew Cagney  <[email protected]>
317
318	* libiberty.h (lbasename): Change function declaration to return a
319	const char pointer.
320
3212001-08-02  Mark Kettenis  <[email protected]>
322
323	* xregex.h (_REGEX_RE_COMP): Define.
324	(re_comp): Define to xre_comp.
325	(re_exec): Define to xre_exec.
326
3272001-08-02  Charles Wilson  <[email protected]>
328
329        * bfdlink.h (struct bfd_link_info): add new boolean
330        field pei386_auto_import.
331
3322001-07-18  Andreas Jaeger  <[email protected]>
333
334	* xregex2.h: Place under LGPL version 2.1.
335
3362001-07-10  Jeff Johnston  <[email protected]>
337
338	* xregex.h: New file to support libiberty regex.
339	* xregex2.h: Ditto.
340
3412001-06-15  Hans-Peter Nilsson  <[email protected]>
342
343	* bfdlink.h (struct bfd_link_info): New member export_dynamic.
344
3452001-05-16  Matt Kraai  <[email protected]>
346
347	* partition.h: Fix misspelling of `implementation'.
348
3492001-05-10  Kaveh R. Ghazi  <[email protected]>
350
351	* ansidecl.h (NULL_PTR): Delete.
352
3532001-05-07  Zack Weinberg  <[email protected]>
354
355	* demangle.h: Use PARAMS for all prototypes.
356	* ternary.h: Use PARAMS for all prototypes.  Use PTR, not void *.
357	Make arguments constant where possible.
358
3592001-05-07  Mark Mitchell  <[email protected]>
360
361	* splay-tree.h (splay_tree_max): New function.
362	(splay_tree_min): Likewise.
363
3642001-04-27  Johan Rydberg  <[email protected]>
365
366        * dis-asm.h (print_insn_openrisc): Add prototype.
367
3682001-04-15  Daniel Berlin  <[email protected]>
369
370	* ternary.h: New file - Ternary search tree header.
371
3722001-04-13  Jakub Jelinek  <[email protected]>
373
374	* bfdlink.h (bfd_link_discard): Add discard_sec_merge.
375
3762001-04-03  Zack Weinberg  <[email protected]>
377
378	* ansidecl.h: All logic from gcc/gansidecl.h moved here.
379
3802001-03-31  Kaveh R. Ghazi  <[email protected]>
381
382	* libiberty.h (alloca): Handle setting C_ALLOCA.
383
3842001-03-20  Jim Blandy  <[email protected]>
385
386	* demangle.h (enum gnu_v3_constructor_kinds,
387	is_gnu_v3_mangled_ctor, enum gnu_v3_destructor_kinds,
388	is_gnu_v3_mangled_dtor): New declarations.
389
3902001-03-14  Nick Clifton  <[email protected]>
391
392	* ansidecl.h: Fix copyright dates.
393	* demangle.h: Fix copyright dates.
394	* floatformat.h: Fix copyright dates.
395	* fnmatch.h: Fix copyright dates.
396	* getopt.h: Fix copyright dates.
397	* libiberty.h: Add FSF copyright notice.
398	* md5.h: Fix copyright dates.
399	* obstack.h: Fix copyright dates.
400	* splay-tree.h: Fix copyright dates.
401
4022001-03-10  Neil Booth  <[email protected]>
403	    John David Anglin  <[email protected]>
404
405	* libiberty.h: Add lbasename.
406
4072001-03-06  Zack Weinberg  <[email protected]>
408
409	* libiberty.h: Prototype C_alloca; define alloca to either
410	__builtin_alloca or C_alloca as appropriate.
411
4122001-03-01  John David Anglin  <[email protected]>
413
414	* safe-ctype.h (_sch_test): Cast enum bit to unsigned short int for pcc
415	compatibility.
416
4172001-02-18  lars brinkhoff  <[email protected]>
418
419	* dis-asm.h: Add PDP-11 target.
420
4212001-02-09  Martin Schwidefsky  <[email protected]>
422
423	* dis-asm.h: Add linux target for S/390.
424
4252001-01-11  Peter Targett  <[email protected]>
426
427	* dis-asm.h (arc_get_disassembler): Correct declaration.
428
4292001-01-09  Philip Blundell  <[email protected]>
430
431	* bin-bugs.h (REPORT_BUGS_TO): Set to `[email protected]'.
432
4332000-12-18  Joseph S. Myers  <[email protected]>
434
435	* COPYING: Update to current
436	ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
437	to 19yy as example year in copyright notice).
438
4392000-12-19  Hans-Peter Nilsson  <[email protected]>
440
441	* dis-asm.h (struct disassemble_info): New member "section".
442	(INIT_DISASSEMBLE_INFO_NO_ARCH): Initialize private_data member.
443	Initialize section member.
444
4452000-12-16  Herman A.J. ten Brugge  <[email protected]>
446
447	* safe-ctype.h: Make code work on all targets and not just on
448	targets where a char is 8 bits.
449
4502000-12-10  Fred Fish  <[email protected]>
451
452	* bfdlink.h (struct bfd_link_info): Add new allow_shlib_undefined
453	member to struct for systems where it is normal to have undefined
454	symbols in shared libraries at runtime and the runtime linker
455	takes care of redirecting them.
456
4572000-12-07  Zack Weinberg  <[email protected]>
458
459	* safe-ctype.h: New file.
460
4612000-12-06  Rodney Brown  <[email protected]>
462
463	* getopt.h obstack.h: Standarize copyright statement.
464
4652000-12-04  Richard Henderson  <[email protected]>
466
467	* demangle.h: Change "new_abi" to "v3" everywhere.
468
4692000-11-22  Zack Weinberg  <[email protected]>
470
471	* libiberty.h: Move #includes to top.  Prototype xmalloc_failed.
472
4732000-11-15  Kenneth Block  <[email protected]>
474
475	* demangle.h: Add gnat and java demangle styles.
476
4772000-11-04  Hans-Peter Nilsson  <[email protected]>
478
479	* hashtab.h (struct htab): Add member return_allocation_failure.
480	(htab_try_create): New prototype.  Mention which functions may
481	return NULL when this is used.
482
4832000-11-03  Hans-Peter Nilsson  <[email protected]>
484
485	* hashtab.h: Change void * to PTR where necessary.
486
4872000-10-11  Mark Mitchell  <[email protected]>
488
489	* splay-tree.h (splay_tree_predecessor): Declare.
490
4912000-09-29  Hans-Peter Nilsson  <[email protected]>
492
493	* dis-asm.h: Declare cris_get_disassembler, not print_insn_cris.
494	Fix typo in comment.
495
4962000-09-28  John David Anglin <[email protected]>
497
498	* alloca-conf.h: New file (copied from libiberty).
499
5002000-09-05  John David Anglin <[email protected]>
501
502	* md5.h (md5_uint32): Choose via INT_MAX instead of UINT_MAX.
503
5042000-09-04  Alex Samuel  <[email protected]>
505
506	* dyn-string.h: Adjust formatting.
507	(dyn_string_insert_char): New macro.  New declaration.
508
5092000-08-28  Jason Merrill  <[email protected]>
510
511	* md5.h: New file.
512
5132000-08-24  Greg McGary  <[email protected]>
514
515	* libiberty.h (ARRAY_SIZE): New macro.
516
5172000-07-29  Nick Clifton  <[email protected]>
518
519	* os9k.h: Add copyright notice.
520	Fix formatting.
521
5222000-07-22  Jason Eckhardt  <[email protected]>
523
524	* dis-asm.h (print_insn_i860): Add prototype.
525
5262000-07-20  H.J. Lu  <[email protected]>
527
528	* bfdlink.h (bfd_link_info): Add new_dtags.
529
5302000-07-20  Hans-Peter Nilsson  <[email protected]>
531
532	* dis-asm.h (print_insn_cris): Declare.
533
5342000-07-19  H.J. Lu  ([email protected])
535
536	* bfdlink.h (bfd_link_info): Add flags and flags_1.
537
5382000-06-05  DJ Delorie  <[email protected]>
539
540	* MAINTAINERS: new
541
5422000-06-21  Alex Samuel  <[email protected]>
543
544	* dyn-string.h (dyn_string_init, dyn_string_new,
545	dyn_string_delete, dyn_string_release, dyn_string_resize,
546	dyn_string_clear, dyn_string_copy, dyn_string_copy_cstr,
547	dyn_string_prepend, dyn_string_prepend_cstr, dyn_string_insert,
548	dyn_string_insert_cstr, dyn_string_append, dyn_string_append_cstr,
549	dyn_string_append_char, dyn_string_substring_dyn_string_eq):
550	Define as same name with __cxa_ prepended, if IN_LIBGCC2.
551	(dyn_string_init, dyn_string_copy, dyn_string_copy_cstr,
552	dyn_string_prepend, dyn_string_prepend_cstr, dyn_string_insert,
553	dyn_string_insert_cstr, dyn_string_append, dyn_string_append_cstr,
554	dyn_string_append_char, dyn_string_substring): Change return type
555	to int.
556
5572000-06-18  Stephane Carrez  <[email protected]>
558
559	* dis-asm.h (print_insn_m68hc12): Define.
560	(print_insn_m68hc11): Likewise.
561
5622000-06-18  Nick Clifton  <[email protected]>
563
564	* os9k.h: Change values of MODSYNC and CRCCON due to bug report
565	from Russ Magee <[email protected]>.
566
5672000-06-07  Kaveh R. Ghazi  <[email protected]>
568
569	* demangle.h (demangling_styles): Remove trailing comma in enum.
570
571	* dyn-string.h (dyn_string_append_char): Change parameter from
572	char to int.
573
5742000-06-04  Alex Samuel  <[email protected]>
575
576	* dyn-string.h: Move here from gcc/dyn-string.h.  Add new functions.
577
578	* demangle.h (DMGL_GNU_NEW_ABI): New macro.
579	(DMGL_STYLE_MASK): Or in DMGL_GNU_NEW_ABI.
580	(current_demangling_style): Add gnu_new_abi_demangling.
581	(GNU_NEW_ABI_DEMANGLING_STYLE_STRING): New macro.
582	(GNU_NEW_ABI_DEMANGLING): Likewise.
583	(cplus_demangle_new_abi): New declaration.
584
585Tue May 30 16:53:34 2000  Andrew Cagney  <[email protected]>
586
587	* floatformat.h (struct floatformat): Add field name.
588
5892000-05-26  Eli Zaretskii  <[email protected]>
590
591	* filenames.h: New file.
592	(HAVE_DOS_BASED_FILE_SYSTEM, IS_DIR_SEPARATOR)
593	(IS_ABSOLUTE_PATH, FILENAME_CMP): New macros.
594
5952000-05-23  Kaveh R. Ghazi  <[email protected]>
596
597	* getopt.h (getopt): Also check HAVE_DECL_* when prototyping.
598
599	* libiberty.h (basename): Likewise.
600
6012000-05-17  S. Bharadwaj Yadavalli  <[email protected]>
602	    Rick Gorton	            <[email protected]>
603
604	* bfdlink.h (struct bfd_link_info): Add emitrelocations flag.
605
6062000-05-08  Alan Modra  <[email protected]>
607
608	* dis-asm.h (print_insn_tic54x): Declare.
609
6102000-05-06  Zack Weinberg  <[email protected]>
611
612 	* ansidecl.h: #define __extension__ to nothing if
613 	GCC_VERSION < 2008.
614
6152000-05-04  Kaveh R. Ghazi  <[email protected]>
616
617	* demangle.h (demangler_engine): Constify.
618
619Thu May  4 17:15:26 2000  Philippe De Muyter  <[email protected]>
620
621	* sort.h (sys/types.h): File included unconditionnaly.
622	(stddef.h): File include only #ifdef __STDC__.
623
6242000-05-03  Zack Weinberg  <[email protected]>
625
626	* symcat.h: Remove #endif label.
627
6282000-04-28  Kenneth Block  <[email protected]>
629	    Jason Merrill  <[email protected]>
630
631        * demangle.h (libiberty_demanglers): new table for different styles.
632        (cplus_demangle_set_style): New function for setting style.
633        (cplus_demangle_name_to_style): New function to translate name.
634
6352000-04-24  Mark Mitchell  <[email protected]>
636
637	* hashtab.h (hash_pointer): Declare.
638	(eq_pointer): Likewise.
639
6402000-04-23  Mark Mitchell  <[email protected]>
641
642	* sort.h: New file.
643
644Fri Apr 21 13:20:53 2000  Richard Henderson  <[email protected]>
645			  David Mosberger  <[email protected]>
646
647	* dis-asm.h (print_insn_ia64): Declare.
648
649Tue Apr 18 16:22:30 2000  Richard Kenner  <[email protected]>
650
651	* hashtab.h (enum insert_option): New type.
652	(htab_find_slot, htab_find_slot_with_hash): Use it.
653
6542000-04-17  Kaveh R. Ghazi  <[email protected]>
655
656	* symcat.h: Honor autoconf macro HAVE_STRINGIZE.  Add
657	comments/caveats with regard to traditional C behavior.
658
6592000-04-05  Richard Henderson  <[email protected]>
660
661	* splay-tree.h (splay_tree_remove): Declare.
662
6632000-04-04  Alan Modra  <[email protected]>
664
665	* bin-bugs.h (REPORT_BUGS_TO): Remove translated part.
666
6672000-04-03  Alan Modra  <[email protected]>
668
669	* bin-bugs.h: New file.
670
6712000-03-30  Mark Mitchell  <[email protected]>
672
673	* hashtab.h (hashval_t): New type.
674	(htab_find_with_hash): Use it as an argument.
675	(htab_find_slot_with_hash): Likewise.
676
6772000-03-27  Denis Chertykov  <[email protected]>
678
679	* dis-asm.h (print_insn_avr): Declare.
680
6812000-03-14  Bernd Schmidt  <[email protected]>
682
683	* hashtab.h (htab_trav): Modify type so that first arg is of type
684	void **.
685	(htab_find_with_hash, htab_find_slot_with_hash): Declare new
686	functions.
687
6882000-03-09  Alex Samuel  <[email protected]>
689
690	* partition.h: New file.
691
6922000-03-09  Zack Weinberg  <[email protected]>
693
694	* hashtab.h (struct htab): Add del_f.
695	(htab_del): New type.
696	(htab_create): Add fourth argument.
697
6982000-03-08  Zack Weinberg  <[email protected]>
699
700	* hashtab.h (hash_table_t): Rename to htab_t.
701	(struct hash_table): Rename to struct htab.  Shorten element
702	names.  Reorder elements by size.
703	(htab_hash, htab_eq, htab_trav): New typedefs for the callback
704	function pointers.
705	(hash_table_entry_t): Discard; just use void * for element
706	type.
707
7082000-03-01  H.J. Lu  <[email protected]>
709
710	* bfdlink.h (bfd_link_callbacks): Add a boolean arg to
711	the undefined_symbol callback.
712
7132000-02-23  Linas Vepstas <[email protected]>
714
715	* dis-asm.h (print_insn_i370): Declare.
716
717Tue Feb 22 15:19:54 2000  Andrew Cagney  <[email protected]>
718
719	* remote-sim.h (sim_trace): Document return values.
720	(sim_set_trace): Declare.  Deprecate.
721
7222000-02-21  Alan Modra  <[email protected]>
723
724	* dis-asm.h (struct disassemble_info): Change `length' param of
725	read_memory_func to unsigned.  Change type of `buffer_length' and
726	`octets_per_byte' to unsigned.
727	(buffer_read_memory): Change `length' param to unsigned.
728
7292000-02-16  Nick Clifton  <[email protected]>
730
731	* dis-asm.h: Add prototypes for ARM register name functions.
732
733Wed Feb  9 18:45:49 2000  Andrew Cagney  <[email protected]>
734
735	* wait.h: Delete. No longer used by GDB.
736
737Tue Feb  8 17:01:13 2000  Andrew Cagney  <[email protected]>
738
739	* remote-sim.h (sim_resume): Clarify use of SIGGNAL.
740	(sim_stop_reason): Clarify meaning of sim_signalled.
741
7422000-02-03  Timothy Wall <[email protected]>
743
744	* dis-asm.h (struct disassemble_info): Added octets_per_byte
745	field and initialize it to one (1).
746
7472000-01-27  Nick Clifton  <[email protected]>
748
749	* dis-asm.h: Add prototype for disassembler_usage().
750	Add prototype for arm_disassembler_options().
751	Remove prototype for arm_toggle_regnames().
752	Add prototype for parse_arm_disassembler_option().
753
754Sat Jan  1 19:06:52 2000  Hans-Peter Nilsson  <[email protected]>
755
756	* symcat.h (STRINGX) [!__STDC__ || ALMOST_STDC]: Change "?" to "s"
757	to stringify argument s.
758
759Wed Dec 15 11:22:56 1999  Jeffrey A Law  ([email protected])
760
761	* hp-symtab.h (HP_LANGUAGE_FORTRAN): New enumeration constant.
762	(HP_LANGUAGE_F77): Define using HP_LANGUAGE_FORTRAN.
763
7641999-12-15  Doug Evans  <[email protected]>
765
766	* dis-asm.h: Enclose in extern "C" ifdef __cplusplus.
767
7681999-12-05  Mark Mitchell  <[email protected]>
769
770	* splay-tree.h (struct splay_tree_node): Rename to ...
771	(struct splay_tree_node_s): ... this.
772	(struct splay_tree): Rename to ...
773	(struct splay_tree_s): ... this.
774
7751999-11-30  Kaveh R. Ghazi  <[email protected]>
776
777	* ansidecl.h (ATTRIBUTE_MALLOC): New macro.
778
779	* libiberty.h (buildargv, dupargv, concat, choose_temp_base,
780	make_temp_file, xmalloc, xcalloc, xstrdup, xmemdup): Add
781	ATTRIBUTE_MALLOC.
782	(xatexit): Remove __GNUC__ check, add ATTRIBUTE_NORETURN.
783
7841999-11-28  Kaveh R. Ghazi  <[email protected]>
785
786	* libiberty.h: Include stdarg.h when ANSI_PROTOTYPES is defined.
787	(asprintf, vasprintf): Provide declarations.
788
789Wed Nov 10 12:43:21 1999  Philippe De Muyter  <[email protected]>
790			  Kaveh R. Ghazi  <[email protected]>
791
792	* ansidecl.h: Define and test `GCC_VERSION', not `HAVE_GCC_VERSION'.
793
7941999-11-04      Jimmy Guo       <[email protected]>
795
796	* hp-symtab.h (dntt_type_fparam): Add doc_ranges, misc_kind
797	fields, change location type to CORE_ADDR from int.
798	(dntt_type_const): Name the 5th field location_type.
799
800Sun Oct 24 19:11:32 1999  Andrew Cagney  <[email protected]>
801
802	* sim-d10v.h (SIM_D10V_TS2_DMAP_REGNUM): Define.
803
8041999-10-23 08:51 -0700  Zack Weinberg  <[email protected]>
805
806	* hashtab.h: Give hash_table_t a struct tag.  Add prototypes
807	for clear_hash_table_slot and traverse_hash_table.  Correct
808	prototype of all_hash_table_collisions.
809
810Sat Oct 23 19:00:13 1999  Andrew Cagney  <[email protected]>
811
812	* sim-d10v.h: New file.
813
814Fri Oct 15 01:47:51 1999  Vladimir Makarov  <[email protected]>
815
816	* hashtab.h: New file.
817
8181999-10-10  Kaveh R. Ghazi  <[email protected]>
819
820	* ansidecl.h (HAVE_GCC_VERSION): New macro.  Use it instead of
821	explicitly testing __GNUC__ and __GNUC_MINOR__.
822
823	(ATTRIBUTE_PRINTF): Use `__format__', not `format'.
824
8251999-09-25  Kaveh R. Ghazi  <[email protected]>
826
827	* libiberty.h (make_temp_file):  Add a prototype.
828
829Tue Sep 14 00:35:02 1999  Marc Espie <[email protected]>
830
831	* libiberty.h (basename):  OpenBSD has a correct prototype.
832	(xrealloc):  Remove outdated comment.
833
8341999-09-07  Jeff Garzik  <[email protected]>
835
836	* libiberty.h (xmemdup): Add prototype for new function.
837
8381999-09-04  Steve Chamberlain  <[email protected]>
839
840	* dis-asm.h (print_insn_pj): Declare.
841
8421999-09-01  Kaveh R. Ghazi  <[email protected]>
843
844	* obstack.h (obstack_grow, obstack_grow0): Move (char*) casts
845	in calls to `_obstack_memcpy' from here ...
846
847	(_obstack_memcpy): ... to here, except in the __STDC__ case which
848	doesn't need it.
849
8501999-08-30  Kaveh R. Ghazi  <[email protected]>
851
852	* libiberty.h (getpwd): Prototype.
853
8541999-08-01  Mark Mitchell  <[email protected]>
855
856	* splay-tree.h (splay_tree_insert): Return the new node.
857
8581999-07-11  Ian Lance Taylor  <[email protected]>
859
860	* ansidecl.h: Copy attribute support macros from egcs.
861
8621999-06-22  Mark Mitchell  <[email protected]>
863
864	* bfdlink.h (struct bfd_link_hash_entry): Add init_function and
865	fini_function.
866
8671999-06-20  Mark Mitchell  <[email protected]>
868
869	* mips.h (Elf32_Internal_Msym): New structure.
870	(Elf32_External_Msym): Likewise.
871	(ELF32_MS_REL_INDEX): New macro.
872	(ELF32_MS_FLAGS): Likewise.
873	(ELF32_MS_INFO): Likewise.
874
8751999-06-14  Nick Clifton  <[email protected]>
876
877	* dis-asm.h (arm_toggle_regnames): New prototype.
878	(struct diassemble_info): New field: disassembler_options.
879
8801999-04-11  Richard Henderson  <[email protected]>
881
882	* bfdlink.h (bfd_elf_version_expr): Rename `match' to `pattern'.
883	Add `match' callback function.
884
8851999-04-10  Richard Henderson  <[email protected]>
886
887	* bfdlink.h (bfd_link_info): Add no_undefined.
888
8891999-04-08  Nick Clifton  <[email protected]>
890
891	* dis-asm.h: Add prototype for print_insn_mcore.
892
8931999-04-02  Mark Mitchell  <[email protected]>
894
895	* splay-tree.h (splay_tree_compare_pointers): Declare.
896
8971999-03-30  Mark Mitchell  <[email protected]>
898
899	* splay-tree.h (splay_tree_compare_ints): Declare.
900
901Wed Mar 24 12:46:29 1999  Andrew Cagney  <[email protected]>
902
903	* libiberty.h (basename): Cygwin{,32} should have the prototype.
904
9051999-02-22  Jim Lemke  <[email protected]>
906
907	* bfdlink.h (bfd_link_info): add field "mpc860c0".
908
909Mon Feb  1 21:05:46 1999  Catherine Moore  <[email protected]>
910
911       * dis-asm.h (print_insn_i386_att):  Declare.
912       (print_insn_i386_intel):  Declare.
913
9141998-12-30  Michael Meissner  <[email protected]>
915
916	* dis-asm.h (INIT_DISASSEMBLE_INFO_NO_ARCH): Cast STREAM and
917	FPRINTF_FUNC to avoid compiler warnings.
918
919Wed Dec 30 16:07:14 1998  David Taylor  <[email protected]>
920
921	* dis-asm.h: change void * to PTR (two places).
922
923Mon Dec 14 09:53:31 1998  Kaveh R. Ghazi  <[email protected]>
924
925	* demangle.h: Don't check IN_GCC anymore.
926	* splay-tree.h: Likewise.
927
928Tue Dec  8 00:30:31 1998  Elena Zannoni  <[email protected]>
929
930	The following changes were made by Elena Zannoni
931 	<[email protected]> and Edith Epstein
932 	<[email protected]> as part of a project to merge in
933 	changes made by HP; HP did not create ChangeLog entries.
934
935	* dis-asm.h (struct disassemble_info): change the type of stream
936	from FILE* to void*, for use with gdb's new type GDB_FILE.
937	(fprintf_ftype): change FILE* parameter type to void*.
938
939	* demangle.h: (DMGL_EDG): new macro for Kuck and Associates
940	(DMGL_STYLE_MASK): modify to include Kuck and Assoc style
941	(demangling_styles): add new edg_demangling style
942	(EDG_DEMANGLING_STYLE_STRING): new macro
943	(EDG_DEMANGLING): new macro
944	(DMGL_HP): new macro, for HP/aCC compiler.
945	(DMGL_STYLE_MASK): modify to include new HP's style.
946	(demangling_styles): add new hp_demangling value.
947	(HP_DEMANGLING_STYLE_STRING): new macro.
948	(ARM_DEMANGLING): coerce to int.
949	(HP_DEMANGLING): new macro.
950
951	* hp-symtab.h: rewritten, from HP.
952	(quick_procedure): change type of language field to unsigned int
953	(quick_module): change type of language field to unsigned int
954	(struct dntt_type_svar): add field thread_specific.
955	(hp_language): add languages modcal and dmpascal.
956
957Fri Nov 20 13:14:00 1998  Andrew Cagney  <[email protected]>
958
959	* libiberty.h (basename): Add prototype for FreeBSD.
960
961Fri Nov 13 19:19:11 1998  Kaveh R. Ghazi  <[email protected]>
962
963	* libiberty.h: Prototype xcalloc.
964
965Sun Nov  8 17:42:25 1998  Kaveh R. Ghazi  <[email protected]>
966
967	* ansidecl.h: Wrap problematic macros with !IN_GCC.
968
969	* demangle.h: Never define PARAMS().
970	* splay-tree.h: Likewise.
971
972Sat Nov  7 18:30:20 1998  Peter Schauer  <[email protected]>
973
974	* dis-asm.h (print_insn_vax): Declare.
975
976Sat Nov  7 16:04:03 1998  Kaveh R. Ghazi  <[email protected]>
977
978	* demangle.h: Don't include gansidecl.h.
979	* splay-tree.h: Likewise.
980
9811998-10-26 16:03  Ulrich Drepper  <[email protected]>
982
983	* bfdlink.h (struct bfd_link_info): Add new field optimize.
984
985Thu Oct 22 19:58:00 1998  Kaveh R. Ghazi  <[email protected]>
986
987	* splay-tree.h: Wrap function pointer parameter declarations in
988	PARAMS() macro.
989
9901998-10-21  Mark Mitchell  <[email protected]>
991
992	* splay-tree.h: New file.
993
994Fri Oct  9 00:02:03 1998  Jeffrey A Law  ([email protected])
995
996	* Merge devo and egcs include directories.
997
998Sat Sep  5 12:16:33 1998  Jeffrey A Law  ([email protected])
999
1000	* getopt.h, obstack.h: Updated from gcc.
1001
10021998-08-03  Jason Molenda  ([email protected])
1003
1004	* libiberty.h (xexit): Change decl to use modern GCC attribute
1005	to indicate exit does not return.
1006
1007Mon Jun  1 13:48:32 1998  Jason Molenda  ([email protected])
1008
1009	* obstack.h: Update to latest FSF version.
1010
1011Tue Feb 24 13:05:02 1998  Doug Evans  <[email protected]>
1012
1013	* dis-asm.h (disassemble_info): Member `symbol' renamed to `symbols'
1014	and made an "asymbol **".  New member num_symbols.
1015	(INIT_DISASSEMBLE_INFO_NO_ARCH): Update.
1016
1017Tue Feb 17 12:32:18 1998  Andrew Cagney  <[email protected]>
1018
1019	* remote-sim.h (sim_fetch_register, sim_store_register): Add
1020 	register length parameter.  Functions return actual length of
1021 	register.
1022
1023Thu Feb 12 16:29:01 1998  Ian Lance Taylor  <[email protected]>
1024
1025	* getopt.h: Update to latest FSF version.
1026
1027Wed Feb 11 16:56:06 1998  Doug Evans  <[email protected]>
1028
1029	* symcat.h: New file.
1030
1031Mon Feb  2 17:13:31 1998  Steve Haworth  <[email protected]>
1032
1033	* dis-asm.h (print_insn_tic30): Declare.
1034
1035Thu Jan 22 16:23:59 1998  Fred Fish <[email protected]>
1036
1037	* dis-asm.h: Add flag INSN_HAS_RELOC to tell disassembly
1038	function there is a reloc on this line.
1039
1040Mon Dec  8 11:22:23 1997  Nick Clifton  <[email protected]>
1041
1042	* dis-asm.h: Remove prototype of disasm_symaddr() as this function
1043	no longer exists.
1044
1045Tue Dec  2 10:20:53 1997  Nick Clifton  <[email protected]>
1046
1047	* dis-asm.h (disasm_symaddr): New prototype.
1048
1049Mon Dec  1 11:29:35 1997  Doug Evans  <[email protected]>
1050
1051	* callback.h (CB_SYSCALL): Comment out arg names in prototypes.
1052
1053Wed Nov 26 16:47:58 1997  Michael Meissner  <[email protected]>
1054
1055	* callback.h (CB_SYSCALL): Consistantly use names for prototype
1056	arguments.
1057
1058Wed Nov 26 11:39:30 1997  Doug Evans  <[email protected]>
1059
1060	* callback.h (CB_SYSCALL): Change byte count arguments to
1061	{read,write}_mem to `int'.  New member `magic'.
1062	(CB_SYSCALL_MAGIC,CB_SYSCALL_INIT): New macros.
1063
1064Tue Nov 25 01:35:52 1997  Doug Evans  <[email protected]>
1065
1066	* callback.h (struct stat): Move forward decl up.
1067	(host_callback): Pass stat struct pointer to stat,fstat.
1068	(CB_SYS_nnn): Reorganize.
1069	(CB_SYSCALL): New members p1,p2.
1070	(cb_host_to_target_stat): Delete fourth arg.
1071
1072Sat Nov 22 23:34:15 1997  Andrew Cagney  <[email protected]>
1073
1074	* remote-sim.h (sim_stop_reason): Clarify sim_signalled SIGRC
1075 	argument.
1076
1077Mon Nov 17 14:00:51 1997  Doug Evans  <[email protected]>
1078
1079	* callback.h (CB_TARGET_DEFS_MAP): Renamed from target_defs_map.
1080	(host_callback): Add stat, fstat, syscall_map, errno_map, open_map,
1081	signal_map, stat_map.
1082	(errn_map,open_map): Renamed to cb_init_foo_map.
1083	(cb_host_to_target_errno,cb_target_to_host_open): Renamed from
1084	host_to_target_errno,target_to_host_open.
1085	(cb_read_target_syscall_maps): Add prototype.
1086	(cb_target_to_host_syscall): Likewise.
1087	(cb_host_to_target_stat): Likewise.
1088	(cb_syscall): Likewise.
1089	(CB_SYS_{exit,open,close,read,write,lseek,unlink,getpid,kill,fstat,
1090	argvlen,argv,chdir,stat,chmod,utime,time}): Define.
1091	(CB_SYSCALL): New type.
1092	(CB_RC): New enum.
1093
1094Fri Nov  7 10:34:09 1997  Rob Savoye  <[email protected]>
1095
1096	* libiberty.h: Add extern "C" { so it can be used with C++
1097	programs.
1098	* remote-sim.h:  Add extern "C" { so it can be used with C++
1099	programs.
1100
1101Tue Oct 14 16:07:51 1997  Nick Clifton  <[email protected]>
1102
1103	* dis-asm.h (struct disassemble_info): New field
1104	'symbol_at_address_func'.
1105	(INIT_DISASSEMBLE_INFO_NO_ARCH): Initialise new field with
1106	generic_symbol_at_address.
1107
1108Mon Oct 13 10:17:15 1997  Andrew Cagney  <[email protected]>
1109
1110	* remote-sim.h: Clarify sim_read, sim_write MEM argument.
1111
1112Wed Sep 24 18:03:10 1997  Stu Grossman  <[email protected]>
1113
1114	* remote-sim.h (SIM_RC):  Add a bunch of new return codes for
1115	breakpoint stuff.
1116	* Add functions to tell the simulator to set/clear/enable/disable
1117	intrinsic breakpoints.
1118
1119Thu Aug 28 19:41:42 1997  Andrew Cagney  <[email protected]>
1120
1121	* libiberty.h (dupargv): Add prototype.
1122
1123Tue Aug 26 12:25:49 1997  Andrew Cagney  <[email protected]>
1124
1125	* remote-sim.h (sim_create_inferior): Add ABFD arg. Document.
1126
1127Mon Aug 25 10:50:51 1997  Andrew Cagney  <[email protected]>
1128
1129	* remote-sim.h (sim_open): Add ABFD arg. Document.
1130
1131Fri Aug  8 16:43:56 1997  Doug Evans  <[email protected]>
1132
1133	* dis-asm.h (arc_get_disassembler): Declare.
1134
1135Wed Jul 30 11:39:50 1997  Per Bothner  <[email protected]>
1136
1137	* demangle.h (DMGL_JAVA):  New option to request Java demangling.
1138
1139Tue Jul 22 17:59:54 1997  Ian Lance Taylor  <[email protected]>
1140
1141	* libiberty.h (PEXECUTE_*): Define.
1142	(pexecute, pwait): Declare.
1143
1144Fri Jun  6 13:02:33 1997  Andrew Cagney  <[email protected]>
1145
1146	* remote-sim.h (sim_kill): Mark as depreciated.
1147
1148Fri May 23 13:43:41 1997  Fred Fish  <[email protected]>
1149
1150	* bfdlink.h (struct bfd_link_info): Add task_link member.
1151
1152Thu May 22 11:32:49 1997  Andrew Cagney  <[email protected]>
1153
1154	* remote-sim.h: Review documentation.  Clarify restrictions on
1155 	when functions can be called.
1156
1157Wed May 21 16:47:53 1997  Andrew Cagney  <[email protected]>
1158
1159	* remote-sim.h (sim_set_profile_size): Add prototype, document as
1160 	depreciated.
1161
1162Tue May 20 09:32:22 1997  Andrew Cagney  <[email protected]>
1163
1164	* remote-sim.h (sim_open): Add callback struct.
1165	(sim_set_callbacks): Drop SIM_DESC argument. Document.
1166	(sim_size): Remove recently added SIM_DESC argument. Document.
1167
1168Mon May 19 19:14:44 1997  Andrew Cagney  <[email protected]>
1169
1170	* remote-sim.h: Pass SD into sim_size.
1171
1172Thu May 15 01:24:16 1997  Mark Alexander  <[email protected]>
1173
1174	* obstack.h (obstack_specify_allocation_with_arg, obstack_chunkfun,
1175	obstack_freefun): Eliminate compile warnings in gdb.
1176
1177Tue Apr 22 10:24:34 1997  Fred Fish  <[email protected]>
1178
1179	* floatformat.h (floatformat_byteorders): Add comments for previous
1180	formats and add floatformat_littlebyte_bigword, primarily for ARM.
1181	Add declaration for floatformat_ieee_double_littlebyte_bigword.
1182
1183Fri Apr 18 13:04:49 1997  Andrew Cagney  <[email protected]>
1184
1185	* remote-sim.h (sim_stop): New interface - asynchronous
1186 	notification of a request to stop / suspend the running
1187 	simulation.
1188
1189	* remote-sim.h (enum sim_stop): Add sim_running and sim_polling as
1190 	states for use internal to simulators.
1191
1192	* callback.h (struct host_callback_strut): Put a magic number at
1193 	the end of the struct to allow basic checking.
1194	(struct host_callback_struct ): Add poll_quit - so
1195 	that the console etc can be polled at regular intervals.
1196
1197Thu Apr 17 02:17:12 1997  Doug Evans  <[email protected]>
1198
1199	* remote-sim.h (struct _bfd): Declare.
1200	(sim_load): Return SIM_RC.  New arg `abfd'.
1201	(sim_create_inferior): Return SIM_RC.  Delete arg `start_address'.
1202
1203Wed Apr  2 17:09:12 1997  Andrew Cagney  <[email protected]>
1204
1205	* remote-sim.h (sim_trace, sim_size): Make these global.  They
1206 	will go away shortly.
1207
1208Wed Apr  2 15:23:49 1997  Doug Evans  <[email protected]>
1209
1210	* remote-sim.h (SIM_OPEN_KIND, SIM_RC): New enums.
1211	(sim_open): New argument `kind'.
1212
1213Wed Apr  2 14:45:51 1997  Ian Lance Taylor  <[email protected]>
1214
1215	* COPYING: Update FSF address.
1216
1217Fri Mar 28 15:29:54 1997  Mike Meissner  <[email protected]>
1218
1219	* callback.h (top level): Include stdarg.h or varargs.h if
1220	va_start is not defined.
1221	(host_callback_struct): Make {,e}vprintf_filtered take a va_list
1222	instead of void *, since va_list might be an array or structure
1223	type.
1224
1225Fri Mar 28 15:44:41 1997  H.J. Lu  <[email protected]>
1226
1227	* libiberty.h (basename): Add prototype for glibc and linux.
1228
1229Mon Mar 17 19:22:12 1997  Ian Lance Taylor  <[email protected]>
1230
1231	* objalloc.h: New file.
1232
1233Mon Mar 17 14:57:55 1997  Andrew Cagney  <[email protected]>
1234
1235	* remote-sim.h: New file, copied in from gdb/remote-sim.h.  One
1236 	day this will be placed in a directory of its own.
1237
1238Sat Mar 15 19:00:14 1997  Ian Lance Taylor  <[email protected]>
1239
1240	* obstack.h: Update to current FSF version.
1241
1242Thu Mar  6 15:46:59 1997  Andrew Cagney  <[email protected]>
1243
1244	* callback.h (struct host_callback_struct): Add callbacks -
1245 	flush_stdout, write_stderr, flush_stderr, vprintf_filtered,
1246 	evprintf_filtered.  Delete redundant callbacks - printf_filtered.
1247
1248Thu Feb 27 23:18:27 1997  Ian Lance Taylor  <[email protected]>
1249
1250	* bfdlink.h (struct bfd_link_info): Remove lprefix and lprefix_len
1251	fields.
1252
1253Tue Feb 25 00:10:49 1997  Ian Lance Taylor  <[email protected]>
1254
1255	* dis-asm.h (INIT_DISASSEMBLE_INFO_NO_ARCH): Initialize
1256	bytes_per_chunk and display_endian.
1257
1258Mon Feb 24 17:47:02 1997  Ian Lance Taylor  <[email protected]>
1259
1260	From Eric Youngdale <[email protected]>:
1261	* bfdlink.h (struct bfd_elf_version_expr): Define.
1262	(struct bfd_elf_version_deps): Define.
1263	(struct bfd_elf_version_tree): Define.
1264
1265Thu Feb  6 14:20:01 1997  Martin M. Hunt  <[email protected]>
1266
1267	* dis-asm.h: (disassemble_info):  Add new fields
1268	bytes_per_chunk and display_endian to control the
1269	display of raw instructions.
1270
1271Fri Dec 27 22:17:37 1996  Fred Fish  <[email protected]>
1272
1273	* dis-asm.h (print_insn_tic80): Declare.
1274
1275Sun Dec  8 17:11:12 1996  Doug Evans  <[email protected]>
1276
1277	* callback.h (host_callback): New member `error'.
1278
1279Wed Nov 20 00:40:23 1996  Doug Evans  <[email protected]>
1280
1281	* callback.h: New file, moved here from gdb.
1282
1283Mon Nov 18 16:34:00 1996  Dawn Perchik  <[email protected]>
1284
1285	* libiberty.h: Checkin again; last checkin failed due to sticky tag.
1286
1287Wed Nov 13 08:22:00 1996  Dawn Perchik  <[email protected]>
1288
1289	* libiberty.h: Revert last commit due to conflicts with hpux
1290	system headers.
1291
1292Tue Nov 12 16:31:00 1996  Dawn Perchik  <[email protected]>
1293
1294	* libiberty.h: Move prototypes from argv.c here.
1295
1296Thu Oct 31 14:56:18 1996  Doug Evans  <[email protected]>
1297
1298	* ansidecl.h (VPARAMS,VA_START): Define.
1299
1300Fri Oct 25 12:08:04 1996  Ian Lance Taylor  <[email protected]>
1301
1302	* dis-asm.h (disassemble_info): Add bytes_per_line field.
1303	(INIT_DISASSEMBLE_INFO_NO_ARCH): Initialize bytes_per_line field.
1304
1305Thu Oct 24 17:10:01 1996  Ian Lance Taylor  <[email protected]>
1306
1307	* dis-asm.h (disassemble_info): Add symbol field.
1308	(INIT_DISASSEMBLE_INFO_NO_ARCH): Initialize symbol field.
1309
1310Thu Oct 17 11:17:40 1996  Doug Evans  <[email protected]>
1311
1312	* dis-asm.h (print_insn_m32r): Declare.
1313
1314Mon Oct 14 23:56:52 1996  Ian Lance Taylor  <[email protected]>
1315
1316	* libiberty.h: Declare parameter types for xmalloc and xrealloc.
1317
1318Thu Oct  3 13:45:27 1996  Ian Lance Taylor  <[email protected]>
1319
1320	* fnmatch.h: New file.
1321
1322Thu Oct  3 10:33:14 1996  Jeffrey A Law  ([email protected])
1323
1324	* dis-asm.h (print_insn_mn10x00): Delete declaration.
1325	(print_insn_mn10200, print_insn_mn10300): Declare.
1326
1327Wed Oct  2 21:24:43 1996  Jeffrey A Law  ([email protected])
1328
1329	* dis-asm.h (print_insn_mn10x00): Declare.
1330
1331Mon Sep 30 13:56:11 1996  Fred Fish  <[email protected]>
1332
1333	* libiberty.h: Remove #ifndef PRIVATE_XMALLOC.
1334
1335Sat Aug 31 13:27:06 1996  Jeffrey A Law  ([email protected])
1336
1337	* dis-asm.h (print_insn_v850): Declare.
1338
1339Tue Aug 13 16:10:30 1996  Stu Grossman  ([email protected])
1340
1341	* obstack.h:  Change bcopy to memcpy.  Works better on Posix
1342	systems, which generally lack bcopy.
1343
1344Mon Aug 12 17:03:18 1996  Stu Grossman  ([email protected])
1345
1346	* ansidecl.h:  Change WIN32 to _WIN32.
1347
1348Fri Jul 26 13:58:18 1996  Ian Lance Taylor  <[email protected]>
1349
1350	* dis-asm.h: Add flavour field.
1351	(print_insn_alpha): Declare.
1352	(print_insn_alpha_osf, print_insn_alpha_vms): Don't declare.
1353	(INIT_DISASSEMBLE_INFO): Initialize flavour field.
1354
1355Tue Jul 23 17:37:58 1996  Fred Fish  <[email protected]>
1356
1357	* libiberty.h (PRIVATE_XMALLOC): Enclose xmalloc/xrealloc
1358	definitions inside #ifndef so that programs that want to
1359	can define PRIVATE_XMALLOC and then define xmalloc and
1360	xrealloc anyway they want.
1361	(basename): Document in source that we can't declare the
1362 	parameter type because it is declared inconsistently across
1363	different systems.
1364
1365Mon Jul 22 13:16:13 1996  Richard Henderson  <[email protected]>
1366
1367	* dis-asm.h (print_insn_alpha): Don't declare.
1368	(print_insn_alpha_osf, print_insn_alpha_vms): Declare.
1369
1370Wed Jul 17 14:45:12 1996  Martin M. Hunt  <[email protected]>
1371
1372	* dis-asm.h: (print_insn_d10v): Declare.
1373
1374Mon Jul 15 16:55:38 1996  Stu Grossman  ([email protected])
1375
1376	* dis-asm.h:  Get rid of decls for print_insn_i8086,
1377	print_insn_sparc64 and print_insn_sparclite.
1378	* (INIT_DISASSEMBLE_INFO):  Split into two pieces.  One,
1379	INIT_DISASSEMBLE_INFO_NO_ARCH inits everything except for endian,
1380	mach, and arch.
1381
1382Fri Jul 12 10:19:27 1996  Stu Grossman  ([email protected])
1383
1384	* dis-asm.h (print_insn_i8086):  Declare.
1385
1386Wed Jul  3 16:02:39 1996  Stu Grossman  ([email protected])
1387
1388	* dis-asm.h (print_insn_sparclite):  Declare.
1389
1390Tue Jun 18 16:02:46 1996  Jeffrey A. Law  <[email protected]>
1391
1392	* dis-asm.h (print_insn_h8300s): Declare.
1393
1394Tue Jun 18 15:11:33 1996  Klaus Kaempf  <[email protected]>
1395
1396	* fopen-vms.h: New file.
1397
1398Tue Jun  4 18:58:16 1996  Ian Lance Taylor  <[email protected]>
1399
1400	* bfdlink.h (struct bfd_link_info): Add notice_all field.
1401
1402Fri Apr 26 10:33:12 1996  Doug Evans  <[email protected]>
1403
1404	* demangle.h (#ifdef IN_GCC): #include "gansidecl.h".
1405	(PROTO,PTR,const): Delete.
1406
1407Mon Apr 22 17:27:42 1996  Ian Lance Taylor  <[email protected]>
1408
1409	* bfdlink.h (struct bfd_link_info): Add traditional_format field.
1410
1411Mon Apr 15 15:16:56 1996  Doug Evans  <[email protected]>
1412
1413	* libiberty.h (choose_temp_base): Add prototype.
1414
1415Tue Mar 12 17:29:46 1996  Ian Lance Taylor  <[email protected]>
1416
1417	* bfdlink.h (bfd_wrapped_link_hash_lookup): Declare.
1418	(struct bfd_link_info): Add wrap_hash field.
1419
1420Wed Feb 14 16:49:17 1996  Martin Anantharaman  <[email protected]>
1421
1422	* ieee.h (ieee_record_enum_type): Define
1423	ieee_external_reference_info_enum.
1424
1425Fri Feb  2 17:09:25 1996  Doug Evans  <[email protected]>
1426
1427	* dis-asm.h (DISASM_RAW_INSN): Delete.
1428
1429Tue Jan 23 09:21:47 1996  Doug Evans  <[email protected]>
1430
1431	* dis-asm.h (INIT_DISASSEMBLE_INFO): Set endian to BFD_ENDIAN_UNKNOWN.
1432	New argument FPRINTF_FUNC.
1433
1434Mon Jan 22 16:37:59 1996  Doug Evans  <[email protected]>
1435
1436	* dis-asm.h (disassemble_info): New members arch, mach, endian.
1437	(INIT_DISASSEMBLE_INFO): Initialize them.
1438	(DISASM_RAW_INSN{,FLAG}): Define.
1439
1440Thu Jan 18 11:32:38 1996  Ian Lance Taylor  <[email protected]>
1441
1442	* demangle.h (cplus_demangle_opname): Change opname parameter to
1443	const char *.
1444	(cplus_mangle_opname): Change return type and opname parameter to
1445	const char *.
1446
1447Fri Jan  5 00:01:22 1996  Ian Lance Taylor  <[email protected]>
1448
1449	* ieee.h (enum ieee_record): Add ieee_asn_record_enum,
1450	ieee_at_record_enum, ieee_ty_record_enum, ieee_atn_record_enum,
1451	ieee_bb_record_enum, and ieee_be_record_enum.
1452
1453Wed Jan  3 13:12:09 1996  Fred Fish  <[email protected]>
1454
1455	* obstack.h: Update copyright to 1996.
1456	(_obstack_memory_used): Declare.
1457	(obstack_memory_used): Define macro.
1458
1459Thu Dec 28 11:42:12 1995  Ian Lance Taylor  <[email protected]>
1460
1461	* libiberty.h (xstrdup): Declare.
1462
1463Thu Dec 21 14:47:17 1995  Michael Meissner  <[email protected]>
1464
1465	* wait.h: Protect all macros with #ifndef.
1466
1467Tue Oct 24 21:45:40 1995  Ian Lance Taylor  <[email protected]>
1468
1469	* bfdlink.h (struct bfd_link_info): Add static_link field.
1470
1471Tue Sep 12 16:28:04 1995  Ian Lance Taylor  <[email protected]>
1472
1473	* bfdlink.h (struct bfd_link_callbacks): Add symbol parameter to
1474	warning callback.
1475
1476Fri Sep  1 13:11:51 1995  Ian Lance Taylor  <[email protected]>
1477
1478	* bfdlink.h (struct bfd_link_callbacks): Change warning callback
1479	to take BFD, section, and address arguments.
1480
1481Thu Aug 31 16:45:12 1995  steve chamberlain  <[email protected]>
1482
1483	* bfdlink.h (struct bfd_link_info): Remove PE stuff.
1484
1485Tue Aug 22 03:18:23 1995  Ken Raeburn  <[email protected]>
1486
1487	* libiberty.h: Declare xstrerror.  From Pat Rankin.
1488
1489Mon Aug 21 18:11:36 1995  steve chamberlain  <[email protected]>
1490
1491	* bfdlink.h (struct bfd_link_info): Remove PE stuff.
1492
1493Wed Aug  2 08:14:12 1995  Doug Evans  <[email protected]>
1494
1495	* dis-asm.h (print_insn_sparc64): Declare.
1496
1497Mon Jul 10 13:26:49 1995  Eric Youngdale  <[email protected]>
1498
1499	* bfdlink.h (struct bfd_link_info): Add new field symbolic.
1500
1501Sun Jul  2 17:48:40 1995  Ian Lance Taylor  <[email protected]>
1502
1503	* bfdlink.h (struct bfd_link_info): Change type of base_file to
1504	PTR.
1505
1506Thu Jun 29 00:02:45 1995  Steve Chamberlain  <[email protected]>
1507
1508	* bfdlink.h (struct bfd_link_info): Added base_file member.
1509
1510Tue Jun 20 16:40:04 1995  Steve Chamberlain  <[email protected]>
1511
1512	* ansidecl.h: win32s is ANSI enough.
1513
1514Thu May 18 04:25:50 1995  Ken Raeburn  <[email protected]>
1515
1516	Wed May 10 14:28:16 1995 Richard Earnshaw ([email protected])
1517
1518	* dis-asm.h (print_insn_arm): Delete declaration.
1519	(print_insn_{little,big}_arm): New declarations.
1520
1521	* floatformat.h (floatformat_arm_ext): Declare.
1522
1523Sat May 13 10:14:08 1995  Steve Chamberlain  <[email protected]>
1524
1525	* bfdlink.h (subsytem, stack_heap_parameters): New.
1526
1527Thu May  4 14:36:42 1995  Jason Merrill  <[email protected]>
1528
1529	* demangle.h: Don't include ansidecl.h if IN_GCC.
1530
1531Tue Feb 21 00:37:28 1995  Jeff Law  ([email protected])
1532
1533	* hp-symtab.h: Don't use bitfield enumerations, the HP C compiler
1534	does not handle them correctly.
1535
1536Thu Feb  9 14:20:27 1995  Ian Lance Taylor  <[email protected]>
1537
1538	* libiberty.h (basename): Don't declare parameter type; some
1539	systems have this in their header files.
1540
1541Wed Feb  8 17:35:38 1995  Ian Lance Taylor  <[email protected]>
1542
1543	* bfdlink.h (struct bfd_link_hash_entry): Change format of common
1544	symbol information, to remove restrictions on maximum size and
1545	alignment power, by using a pointer to a structure instead.
1546
1547Mon Feb  6 14:55:32 1995  Ian Lance Taylor  <[email protected]>
1548
1549	* bfdlink.h (enum bfd_link_hash_type): Rename bfd_link_hash_weak
1550	to bfd_link_hash_undefweak.  Add bfd_link_hash_defweak.
1551
1552Mon Jan 16 21:00:23 1995  Stan Shebs  <[email protected]>
1553
1554	* dis-asm.h (GDB_INIT_DISASSEMBLE_INFO, etc): Remove all
1555	GDB-specific definitions.
1556
1557Sun Jan 15 18:39:35 1995  Steve Chamberlain  <sac@splat>
1558
1559	* dis-asm.h (print_insn_w65): Declare.
1560
1561Thu Jan 12 17:51:17 1995  Ken Raeburn  <[email protected]>
1562
1563	* libiberty.h (hex_p): Fix sense of test.
1564
1565Wed Jan 11 22:36:40 1995  Ken Raeburn  <[email protected]>
1566
1567	* libiberty.h (_hex_array_size, _hex_bad, _hex_value, hex_init,
1568	hex_p, hex_value): New macros and declarations, for hex.c.
1569
1570Fri Jan  6 17:44:14 1995  Ian Lance Taylor  <[email protected]>
1571
1572	* dis-asm.h: Make idempotent.
1573
1574Wed Dec 14 13:08:43 1994  Stan Shebs  <[email protected]>
1575
1576	* progress.h: New file, empty definitions for progress macros.
1577
1578Fri Nov 25 00:14:05 1994  Jeff Law  ([email protected])
1579
1580	* hp-symtab.h: New file describing the debug symbols emitted
1581	by the HP C compilers.
1582
1583Fri Nov 11 15:48:37 1994  Ian Lance Taylor  <[email protected]>
1584
1585	* bfdlink.h (struct bfd_link_hash_entry): Change u.c.size from 24
1586	to 26 bits, and change u.c.alignment_power from 8 to 6 bits.  6
1587	bit in the alignment power is enough for a 64 bit address space.
1588
1589Mon Oct 31 13:02:51 1994  Stan Shebs  ([email protected])
1590
1591	* demangle.h (cplus_mangle_opname): Declare.
1592
1593Tue Oct 25 11:38:02 1994  Ian Lance Taylor  <[email protected]>
1594
1595	* bfdlink.h (struct bfd_link_callbacks): Fix comments for
1596	multiple_common field.
1597
1598Sun Sep 04 17:58:10 1994  Richard Earnshaw ([email protected])
1599
1600	* dis-asm.h: Add support for the ARM.
1601
1602Wed Aug 10 12:51:41 1994  Doug Evans  ([email protected])
1603
1604	* libiberty.h (strsignal): Document its existence even if we
1605	can't declare it.
1606
1607Tue Aug  2 14:40:03 1994  Jim Kingdon  ([email protected])
1608
1609	* os9k.h: Remove u_int16, u_int32, and owner_id typedefs and
1610	expand their uses.  Those names conflict with Mach headers.
1611
1612Fri Jul 22 14:17:12 1994  Ian Lance Taylor  ([email protected])
1613
1614	* bfdlink.h (struct bfd_link_hash_entry): Change u.c.size into a
1615	bitfield.  Add field u.c.alignment_power.
1616
1617Sun Jul 10 00:26:39 1994  Ian Dall  ([email protected])
1618
1619	* dis-asm.h: Add print_insn_ns32k declaration.
1620
1621Mon Jun 20 17:13:29 1994  Ian Lance Taylor  ([email protected])
1622
1623	* bfdlink.h (bfd_link_hash_table): Make creator a const pointer.
1624
1625Sat Jun 18 16:09:32 1994  Stan Shebs  ([email protected])
1626
1627	* demangle.h (cplus_demangle_opname): Declare.
1628
1629Thu Jun 16 15:19:03 1994  Ian Lance Taylor  ([email protected])
1630
1631	* bfdlink.h (struct bfd_link_info): Add new field shared.
1632
1633Mon Jun  6 14:39:44 1994  Ian Lance Taylor  ([email protected])
1634
1635	* bfdlink.h (struct bfd_link_hash_entry): Remove written field:
1636	not needed for all backends.
1637
1638Thu Apr 28 19:06:50 1994  Ken Raeburn  ([email protected])
1639
1640	* dis-asm.h (disassembler): Declare.
1641
1642Fri Apr  1 00:38:17 1994  Jim Wilson  ([email protected])
1643
1644	* obstack.h: Delete use of IN_GCC to control whether
1645	stddef.h or gstddef.h is included.
1646
1647Tue Mar 22 13:06:02 1994  Ian Lance Taylor  ([email protected])
1648
1649	* bfdlink.h (enum bfd_link_order_type): Add bfd_data_link_order.
1650	(struct bfd_link_order): Add data field to union.
1651
1652Mon Mar 21 18:45:26 1994  Ian Lance Taylor  ([email protected])
1653
1654	* bfdlink.h (struct bfd_link_callbacks): Change bitsize argument
1655	to add_to_set to reloc.  Remove bitsize argument from constructor.
1656	Comment that reloc_overflow, reloc_dangerous and unattached_reloc
1657	must handle NULL pointers for reloc location.
1658	(enum bfd_link_order_type): Add bfd_section_reloc_link_order and
1659	bfd_symbol_reloc_link_order.
1660	(struct bfd_link_order): Add reloc field to union.
1661	(struct bfd_link_order_reloc): Define.
1662
1663Mon Mar 14 12:27:50 1994  Ian Lance Taylor  ([email protected])
1664
1665	* ieee-float.h: Removed; no longer used.
1666
1667Tue Mar  1 18:10:49 1994  Kung Hsu  ([email protected])
1668
1669	* os9k.h: os9000 target specific header file, the header of the
1670	object file is used now.
1671
1672Sun Feb 27 21:52:26 1994  Jim Kingdon  ([email protected])
1673
1674	* floatformat.h: New file, intended to replace ieee-float.h.
1675
1676Sun Feb 20 17:15:42 1994  Ian Lance Taylor  ([email protected])
1677
1678	* ansidecl.h (ANSI_PROTOTYPES): Define if using ANSI prototypes.
1679
1680Wed Feb 16 01:07:12 1994  Ian Lance Taylor  ([email protected])
1681
1682	* libiberty.h: Don't declare strsignal, to avoid conflicts with
1683	Solaris system header files.
1684
1685Sat Feb 12 22:11:32 1994  Jeffrey A. Law  ([email protected])
1686
1687	* libiberty.h (xexit): Use __volatile__ to avoid losing if
1688	compiling with gcc -traditional.
1689
1690Thu Feb 10 14:05:41 1994  Ian Lance Taylor  ([email protected])
1691
1692	* libiberty.h: New file.  Declares functions provided by
1693	libiberty.
1694
1695Tue Feb  8 05:19:52 1994  David J. Mackenzie  ([email protected])
1696
1697	Handle obstack_chunk_alloc returning NULL.  This allows
1698	obstacks to be used by libraries, without forcing them
1699	to call exit or longjmp.
1700	* obstack.h (struct obstack): Add alloc_failed flag.
1701	_obstack_begin, _obstack_begin_1): Declare to return int, not void.
1702	(obstack_finish): If alloc_failed, return NULL.
1703	(obstack_base, obstack_next_free, objstack_object_size):
1704	If alloc_failed, return 0.
1705	(obstack_grow, obstack_grow0, obstack_1grow, obstack_ptr_grow,
1706	obstack_int_grow, obstack_blank): If alloc_failed, do nothing that
1707	could corrupt the obstack.
1708
1709Mon Jan 24 15:06:05 1994  Ian Lance Taylor  ([email protected])
1710
1711	* bfdlink.h (struct bfd_link_callbacks): Add name, reloc_name and
1712	addend argments to reloc_overflow callback.
1713
1714Fri Jan 21 19:13:12 1994  Ian Lance Taylor  ([email protected])
1715
1716	* dis-asm.h (print_insn_big_powerpc, print_insn_little_powerpc,
1717	print_insn_rs6000): Declare.
1718
1719Thu Jan  6 14:15:55 1994  Ian Lance Taylor  ([email protected])
1720
1721	* bfdlink.h (struct bfd_link_callbacks): Add bitsize argument to
1722	add_to_set field.  Add new callback named constructor.
1723
1724Thu Dec 30 10:44:06 1993  Ian Lance Taylor  ([email protected])
1725
1726	* bfdlink.h: New file for new BFD linker backend routines.
1727
1728Mon Nov 29 10:43:57 1993  Ian Lance Taylor  ([email protected])
1729
1730	* dis-asm.h (enum dis_insn_tyupe): Remove non-ANSI trailing comma.
1731
1732Sat Oct  2 20:42:26 1993  Jim Kingdon  ([email protected])
1733
1734	* dis-asm.h: Move comment to right place.
1735
1736Mon Aug  9 19:03:35 1993  David J. Mackenzie  ([email protected])
1737
1738	* obstack.h (obstack_chunkfun, obstack_freefun): Add defns from
1739	previous version.  Are these Cygnus local changes?
1740
1741Fri Aug  6 17:05:47 1993  David J. Mackenzie  ([email protected])
1742
1743	* getopt.h, obstack.h: Update to latest FSF version.
1744
1745Mon Aug  2 14:45:29 1993  John Gilmore  ([email protected])
1746
1747	* dis-asm.h:  Move enum outside of struct defn to avoid warnings.
1748
1749Mon Aug  2 08:49:30 1993  Stu Grossman  (grossman at cygnus.com)
1750
1751	* wait.h (WEXITSTATUS, WSTOPSIG): Mask down to 8 bits.  This is
1752	for systems that store stuff into the high 16 bits of a wait
1753	status.
1754
1755Fri Jul 30 18:38:02 1993  John Gilmore  ([email protected])
1756
1757	* dis-asm.h:  Add new fields insn_info_valid, branch_delay_insns,
1758	data_size, insn_type, target, target2.  These are used to return
1759	information from the instruction decoders back to the calling
1760	program.  Add comments, make more readable.
1761
1762Mon Jul 19 22:14:14 1993  Fred Fish  ([email protected])
1763
1764	* nlm:  New directory containing NLM/NetWare includes.
1765
1766Thu Jul 15 12:10:04 1993  Ken Raeburn  ([email protected])
1767
1768	* dis-asm.h (struct disassemble_info): New field application_data.
1769
1770Thu Jul 15 12:41:15 1993  Ian Lance Taylor  ([email protected])
1771
1772	* dis-asm.h: Added declaration of print_insn_m88k.
1773
1774Fri Jul  2 10:31:59 1993  Ian Lance Taylor  ([email protected])
1775
1776	* ansidecl.h: Use ANSI macros if __mips and _SYSTYPE_SVR4 are
1777	defined, since RISC/OS cc handles ANSI declarations in SVR4 mode
1778	but does not define __STDC__.
1779
1780Sun Jun 20 18:27:52 1993  Ken Raeburn  ([email protected])
1781
1782	* dis-asm.h: Don't need to include ansidecl.h any more.
1783
1784Fri Jun 18 03:22:10 1993  John Gilmore  ([email protected])
1785
1786	* oasys.h:  Eliminate "int8_type", "int16_type", "int32_type", and
1787	their variants.  These changes are coordinated with corresponding
1788	changes in ../bfd/oasys.c.
1789
1790Wed Jun 16 10:43:08 1993  Fred Fish  ([email protected])
1791
1792	* bfd.h:  Note that it has been removed.
1793
1794Tue Jun  8 12:16:03 1993  Steve Chamberlain  ([email protected])
1795
1796	 Support for H8/300-H
1797	* dis-asm.h (print_insn_h8300, print_insn_h8300h): Declare it.
1798
1799Tue Jun  1 07:35:03 1993  Ken Raeburn  ([email protected])
1800
1801	* ansidecl.h (const): Don't define it if it's already defined.
1802
1803Thu May 27 18:19:51 1993  Ken Raeburn  ([email protected])
1804
1805	* dis-asm.h (print_insn_hppa): Declare it.
1806
1807	* bfd.h: Moved to bfd directory.  Small stub here includes it
1808	without requiring "-I../bfd".
1809
1810Thu Apr 29 12:06:13 1993  Ken Raeburn  ([email protected])
1811
1812	* bfd.h: Updated with BSF_FUNCTION.
1813
1814Mon Apr 26 18:15:50 1993  Steve Chamberlain  ([email protected])
1815
1816	* bfd.h, dis-asm.h: Updated with Hitachi SH.
1817
1818Fri Apr 23 18:41:38 1993  Steve Chamberlain  ([email protected])
1819
1820	* bfd.h: Updated with alpha changes.
1821	* dis-asm.h: Added alpha.
1822
1823Fri Apr 16 17:35:30 1993  Jim Kingdon  ([email protected])
1824
1825	* bfd.h: Update for signed bfd_*get_*.
1826
1827Thu Apr 15 09:24:21 1993  Jim Kingdon  ([email protected])
1828
1829	* bfd.h: Updated for file_truncated error.
1830
1831Thu Apr  8 10:53:47 1993  Ian Lance Taylor  ([email protected])
1832
1833	* ansidecl.h: If no ANSI, define const to be empty.
1834
1835Thu Apr  1 09:00:10 1993  Jim Kingdon  ([email protected])
1836
1837	* dis-asm.h: Declare a29k and i960 print_insn_*.
1838
1839	* dis-asm.h: Add print_address_func and related stuff.
1840
1841	* dis-asm.h (dis_asm_read_memory): Fix prototype.
1842
1843Wed Mar 31 17:40:16 1993  Jim Kingdon  ([email protected])
1844
1845	* dis-asm.h: Add print_insn_sparc.
1846
1847Wed Mar 31 17:51:42 1993  Ian Lance Taylor  ([email protected])
1848
1849	* bfd.h: Updated for BFD_RELOC_MIPS_GPREL and bfd_[gs]et_gp_size
1850	prototypes.
1851
1852Wed Mar 31 16:35:12 1993  Stu Grossman  ([email protected])
1853
1854	* dis-asm.h: (disassemble_info):  Fix typo in prototype of
1855	dis_asm_memory_error().
1856
1857Tue Mar 30 19:09:23 1993  Jim Kingdon  ([email protected])
1858
1859	* dis-asm.h (disassembler_info): Add read_memory_func,
1860	memory_error_func, buffer, and length.
1861	({GDB_,}INIT_DISASSEMBLE_INFO): Set them.
1862	print_insn_*: Remove second argument.
1863
1864Tue Mar 30 14:48:55 1993  Steve Chamberlain  ([email protected])
1865
1866	* bfd.h: Update for lma field of section.
1867
1868Tue Mar 30 12:22:55 1993  Jim Kingdon  ([email protected])
1869
1870	* ansidecl.h: Use ANSI versions on AIX regardless of __STDC__.
1871
1872Fri Mar 19 14:49:49 1993  Steve Chamberlain  ([email protected])
1873
1874	* dis-asm.h: Add h8500.
1875
1876Thu Mar 18 13:49:09 1993  Per Bothner  ([email protected])
1877
1878	* ieee-float.h:  Moved from ../gdb.
1879	* dis-asm.h:  New file.  Interface to dis-assembler.
1880
1881Thu Mar 11 10:52:57 1993  Fred Fish  ([email protected])
1882
1883	* demangle.h (DMGL_NO_OPTS):  Add define (set to 0) to use
1884	in place of bare 0, for readability reasons.
1885
1886Tue Mar  2 17:50:11 1993  Fred Fish  ([email protected])
1887
1888	* demangle.h:  Replace all references to cfront with ARM.
1889
1890Tue Feb 23 12:21:14 1993  Ian Lance Taylor  ([email protected])
1891
1892	* bfd.h: Update for new elements in JUMP_TABLE.
1893
1894Tue Feb 16 00:51:30 1993  John Gilmore  ([email protected])
1895
1896	* bfd.h:  Update for BFD_VERSION 2.1.
1897
1898Tue Jan 26 11:49:20 1993  Ian Lance Taylor  ([email protected])
1899
1900	* bfd.h: Update for SEC_IS_COMMON flag.
1901
1902Tue Jan 19 12:25:12 1993  Ian Lance Taylor  ([email protected])
1903
1904	* bfd.h: Update for bfd_asymbol_value bug fix.
1905
1906Fri Jan  8 16:37:18 1993  Ian Lance Taylor  ([email protected])
1907
1908	* bfd.h: Update to include ECOFF tdata and target_flavour.
1909
1910Sun Dec 27 17:52:30 1992  Fred Fish  ([email protected])
1911
1912	* bfd.h:  Add declaration for bfd_get_size().
1913
1914Tue Dec 22 22:42:46 1992  Fred Fish  ([email protected])
1915
1916	* demangle.h:  Protect file from multiple inclusions with
1917	#if !defined(DEMANGLE_H)...#define DEMANGLE_H...#endif.
1918
1919Mon Dec 21 21:25:50 1992  Stu Grossman  (grossman at cygnus.com)
1920
1921	* bfd.h:  Update to get hppa_core_struct from bfd.c.
1922
1923Thu Dec 17 00:42:35 1992  John Gilmore  ([email protected])
1924
1925	* bfd.h:  Update to get tekhex tdata name change from bfd.
1926
1927Mon Nov  9 23:55:42 1992  John Gilmore  ([email protected])
1928
1929	* ansidecl.h:  Update comments to discourage use of EXFUN.
1930
1931Thu Nov  5 16:35:44 1992  Ian Lance Taylor  ([email protected])
1932
1933	* bfd.h: Update to bring in SEC_SHARED_LIBRARY.
1934
1935Thu Nov  5 03:21:32 1992  John Gilmore  ([email protected])
1936
1937	* bfd.h:  Update to match EXFUN, bfd_seclet_struct, and SDEF
1938	cleanups in bfd.
1939
1940Wed Nov  4 07:28:05 1992  Ken Raeburn  ([email protected])
1941
1942	* bout.h (N_CALLNAME, N_BALNAME): Define as char-type values, so
1943	widening works consistently.
1944
1945Fri Oct 16 03:17:08 1992  John Gilmore  ([email protected])
1946
1947	* getopt.h:  Update to Revised Standard FSF Version.
1948
1949Thu Oct 15 21:43:22 1992  K. Richard Pixley  ([email protected])
1950
1951	* getopt.h (struct option): use the provided enum for has_arg.
1952
1953	* demangle.h (AUTO_DEMANGLING, GNU_DEMANGLING,
1954	  LUCID_DEMANGLING): ultrix compilers require enums to be
1955	  enums and ints to be ints and casts where they meet.  cast some
1956	  enums into ints.
1957
1958Thu Oct 15 04:35:51 1992  John Gilmore  ([email protected])
1959
1960	* bfd.h:  Update after comment changes.
1961
1962Thu Oct  8 09:03:02 1992  Steve Chamberlain  ([email protected])
1963
1964	* bfd.h (bfd_get_symbol_leading_char): new macro for getting in xvec
1965
1966Thu Sep  3 09:10:50 1992  Stu Grossman  (grossman at cygnus.com)
1967
1968	* bfd.h (struct reloc_howto_struct):  size needs to be signed if
1969	it's going to hold negative values.
1970
1971Sun Aug 30 17:50:27 1992  Per Bothner  ([email protected])
1972
1973	* demangle.h:  New file, moved from ../gdb.  Made independent
1974	of gdb.  Allow demangling style option to be passed as a
1975	parameter to cplus_demangle(), but using the
1976	current_demangling_style global as the default.
1977
1978Sat Aug 29 10:07:55 1992  Fred Fish  ([email protected])
1979
1980	* obstack.h:  Merge comment change from current FSF version.
1981
1982Thu Aug 27 12:59:29 1992  Brendan Kehoe  ([email protected])
1983
1984	* bfd.h: add we32k
1985
1986Tue Aug 25 15:07:47 1992  Steve Chamberlain  ([email protected])
1987
1988	* bfd.h: new after Z8000 stuff
1989
1990Mon Aug 17 09:01:23 1992  Ken Raeburn  ([email protected])
1991
1992	* bfd.h: Regenerated after page/segment size changes.
1993
1994Sat Aug  1 13:46:31 1992  Fred Fish  ([email protected])
1995
1996	* obstack.h: Merge changes from current FSF version.
1997
1998Mon Jul 20 21:06:23 1992  Fred Fish  ([email protected])
1999
2000	* obstack.h (area_id, flags):  Remove, replace with extra_arg,
2001	use_extra_arg, and maybe_empty_object.
2002	* obstack.h (OBSTACK_MAYBE_EMPTY_OBJECT, OBSTACK_MMALLOC_LIKE):
2003	Remove, replaced by maybe_empty_object and use_extra_arg bitfields.
2004	* obstack.h (obstack_full_begin, _obstack_begin):  Remove area_id
2005	and flags arguments.
2006	* obstack.h (obstack_alloc_arg):  New macro to set extra_arg.
2007
2008Thu Jul 16 08:12:44 1992  Steve Chamberlain  ([email protected])
2009
2010	* bfd.h: new after adding BFD_IS_RELAXABLE
2011
2012Sat Jul  4 03:22:23 1992  John Gilmore  (gnu at cygnus.com)
2013
2014	* bfd.h:  Regen after adding BSF_FILE.
2015
2016Mon Jun 29 14:18:36 1992  Fred Fish  (fnf at sunfish)
2017
2018	* obstack.h:  Convert bcopy() use to memcpy(), which is more
2019	portable, more standard, and can take advantage of gcc's builtin
2020	functions for increased performance.
2021
2022Thu Jun 25 04:46:08 1992  John Gilmore  (gnu at cygnus.com)
2023
2024	* ansidecl.h (PARAMS):  Incorporate this macro from gdb's defs.h.
2025	It's a cleaner way to forward-declare function prototypes.
2026
2027Fri Jun 19 15:46:32 1992  Stu Grossman  (grossman at cygnus.com)
2028
2029	* bfd.h:  HPPA merge.
2030
2031Tue Jun 16 21:30:56 1992  K. Richard Pixley  ([email protected])
2032
2033	* getopt.h: gratuitous white space changes merged from other prep
2034	  releases.
2035
2036Thu Jun 11 01:10:55 1992  John Gilmore  (gnu at cygnus.com)
2037
2038	* bfd.h:  Regen'd from bfd.c after removing elf_core_tdata_struct.
2039
2040Mon May 18 17:29:03 1992  K. Richard Pixley  ([email protected])
2041
2042	* getopt.h: merged changes from make-3.62.11.
2043
2044	* getopt.h: merged changes from grep-1.6 (alpha).
2045
2046Fri May  8 14:53:32 1992  K. Richard Pixley  ([email protected])
2047
2048	* getopt.h: merged changes from bison-1.18.
2049
2050Sat Mar 14 17:25:20 1992  Fred Fish  ([email protected])
2051
2052	* obstack.h:  Add "area_id" and "flags" members to obstack
2053	structure.  Add obstack_chunkfun() and obstack_freefun() to
2054	set functions explicitly.  Convert maybe_empty_object to
2055	a bit in "flags".
2056
2057Thu Feb 27 22:01:02 1992  Per Bothner  ([email protected])
2058
2059	* wait.h (WIFSTOPPED):  Add IBM rs6000-specific version.
2060
2061Fri Feb 21 20:49:20 1992  John Gilmore  (gnu at cygnus.com)
2062
2063	* obstack.h:  Add obstack_full_begin.
2064	* bfd.h, obstack.h:  Protolint.
2065
2066Thu Jan 30 01:18:42 1992  John Gilmore  (gnu at cygnus.com)
2067
2068	* bfd.h:  Remove comma from enum declaration.
2069
2070Mon Jan 27 22:01:13 1992  Steve Chamberlain  (sac at cygnus.com)
2071
2072	* bfd.h : new target entr, bfd_relax_section
2073
2074Wed Dec 18 17:19:44 1991  Stu Grossman  (grossman at cygnus.com)
2075
2076	* bfd.h, ieee.h:  ANSIfy enums.
2077
2078Thu Dec 12 20:59:56 1991  John Gilmore  (gnu at cygnus.com)
2079
2080	* fopen-same.h, fopen-bin.h:  New files for configuring
2081	whether fopen distinguishes binary files or not.  For use
2082	by host-dependent config files.
2083
2084Sat Nov 30 20:46:43 1991  Steve Chamberlain  (sac at rtl.cygnus.com)
2085
2086	* bfd.h: change the documentation format.
2087
2088	* created coff, elf and opcode and aout directories. Moved:
2089
2090	aout64.h	==> aout/aout64.h
2091	ar.h		==> aout/ar.h
2092	a.out.encap.h	==> aout/encap.h
2093	a.out.host.h	==> aout/host.h
2094	a.out.hp.h	==> aout/hp.h
2095	a.out.sun4.h	==> aout/sun4.h
2096	ranlib.h	==> aout/ranlib.h
2097	reloc.h		==> aout/reloc.h
2098	stab.def	==> aout/stab.def
2099	stab.gnu.h	==> aout/stab_gnu.h
2100
2101	coff-a29k.h	==> coff/a29k.h
2102	coff-h8300.h	==> coff/h8300.h
2103	coff-i386.h	==> coff/i386.h
2104	coff-i960.h	==> coff/i960.h
2105	internalcoff.h	==> coff/internal.h
2106	coff-m68k.h	==> coff/m68k.h
2107	coff-m88k.h	==> coff/m88k.h
2108	coff-mips.h	==> coff/mips.h
2109	coff-rs6000.h	==> coff/rs6000.h
2110
2111	elf-common.h	==> elf/common.h
2112	dwarf.h		==> elf/dwarf.h
2113	elf-external.h	==> elf/external.h
2114	elf-internal.h  ==> elf/internal.h
2115
2116	a29k-opcode.h	==> opcode/a29k.h
2117	arm-opcode.h	==> opcode/arm.h
2118	h8300-opcode.h	==> opcode/h8300.h
2119	i386-opcode.h	==> opcode/i386.h
2120	i860-opcode.h	==> opcode/i860.h
2121	i960-opcode.h	==> opcode/i960.h
2122	m68k-opcode.h	==> opcode/m68k.h
2123	m88k-opcode.h	==> opcode/m88k.h
2124	mips-opcode.h	==> opcode/mips.h
2125	np1-opcode.h	==> opcode/np1.h
2126	ns32k-opcode.h	==> opcode/ns32k.h
2127	pn-opcode.h	==> opcode/pn.h
2128	pyr-opcode.h	==> opcode/pyr.h
2129	sparc-opcode.h	==> opcode/sparc.h
2130	tahoe-opcode.h	==> opcode/tahoe.h
2131	vax-opcode.h	==> opcode/vax.h
2132
2133
2134
2135Wed Nov 27 10:38:31 1991  Steve Chamberlain  (sac at rtl.cygnus.com)
2136
2137	* internalcoff.h: (internal_scnhdr) took out #def dependency, now
2138	s_nreloc and s_nlnno are always long. 	(internal_reloc): allways
2139	has an offset field now.
2140
2141Fri Nov 22 08:12:58 1991  John Gilmore  (gnu at cygnus.com)
2142
2143	* coff-rs6000.h:  Lint; use unsigned chars for external fields.
2144	* internalcoff.h:  Lint; cast storage classes to signed char.
2145
2146Thu Nov 21 21:01:05 1991  Per Bothner  (bothner at cygnus.com)
2147
2148	* stab.def: Remove the GNU extended type codes (e.g. N_SETT).
2149	* aout64.h:  The heuristic for distinguishing between
2150	sunos-style and bsd-style ZMAGIC files (wrt. where the
2151	text segment starts) is moved into (the default definition of)
2152	the macro N_HEADER_IN_TEXT.  This definition is only used
2153	if no other definition is used - e.g. bfd/newsos3.c defines
2154	N_HEADER_IN_TEXT(x) to be always 0 (as before).
2155
2156Thu Nov 21 11:53:03 1991  John Gilmore  (gnu at cygnus.com)
2157
2158	* aout64.h (N_TXTADDR, N_TXTOFF, N_TXTSIZE):  New definitions
2159	that should handle all uses.  LOGICAL_ versions deleted.
2160	Eliminate N_HEADER_IN_TEXT, using a_entry to determine which
2161	kind of zmagic a.out file we are looking at.
2162	* coff-rs6000.h:  Typo.
2163
2164Tue Nov 19 18:43:37 1991  Per Bothner  (bothner at cygnus.com)
2165
2166	(Note:  This is a revised entry, as was aout64.h.)
2167	* aout64.h:  Some cleanups of N_TXTADDR and N_TXTOFF:
2168	Will now work for both old- and new-style ZMAGIC files,
2169	depending on N_HEADER_IN_TEXT macro.
2170	Add LOGICAL_TXTADDR, LOICAL_TXTOFF and LOGICAL_TXTSIZE
2171	that don't count the exec header as part
2172	of the text segment, to be consistent with bfd.
2173	* a.out.sun4.h:  Simplified/fixed for previous change.
2174
2175Mon Nov 18 00:02:06 1991  Fred Fish  (fnf at cygnus.com)
2176
2177	* dwarf.h:  Update to DWARF draft 5 version from gcc2.
2178
2179Thu Nov 14 19:44:59 1991  Per Bothner  (bothner at cygnus.com)
2180
2181	* stab.def:  Added defs for extended GNU symbol types,
2182	such as N_SETT.  These are normally ifdef'd out (because
2183	of conflicts with a.out.gnu.h), but are used by bfb_stab_name().
2184
2185Thu Nov 14 19:17:03 1991  Fred Fish  (fnf at cygnus.com)
2186
2187	* elf-common.h:  Add defines to support ELF symbol table code.
2188
2189Mon Nov 11 19:01:06 1991  Fred Fish  (fnf at cygnus.com)
2190
2191	* elf-internal.h, elf-external.h, elf-common.h:  Add support for
2192	note sections, which are used in ELF core files to hold copies
2193	of various /proc structures.
2194
2195Thu Nov  7 08:58:26 1991  Steve Chamberlain  (sac at cygnus.com)
2196
2197	* internalcoff.h: took out the M88 dependency in the lineno
2198	struct.
2199	* coff-m88k.h: defines GET_LINENO_LNNO and PUT_LINENO_LNNO to use
2200	32bit linno entries.
2201	* a29k-opcode.h: fixed encoding of mtacc
2202
2203Sun Nov  3 11:54:22 1991  Per Bothner  (bothner at cygnus.com)
2204
2205	* bfd.h: Updated from ../bfd/bfd-in.h (q.v).
2206
2207Fri Nov  1 11:13:53 1991  John Gilmore  (gnu at cygnus.com)
2208
2209	* internalcoff.h:  Add x_csect defines.
2210
2211Fri Oct 25 03:18:20 1991  John Gilmore  (gnu at cygnus.com)
2212
2213	* Rename COFF-related files in `coff-ARCH.h' form.
2214	coff-a29k.h, coff-i386.h, coff-i960.h, coff-m68k.h, coff-m88k.h,
2215	coff-mips.h, coff-rs6000.h to be exact.
2216
2217Thu Oct 24 22:11:11 1991  John Gilmore  (gnu at cygnus.com)
2218
2219	RS/6000 support, by Metin G. Ozisik, Mimi Ph����ng-Th��o V��, and
2220	John Gilmore.
2221
2222	* a.out.gnu.h:  Update slightly.
2223	* bfd.h:  Add new error code, fix doc, add bfd_arch_rs6000.
2224	* internalcoff.h:  Add more F_ codes for filehdr.  Add
2225	rs/6000-dependent fields to aouthdr.  Add storage classes
2226	to syments.  Add 6000-specific auxent.  Add r_size in reloc.
2227	* rs6000coff.c:  New file.
2228
2229Thu Oct 24 04:13:20 1991  Fred Fish  (fnf at cygnus.com)
2230
2231	* dwarf.h: New file for dwarf support.  Copied from gcc2
2232	distribution.
2233
2234Wed Oct 16 13:31:45 1991  John Gilmore  (gnu at cygnus.com)
2235
2236	* aout64.h:  Remove PAGE_SIZE defines; they are target-dependent.
2237	Add N_FN_SEQ for N_FN symbol type used on Sequent machines.
2238	* stab.def:  Include N_FN_SEQ in table.
2239	* bout.h:  External formats of structures use unsigned chars.
2240
2241Fri Oct 11 12:40:43 1991  Steve Chamberlain  (steve at cygnus.com)
2242
2243	* bfd.h:upgrade from bfd.c
2244	* internalcoff.h: add n_name, n_zeroes and n_offset macros
2245	* amdcoff.h: Define OMAGIC and AOUTHDRSZ.
2246
2247Fri Oct 11 10:58:06 1991  Per Bothner  (bothner at cygnus.com)
2248
2249	* a.out.host.h: Change SEGMENT_SIZE to 0x1000 for Sony.
2250	* bfd.h (align_power): Add (actually move) comment.
2251
2252Tue Oct  8 15:29:32 1991  Per Bothner  (bothner at cygnus.com)
2253
2254	* sys/h-rtbsd.h: Define MISSING_VFPRINT (for binutils/bucomm.c).
2255
2256Sun Oct  6 19:24:39 1991  John Gilmore  (gnu at cygnus.com)
2257
2258	* aout64.h:  Move struct internal_exec to ../bfd/libaout.h so
2259	it can be shared by all `a.out-family' code.  Rename
2260	EXTERNAL_LIST_SIZE to EXTERNAL_NLIST_SIZE.  Use basic types
2261	for nlist members, and make strx integral rather than pointer.
2262	More commentary on n_type values.
2263	* bout.h:  Provide a struct external_exec rather than an
2264	internal_exec.
2265	* m68kcoff.h:  Remove `tagentries' which snuck in from the i960
2266	COFF port.
2267
2268Fri Oct  4 01:25:59 1991  John Gilmore  (gnu at cygnus.com)
2269
2270	* h8300-opcode.h:  Remove `_enum' from the typedef for an enum.
2271	* bfd.h:  Update to match bfd changes.
2272
2273	* sys/h-i386mach.h, sysdep.h:  Add 386 Mach host support.
2274
2275Tue Oct  1 04:58:42 1991  John Gilmore  (gnu at cygnus.com)
2276
2277	* bfd.h, elf-common.h, elf-external.h, elf-internal.h:
2278	Add preliminary ELF support, sufficient for GDB, from Fred Fish.
2279	* sysdep.h, sys/h-amix.h:  Support Amiga SVR4.
2280
2281	* sys/h-vaxult.h:  Make it work.  (David Taylor <[email protected]>)
2282	* a.out.vax.h:  Remove unused and confusing file.
2283
2284Mon Sep 30 12:52:35 1991  Per Bothner  (bothner at cygnus.com)
2285
2286	* sysdep.h: Define NEWSOS3_SYS, and use it.
2287
2288Fri Sep 20 13:38:21 1991  John Gilmore  (gnu at cygnus.com)
2289
2290	* a.out.gnu.h (N_FN):  Its value *really is* 0x1F.
2291	Fix it, and add comments warning about or-ing N_EXT with it
2292	and/or N_WARNING.
2293	* aout64.h (N_FN):  Fix value, add comments about N_EXT.
2294	* stab.def (table at end):  Update to show all the type
2295	values <0x20, including low order bits.  Move N_FN to
2296	its rightful place.
2297
2298Tue Sep 17 17:41:37 1991  Stu Grossman  (grossman at cygnus.com)
2299
2300	* sys/h-irix3.h:  sgi/irix support.
2301
2302Tue Sep 17 07:52:59 1991  John Gilmore  (gnu at cygint.cygnus.com)
2303
2304	* stab.def (N_DEFD):  Add GNU Modula-2 debug stab, from Andrew
2305	Beers.
2306
2307Thu Sep 12 14:12:59 1991  John Gilmore  (gnu at cygint.cygnus.com)
2308
2309	* internalcoff.h (SYMNMLEN, FILNMLEN, DIMNUM):  Define these
2310	for internalcoff, separately from the various external coff's.
2311	* amdcoff.h, bcs88kcoff.h, i386coff.h, intel-coff.h, m68kcoff.h,
2312	m88k-bcs.h: Prefix SYMNMLEN, FILNMLEN, and DIMNUM with E_'s for
2313	the external struct definitions.
2314	* ecoff.h: Remove these #define's, kludge no longer needed.
2315
2316	* sys/h-ultra3.h:  Add new Ultracomputer host.
2317	* sysdep.h:  Add ULTRA3_SYM1_SYS and use it.
2318
2319Tue Sep 10 10:11:46 1991  John Gilmore  (gnu at cygint.cygnus.com)
2320
2321	* i386coff.h (LINESZ):  Always 6, not based on sizeof().
2322	(Fix from Peter Schauer <[email protected]>.)
2323
2324Wed Sep  4 08:58:37 1991  John Gilmore  (gnu at cygint.cygnus.com)
2325
2326	* a.out.gnu.h, aout64.h:  Add N_WARNING.  Change N_FN to 0x0E,
2327	to match SunOS and BSD.  Add N_COMM as 0x12 for SunOS shared lib
2328	support.
2329	* stab.def:  Add N_COMM to table, fix overlap comment.
2330
2331Tue Sep  3 06:29:20 1991  John Gilmore  (gnu at cygint.cygnus.com)
2332
2333	Merge with latest FSF versions of these files.
2334
2335	* stab.gnu.h:  Add LAST_UNUSED_STAB_CODE.
2336	* stab.def:  Update to GPL2.  Move N_WARNING out, since not a
2337	debug symbol.  Change comments, and reorder table to numeric
2338	order.  Update final table comment.
2339	(N_DSLINE, N_BSLINE):  Renumber from 0x66 and 0x68, to 0x46 and 0x48.
2340
2341	* obstack.h:  GPL2.  Merge.
2342
2343Fri Aug 23 01:54:23 1991  John Gilmore  (gnu at cygint.cygnus.com)
2344
2345	* a.out.gnu.h, a.out.sun4.h:  Make SEGMENT_SIZE able to depend
2346	on the particular a.out being examined.
2347	* a.out.sun4.h:  Define segment sizes for Sun-3's and Sun-4's.
2348	* FIXME:  a.out.gnu.h is almost obsolete.
2349	* FIXME:  a.out.sun4.h should be renamed a.out.sun.h now.
2350
2351Wed Aug 21 20:32:13 1991  John Gilmore  (gnu at cygint.cygnus.com)
2352
2353	* Start a ChangeLog for the includes directory.
2354
2355	* a.out.gnu.h (N_FN):  Fix value -- was 15, should be 0x1E.
2356	* stab.def:  Update allocation table in comments at end,
2357	to reflect reality as I know it.
2358
2359
2360Local Variables:
2361mode: change-log
2362left-margin: 8
2363fill-column: 74
2364version-control: never
2365End:
2366