1Wed Apr  2 15:23:49 1997  Doug Evans  <[email protected]>
2
3	* remote-sim.h (SIM_OPEN_KIND, SIM_RC): New enums.
4	(sim_open): New argument `kind'.
5
6Wed Apr  2 14:45:51 1997  Ian Lance Taylor  <[email protected]>
7
8	* COPYING: Update FSF address.
9
10Fri Mar 28 15:29:54 1997  Mike Meissner  <[email protected]>
11
12	* callback.h (top level): Include stdarg.h or varargs.h if
13	va_start is not defined.
14	(host_callback_struct): Make {,e}vprintf_filtered take a va_list
15	instead of void *, since va_list might be an array or structure
16	type.
17
18Fri Mar 28 15:44:41 1997  H.J. Lu  <[email protected]>
19
20	* libiberty.h (basename): Add prototype for glibc and linux.
21
22Mon Mar 17 19:22:12 1997  Ian Lance Taylor  <[email protected]>
23
24	* objalloc.h: New file.
25
26Mon Mar 17 14:57:55 1997  Andrew Cagney  <[email protected]>
27
28	* remote-sim.h: New file, copied in from gdb/remote-sim.h.  One
29 	day this will be placed in a directory of its own.
30
31Sat Mar 15 19:00:14 1997  Ian Lance Taylor  <[email protected]>
32
33	* obstack.h: Update to current FSF version.
34
35Thu Mar  6 15:46:59 1997  Andrew Cagney  <[email protected]>
36
37	* callback.h (struct host_callback_struct): Add callbacks -
38 	flush_stdout, write_stderr, flush_stderr, vprintf_filtered,
39 	evprintf_filtered.  Delete redundant callbacks - printf_filtered.
40
41Thu Feb 27 23:18:27 1997  Ian Lance Taylor  <[email protected]>
42
43	* bfdlink.h (struct bfd_link_info): Remove lprefix and lprefix_len
44	fields.
45
46Tue Feb 25 00:10:49 1997  Ian Lance Taylor  <[email protected]>
47
48	* dis-asm.h (INIT_DISASSEMBLE_INFO_NO_ARCH): Initialize
49	bytes_per_chunk and display_endian.
50
51Mon Feb 24 17:47:02 1997  Ian Lance Taylor  <[email protected]>
52
53	From Eric Youngdale <[email protected]>:
54	* bfdlink.h (struct bfd_elf_version_expr): Define.
55	(struct bfd_elf_version_deps): Define.
56	(struct bfd_elf_version_tree): Define.
57
58Thu Feb  6 14:20:01 1997  Martin M. Hunt  <[email protected]>
59
60	* dis-asm.h: (disassemble_info):  Add new fields
61	bytes_per_chunk and display_endian to control the
62	display of raw instructions.
63
64Sun Dec  8 17:11:12 1996  Doug Evans  <[email protected]>
65
66	* callback.h (host_callback): New member `error'.
67
68Wed Nov 20 00:40:23 1996  Doug Evans  <[email protected]>
69
70	* callback.h: New file, moved here from gdb.
71
72Mon Nov 18 16:34:00 1996  Dawn Perchik  <[email protected]>
73
74	* libiberty.h: Checkin again; last checkin failed due to sticky tag.
75
76Wed Nov 13 08:22:00 1996  Dawn Perchik  <[email protected]>
77
78	* libiberty.h: Revert last commit due to conflicts with hpux
79	system headers.
80
81Tue Nov 12 16:31:00 1996  Dawn Perchik  <[email protected]>
82
83	* libiberty.h: Move prototypes from argv.c here.
84
85Thu Oct 31 14:56:18 1996  Doug Evans  <[email protected]>
86
87	* ansidecl.h (VPARAMS,VA_START): Define.
88
89Fri Oct 25 12:08:04 1996  Ian Lance Taylor  <[email protected]>
90
91	* dis-asm.h (disassemble_info): Add bytes_per_line field.
92	(INIT_DISASSEMBLE_INFO_NO_ARCH): Initialize bytes_per_line field.
93
94Thu Oct 24 17:10:01 1996  Ian Lance Taylor  <[email protected]>
95
96	* dis-asm.h (disassemble_info): Add symbol field.
97	(INIT_DISASSEMBLE_INFO_NO_ARCH): Initialize symbol field.
98
99Thu Oct 17 11:17:40 1996  Doug Evans  <[email protected]>
100
101	* dis-asm.h (print_insn_m32r): Declare.
102
103Mon Oct 14 23:56:52 1996  Ian Lance Taylor  <[email protected]>
104
105	* libiberty.h: Declare parameter types for xmalloc and xrealloc.
106
107Thu Oct  3 13:45:27 1996  Ian Lance Taylor  <[email protected]>
108
109	* fnmatch.h: New file.
110
111Thu Oct  3 10:33:14 1996  Jeffrey A Law  ([email protected])
112
113	* dis-asm.h (print_insn_mn10x00): Delete declaration.
114	(print_insn_mn10200, print_insn_mn10300): Declare.
115
116Wed Oct  2 21:24:43 1996  Jeffrey A Law  ([email protected])
117
118	* dis-asm.h (print_insn_mn10x00): Declare.
119
120Mon Sep 30 13:56:11 1996  Fred Fish  <[email protected]>
121
122	* libiberty.h: Remove #ifndef PRIVATE_XMALLOC.
123
124Tue Aug 13 16:10:30 1996  Stu Grossman  ([email protected])
125
126	* obstack.h:  Change bcopy to memcpy.  Works better on Posix
127	systems, which generally lack bcopy.
128
129Mon Aug 12 17:03:18 1996  Stu Grossman  ([email protected])
130
131	* ansidecl.h:  Change WIN32 to _WIN32.
132
133Fri Jul 26 13:58:18 1996  Ian Lance Taylor  <[email protected]>
134
135	* dis-asm.h: Add flavour field.
136	(print_insn_alpha): Declare.
137	(print_insn_alpha_osf, print_insn_alpha_vms): Don't declare.
138	(INIT_DISASSEMBLE_INFO): Initialize flavour field.
139
140Tue Jul 23 17:37:58 1996  Fred Fish  <[email protected]>
141
142	* libiberty.h (PRIVATE_XMALLOC): Enclose xmalloc/xrealloc
143	definitions inside #ifndef so that programs that want to
144	can define PRIVATE_XMALLOC and then define xmalloc and
145	xrealloc anyway they want.
146	(basename): Document in source that we can't declare the
147 	parameter type because it is declared inconsistently across
148	different systems.
149
150Mon Jul 22 13:16:13 1996  Richard Henderson  <[email protected]>
151
152	* dis-asm.h (print_insn_alpha): Don't declare.
153	(print_insn_alpha_osf, print_insn_alpha_vms): Declare.
154
155Wed Jul 17 14:45:12 1996  Martin M. Hunt  <[email protected]>
156
157	* dis-asm.h: (print_insn_d10v): Declare.
158
159Mon Jul 15 16:55:38 1996  Stu Grossman  ([email protected])
160
161	* dis-asm.h:  Get rid of decls for print_insn_i8086,
162	print_insn_sparc64 and print_insn_sparclite.
163	* (INIT_DISASSEMBLE_INFO):  Split into two pieces.  One,
164	INIT_DISASSEMBLE_INFO_NO_ARCH inits everything except for endian,
165	mach, and arch.
166
167Fri Jul 12 10:19:27 1996  Stu Grossman  ([email protected])
168
169	* dis-asm.h (print_insn_i8086):  Declare.
170
171Wed Jul  3 16:02:39 1996  Stu Grossman  ([email protected])
172
173	* dis-asm.h (print_insn_sparclite):  Declare.
174
175Tue Jun 18 16:02:46 1996  Jeffrey A. Law  <[email protected]>
176
177	* dis-asm.h (print_insn_h8300s): Declare.
178
179Tue Jun 18 15:11:33 1996  Klaus Kaempf  <[email protected]>
180
181	* fopen-vms.h: New file.
182
183Tue Jun  4 18:58:16 1996  Ian Lance Taylor  <[email protected]>
184
185	* bfdlink.h (struct bfd_link_info): Add notice_all field.
186
187Fri Apr 26 10:33:12 1996  Doug Evans  <[email protected]>
188
189	* demangle.h (#ifdef IN_GCC): #include "gansidecl.h".
190	(PROTO,PTR,const): Delete.
191
192Mon Apr 22 17:27:42 1996  Ian Lance Taylor  <[email protected]>
193
194	* bfdlink.h (struct bfd_link_info): Add traditional_format field.
195
196Mon Apr 15 15:16:56 1996  Doug Evans  <[email protected]>
197
198	* libiberty.h (choose_temp_base): Add prototype.
199
200Tue Mar 12 17:29:46 1996  Ian Lance Taylor  <[email protected]>
201
202	* bfdlink.h (bfd_wrapped_link_hash_lookup): Declare.
203	(struct bfd_link_info): Add wrap_hash field.
204
205Wed Feb 14 16:49:17 1996  Martin Anantharaman  <[email protected]>
206
207	* ieee.h (ieee_record_enum_type): Define
208	ieee_external_reference_info_enum.
209
210Fri Feb  2 17:09:25 1996  Doug Evans  <[email protected]>
211
212	* dis-asm.h (DISASM_RAW_INSN): Delete.
213
214Tue Jan 23 09:21:47 1996  Doug Evans  <[email protected]>
215
216	* dis-asm.h (INIT_DISASSEMBLE_INFO): Set endian to BFD_ENDIAN_UNKNOWN.
217	New argument FPRINTF_FUNC.
218
219Mon Jan 22 16:37:59 1996  Doug Evans  <[email protected]>
220
221	* dis-asm.h (disassemble_info): New members arch, mach, endian.
222	(INIT_DISASSEMBLE_INFO): Initialize them.
223	(DISASM_RAW_INSN{,FLAG}): Define.
224
225Thu Jan 18 11:32:38 1996  Ian Lance Taylor  <[email protected]>
226
227	* demangle.h (cplus_demangle_opname): Change opname parameter to
228	const char *.
229	(cplus_mangle_opname): Change return type and opname parameter to
230	const char *.
231
232Fri Jan  5 00:01:22 1996  Ian Lance Taylor  <[email protected]>
233
234	* ieee.h (enum ieee_record): Add ieee_asn_record_enum,
235	ieee_at_record_enum, ieee_ty_record_enum, ieee_atn_record_enum,
236	ieee_bb_record_enum, and ieee_be_record_enum.
237
238Wed Jan  3 13:12:09 1996  Fred Fish  <[email protected]>
239
240	* obstack.h: Update copyright to 1996.
241	(_obstack_memory_used): Declare.
242	(obstack_memory_used): Define macro.
243
244Thu Dec 28 11:42:12 1995  Ian Lance Taylor  <[email protected]>
245
246	* libiberty.h (xstrdup): Declare.
247
248Thu Dec 21 14:47:17 1995  Michael Meissner  <[email protected]>
249
250	* wait.h: Protect all macros with #ifndef.
251
252Tue Oct 24 21:45:40 1995  Ian Lance Taylor  <[email protected]>
253
254	* bfdlink.h (struct bfd_link_info): Add static_link field.
255
256Tue Sep 12 16:28:04 1995  Ian Lance Taylor  <[email protected]>
257
258	* bfdlink.h (struct bfd_link_callbacks): Add symbol parameter to
259	warning callback.
260
261Fri Sep  1 13:11:51 1995  Ian Lance Taylor  <[email protected]>
262
263	* bfdlink.h (struct bfd_link_callbacks): Change warning callback
264	to take BFD, section, and address arguments.
265
266Thu Aug 31 16:45:12 1995  steve chamberlain  <[email protected]>
267
268	* bfdlink.h (struct bfd_link_info): Remove PE stuff.
269
270Tue Aug 22 03:18:23 1995  Ken Raeburn  <[email protected]>
271
272	* libiberty.h: Declare xstrerror.  From Pat Rankin.
273
274Mon Aug 21 18:11:36 1995  steve chamberlain  <[email protected]>
275
276	* bfdlink.h (struct bfd_link_info): Remove PE stuff.
277
278Wed Aug  2 08:14:12 1995  Doug Evans  <[email protected]>
279
280	* dis-asm.h (print_insn_sparc64): Declare.
281
282Mon Jul 10 13:26:49 1995  Eric Youngdale  <[email protected]>
283
284	* bfdlink.h (struct bfd_link_info): Add new field symbolic.
285
286Sun Jul  2 17:48:40 1995  Ian Lance Taylor  <[email protected]>
287
288	* bfdlink.h (struct bfd_link_info): Change type of base_file to
289	PTR.
290
291Thu Jun 29 00:02:45 1995  Steve Chamberlain  <[email protected]>
292
293	* bfdlink.h (struct bfd_link_info): Added base_file member.
294
295Tue Jun 20 16:40:04 1995  Steve Chamberlain  <[email protected]>
296
297	* ansidecl.h: win32s is ANSI enough.
298
299Thu May 18 04:25:50 1995  Ken Raeburn  <[email protected]>
300
301	Wed May 10 14:28:16 1995 Richard Earnshaw ([email protected])
302
303	* dis-asm.h (print_insn_arm): Delete declaration.
304	(print_insn_{little,big}_arm): New declarations.
305
306	* floatformat.h (floatformat_arm_ext): Declare.
307
308Sat May 13 10:14:08 1995  Steve Chamberlain  <[email protected]>
309
310	* coff/pe.h: New file.
311	* bfdlink.h (subsytem, stack_heap_parameters): New.
312	* coff/i386.h (NT_SECTION_ALIGNMENT, NT_FILE_ALIGNMENT,
313	NT_DEF_RESERVE, NT_DEF_COMMIT): New.
314	* coff/internal.h (internal_filehdr):  New fields for PE.
315	(IMAGE_DATA_DIRECTORY): New.
316	(internal_aouthdr): New fields for PE.
317
318Thu May  4 14:36:42 1995  Jason Merrill  <[email protected]>
319
320	* demangle.h: Don't include ansidecl.h if IN_GCC.
321
322
323Tue Feb 21 00:37:28 1995  Jeff Law  ([email protected])
324
325	* hp-symtab.h: Don't use bitfield enumerations, the HP C compiler
326	does not handle them correctly.
327
328
329Thu Feb  9 14:20:27 1995  Ian Lance Taylor  <[email protected]>
330
331	* libiberty.h (basename): Don't declare parameter type; some
332	systems have this in their header files.
333
334Wed Feb  8 17:35:38 1995  Ian Lance Taylor  <[email protected]>
335
336	* bfdlink.h (struct bfd_link_hash_entry): Change format of common
337	symbol information, to remove restrictions on maximum size and
338	alignment power, by using a pointer to a structure instead.
339
340Mon Feb  6 14:55:32 1995  Ian Lance Taylor  <[email protected]>
341
342	* bfdlink.h (enum bfd_link_hash_type): Rename bfd_link_hash_weak
343	to bfd_link_hash_undefweak.  Add bfd_link_hash_defweak.
344
345Mon Jan 16 21:00:23 1995  Stan Shebs  <[email protected]>
346
347	* dis-asm.h (GDB_INIT_DISASSEMBLE_INFO, etc): Remove all
348	GDB-specific definitions.
349
350Sun Jan 15 18:39:35 1995  Steve Chamberlain  <sac@splat>
351
352	* dis-asm.h (print_insn_w65): Declare.
353
354Thu Jan 12 17:51:17 1995  Ken Raeburn  <[email protected]>
355
356	* libiberty.h (hex_p): Fix sense of test.
357
358Wed Jan 11 22:36:40 1995  Ken Raeburn  <[email protected]>
359
360	* libiberty.h (_hex_array_size, _hex_bad, _hex_value, hex_init,
361	hex_p, hex_value): New macros and declarations, for hex.c.
362
363Fri Jan  6 17:44:14 1995  Ian Lance Taylor  <[email protected]>
364
365	* dis-asm.h: Make idempotent.
366
367Wed Dec 14 13:08:43 1994  Stan Shebs  <[email protected]>
368
369	* progress.h: New file, empty definitions for progress macros.
370
371
372Fri Nov 25 00:14:05 1994  Jeff Law  ([email protected])
373
374	* hp-symtab.h: New file describing the debug symbols emitted
375	by the HP C compilers.
376
377Fri Nov 11 15:48:37 1994  Ian Lance Taylor  <[email protected]>
378
379	* bfdlink.h (struct bfd_link_hash_entry): Change u.c.size from 24
380	to 26 bits, and change u.c.alignment_power from 8 to 6 bits.  6
381	bit in the alignment power is enough for a 64 bit address space.
382
383Mon Oct 31 13:02:51 1994  Stan Shebs  ([email protected])
384
385	* demangle.h (cplus_mangle_opname): Declare.
386
387Tue Oct 25 11:38:02 1994  Ian Lance Taylor  <[email protected]>
388
389	* bfdlink.h (struct bfd_link_callbacks): Fix comments for
390	multiple_common field.
391
392Sun Sep 04 17:58:10 1994  Richard Earnshaw ([email protected])
393
394	* aout/aout64.h: Only define QMAGIC if it isn't already defined.
395
396	* dis-asm.h: Add support for the ARM.
397
398Wed Aug 10 12:51:41 1994  Doug Evans  ([email protected])
399
400	* libiberty.h (strsignal): Document its existence even if we
401	can't declare it.
402
403Tue Aug  2 14:40:03 1994  Jim Kingdon  ([email protected])
404
405	* os9k.h: Remove u_int16, u_int32, and owner_id typedefs and
406	expand their uses.  Those names conflict with Mach headers.
407
408Fri Jul 22 14:17:12 1994  Ian Lance Taylor  ([email protected])
409
410	* bfdlink.h (struct bfd_link_hash_entry): Change u.c.size into a
411	bitfield.  Add field u.c.alignment_power.
412
413Sun Jul 10 00:26:39 1994  Ian Dall  ([email protected])
414
415	* dis-asm.h: Add print_insn_ns32k declaration.
416
417Mon Jun 20 17:13:29 1994  Ian Lance Taylor  ([email protected])
418
419	* bfdlink.h (bfd_link_hash_table): Make creator a const pointer.
420
421Sat Jun 18 16:09:32 1994  Stan Shebs  ([email protected])
422
423	* demangle.h (cplus_demangle_opname): Declare.
424
425Thu Jun 16 15:19:03 1994  Ian Lance Taylor  ([email protected])
426
427	* bfdlink.h (struct bfd_link_info): Add new field shared.
428
429Mon Jun  6 14:39:44 1994  Ian Lance Taylor  ([email protected])
430
431	* bfdlink.h (struct bfd_link_hash_entry): Remove written field:
432	not needed for all backends.
433
434Thu Apr 28 19:06:50 1994  Ken Raeburn  ([email protected])
435
436	* dis-asm.h (disassembler): Declare.
437
438Fri Apr  1 00:38:17 1994  Jim Wilson  ([email protected])
439
440        * obstack.h: Delete use of IN_GCC to control whether
441        stddef.h or gstddef.h is included.
442
443Tue Mar 22 13:06:02 1994  Ian Lance Taylor  ([email protected])
444
445	* bfdlink.h (enum bfd_link_order_type): Add bfd_data_link_order.
446	(struct bfd_link_order): Add data field to union.
447
448Mon Mar 21 18:45:26 1994  Ian Lance Taylor  ([email protected])
449
450	* bfdlink.h (struct bfd_link_callbacks): Change bitsize argument
451	to add_to_set to reloc.  Remove bitsize argument from constructor.
452	Comment that reloc_overflow, reloc_dangerous and unattached_reloc
453	must handle NULL pointers for reloc location.
454	(enum bfd_link_order_type): Add bfd_section_reloc_link_order and
455	bfd_symbol_reloc_link_order.
456	(struct bfd_link_order): Add reloc field to union.
457	(struct bfd_link_order_reloc): Define.
458
459Mon Mar 14 12:27:50 1994  Ian Lance Taylor  ([email protected])
460
461	* ieee-float.h: Removed; no longer used.
462
463Tue Mar  1 18:10:49 1994  Kung Hsu  ([email protected])
464
465	* os9k.h: os9000 target specific header file, the header of the
466	object file is used now.
467
468Sun Feb 27 21:52:26 1994  Jim Kingdon  ([email protected])
469
470	* floatformat.h: New file, intended to replace ieee-float.h.
471
472Sun Feb 20 17:15:42 1994  Ian Lance Taylor  ([email protected])
473
474	* ansidecl.h (ANSI_PROTOTYPES): Define if using ANSI prototypes.
475
476Wed Feb 16 01:07:12 1994  Ian Lance Taylor  ([email protected])
477
478	* libiberty.h: Don't declare strsignal, to avoid conflicts with
479	Solaris system header files.
480
481Sat Feb 12 22:11:32 1994  Jeffrey A. Law  ([email protected])
482
483	* libiberty.h (xexit): Use __volatile__ to avoid losing if
484	compiling with gcc -traditional.
485
486Thu Feb 10 14:05:41 1994  Ian Lance Taylor  ([email protected])
487
488	* libiberty.h: New file.  Declares functions provided by
489	libiberty.
490
491Tue Feb  8 05:19:52 1994  David J. Mackenzie  ([email protected])
492
493	Handle obstack_chunk_alloc returning NULL.  This allows
494	obstacks to be used by libraries, without forcing them
495	to call exit or longjmp.
496	* obstack.h (struct obstack): Add alloc_failed flag.
497	_obstack_begin, _obstack_begin_1): Declare to return int, not void.
498	(obstack_finish): If alloc_failed, return NULL.
499	(obstack_base, obstack_next_free, objstack_object_size):
500	If alloc_failed, return 0.
501	(obstack_grow, obstack_grow0, obstack_1grow, obstack_ptr_grow,
502	obstack_int_grow, obstack_blank): If alloc_failed, do nothing that
503	could corrupt the obstack.
504
505Mon Jan 24 15:06:05 1994  Ian Lance Taylor  ([email protected])
506
507	* bfdlink.h (struct bfd_link_callbacks): Add name, reloc_name and
508	addend argments to reloc_overflow callback.
509
510Fri Jan 21 19:13:12 1994  Ian Lance Taylor  ([email protected])
511
512	* dis-asm.h (print_insn_big_powerpc, print_insn_little_powerpc,
513	print_insn_rs6000): Declare.
514
515Thu Jan  6 14:15:55 1994  Ian Lance Taylor  ([email protected])
516
517	* bfdlink.h (struct bfd_link_callbacks): Add bitsize argument to
518	add_to_set field.  Add new callback named constructor.
519
520Thu Dec 30 10:44:06 1993  Ian Lance Taylor  ([email protected])
521
522	* bfdlink.h: New file for new BFD linker backend routines.
523
524Mon Nov 29 10:43:57 1993  Ian Lance Taylor  ([email protected])
525
526	* dis-asm.h (enum dis_insn_tyupe): Remove non-ANSI trailing comma.
527
528Sat Oct  2 20:42:26 1993  Jim Kingdon  ([email protected])
529
530	* dis-asm.h: Move comment to right place.
531
532Mon Aug  9 19:03:35 1993  David J. Mackenzie  ([email protected])
533
534	* obstack.h (obstack_chunkfun, obstack_freefun): Add defns from
535	previous version.  Are these Cygnus local changes?
536
537Fri Aug  6 17:05:47 1993  David J. Mackenzie  ([email protected])
538
539	* getopt.h, obstack.h: Update to latest FSF version.
540
541Mon Aug  2 16:37:14 1993  Stu Grossman  (grossman at cygnus.com)
542
543	* coff/i386.h:  Add Lynx magic number.
544
545Mon Aug  2 14:45:29 1993  John Gilmore  ([email protected])
546
547	* dis-asm.h:  Move enum outside of struct defn to avoid warnings.
548
549Mon Aug  2 08:49:30 1993  Stu Grossman  (grossman at cygnus.com)
550
551	* wait.h (WEXITSTATUS, WSTOPSIG): Mask down to 8 bits.  This is
552	for systems that store stuff into the high 16 bits of a wait
553	status.
554
555Fri Jul 30 18:38:02 1993  John Gilmore  ([email protected])
556
557	* dis-asm.h:  Add new fields insn_info_valid, branch_delay_insns,
558	data_size, insn_type, target, target2.  These are used to return
559	information from the instruction decoders back to the calling
560	program.  Add comments, make more readable.
561
562Mon Jul 19 22:14:14 1993  Fred Fish  ([email protected])
563
564	* nlm:  New directory containing NLM/NetWare includes.
565
566Thu Jul 15 12:10:04 1993  Ken Raeburn  ([email protected])
567
568	* dis-asm.h (struct disassemble_info): New field application_data.
569
570Thu Jul 15 12:41:15 1993  Ian Lance Taylor  ([email protected])
571
572	* dis-asm.h: Added declaration of print_insn_m88k.
573
574Thu Jul  8 09:05:26 1993  Doug Evans  ([email protected])
575
576	* opcode/h8300.h: Lots of little fixes for the h8/300h.
577
578Fri Jul  2 10:31:59 1993  Ian Lance Taylor  ([email protected])
579
580	* ansidecl.h: Use ANSI macros if __mips and _SYSTYPE_SVR4 are
581	defined, since RISC/OS cc handles ANSI declarations in SVR4 mode
582	but does not define __STDC__.
583
584Sun Jun 20 18:27:52 1993  Ken Raeburn  ([email protected])
585
586	* dis-asm.h: Don't need to include ansidecl.h any more.
587
588Fri Jun 18 03:22:10 1993  John Gilmore  ([email protected])
589
590	* oasys.h:  Eliminate "int8_type", "int16_type", "int32_type", and
591	their variants.  These changes are coordinated with corresponding
592	changes in ../bfd/oasys.c.
593
594Wed Jun 16 10:43:08 1993  Fred Fish  ([email protected])
595
596	* bfd.h:  Note that it has been removed.
597
598Tue Jun  8 12:16:03 1993  Steve Chamberlain  ([email protected])
599
600	 Support for H8/300-H
601	* dis-asm.h (print_insn_h8300, print_insn_h8300h): Declare it.
602	* coff/h8300.h: New magic number.
603	* coff/internal.h: New relocations.
604	* opcode/h8300.h: Lots of new opcodes.
605
606Tue Jun  1 07:35:03 1993  Ken Raeburn  ([email protected])
607
608	* ansidecl.h (const): Don't define it if it's already defined.
609
610Thu May 27 18:19:51 1993  Ken Raeburn  ([email protected])
611
612	* dis-asm.h (print_insn_hppa): Declare it.
613
614	* bfd.h: Moved to bfd directory.  Small stub here includes it
615	without requiring "-I../bfd".
616
617Thu Apr 29 12:06:13 1993  Ken Raeburn  ([email protected])
618
619	* bfd.h: Updated with BSF_FUNCTION.
620
621Mon Apr 26 18:15:50 1993  Steve Chamberlain  ([email protected])
622
623	* bfd.h, dis-asm.h: Updated with Hitachi SH.
624
625Fri Apr 23 18:41:38 1993  Steve Chamberlain  ([email protected])
626
627	* bfd.h: Updated with alpha changes.
628	* dis-asm.h: Added alpha.
629
630Fri Apr 16 17:35:30 1993  Jim Kingdon  ([email protected])
631
632	* bfd.h: Update for signed bfd_*get_*.
633
634Thu Apr 15 09:24:21 1993  Jim Kingdon  ([email protected])
635
636	* bfd.h: Updated for file_truncated error.
637
638Thu Apr  8 10:53:47 1993  Ian Lance Taylor  ([email protected])
639
640	* ansidecl.h: If no ANSI, define const to be empty.
641
642Thu Apr  1 09:00:10 1993  Jim Kingdon  ([email protected])
643
644	* dis-asm.h: Declare a29k and i960 print_insn_*.
645
646	* dis-asm.h: Add print_address_func and related stuff.
647
648	* dis-asm.h (dis_asm_read_memory): Fix prototype.
649
650Wed Mar 31 17:40:16 1993  Jim Kingdon  ([email protected])
651
652	* dis-asm.h: Add print_insn_sparc.
653
654Wed Mar 31 17:51:42 1993  Ian Lance Taylor  ([email protected])
655
656	* bfd.h: Updated for BFD_RELOC_MIPS_GPREL and bfd_[gs]et_gp_size
657	prototypes.
658
659Wed Mar 31 16:35:12 1993  Stu Grossman  ([email protected])
660
661	* dis-asm.h: (disassemble_info):  Fix typo in prototype of
662	dis_asm_memory_error().
663
664Tue Mar 30 19:09:23 1993  Jim Kingdon  ([email protected])
665
666	* dis-asm.h (disassembler_info): Add read_memory_func,
667	memory_error_func, buffer, and length.
668	({GDB_,}INIT_DISASSEMBLE_INFO): Set them.
669	print_insn_*: Remove second argument.
670
671Tue Mar 30 14:48:55 1993  Steve Chamberlain  ([email protected])
672
673	* bfd.h: Update for lma field of section.
674
675Tue Mar 30 12:22:55 1993  Jim Kingdon  ([email protected])
676
677	* ansidecl.h: Use ANSI versions on AIX regardless of __STDC__.
678
679Fri Mar 19 14:49:49 1993  Steve Chamberlain  ([email protected])
680
681	* dis-asm.h: Add h8500.
682
683Thu Mar 18 13:49:09 1993  Per Bothner  ([email protected])
684
685	* ieee-float.h:  Moved from ../gdb.
686	* dis-asm.h:  New file.  Interface to dis-assembler.
687
688Thu Mar 11 10:52:57 1993  Fred Fish  ([email protected])
689
690	* demangle.h (DMGL_NO_OPTS):  Add define (set to 0) to use
691	in place of bare 0, for readability reasons.
692
693Tue Mar  2 17:50:11 1993  Fred Fish  ([email protected])
694
695	* demangle.h:  Replace all references to cfront with ARM.
696
697Tue Feb 23 12:21:14 1993  Ian Lance Taylor  ([email protected])
698
699	* bfd.h: Update for new elements in JUMP_TABLE.
700
701Tue Feb 16 00:51:30 1993  John Gilmore  ([email protected])
702
703	* bfd.h:  Update for BFD_VERSION 2.1.
704
705Tue Jan 26 11:49:20 1993  Ian Lance Taylor  ([email protected])
706
707	* bfd.h: Update for SEC_IS_COMMON flag.
708
709Tue Jan 19 12:25:12 1993  Ian Lance Taylor  ([email protected])
710
711	* bfd.h: Update for bfd_asymbol_value bug fix.
712
713Fri Jan  8 16:37:18 1993  Ian Lance Taylor  ([email protected])
714
715	* bfd.h: Update to include ECOFF tdata and target_flavour.
716
717Sun Dec 27 17:52:30 1992  Fred Fish  ([email protected])
718
719	* bfd.h:  Add declaration for bfd_get_size().
720
721Tue Dec 22 22:42:46 1992  Fred Fish  ([email protected])
722
723	* demangle.h:  Protect file from multiple inclusions with
724	#if !defined(DEMANGLE_H)...#define DEMANGLE_H...#endif.
725
726Mon Dec 21 21:25:50 1992  Stu Grossman  (grossman at cygnus.com)
727
728	* bfd.h:  Update to get hppa_core_struct from bfd.c.
729
730Thu Dec 17 00:42:35 1992  John Gilmore  ([email protected])
731
732	* bfd.h:  Update to get tekhex tdata name change from bfd.
733
734Mon Nov  9 23:55:42 1992  John Gilmore  ([email protected])
735
736	* ansidecl.h:  Update comments to discourage use of EXFUN.
737
738Thu Nov  5 16:35:44 1992  Ian Lance Taylor  ([email protected])
739
740	* bfd.h: Update to bring in SEC_SHARED_LIBRARY.
741
742Thu Nov  5 03:21:32 1992  John Gilmore  ([email protected])
743
744	* bfd.h:  Update to match EXFUN, bfd_seclet_struct, and SDEF
745	cleanups in bfd.
746
747Wed Nov  4 07:28:05 1992  Ken Raeburn  ([email protected])
748
749	* bout.h (N_CALLNAME, N_BALNAME): Define as char-type values, so
750	widening works consistently.
751
752Fri Oct 16 03:17:08 1992  John Gilmore  ([email protected])
753
754	* getopt.h:  Update to Revised Standard FSF Version.
755
756Thu Oct 15 21:43:22 1992  K. Richard Pixley  ([email protected])
757
758	* getopt.h (struct option): use the provided enum for has_arg.
759
760	* demangle.h (AUTO_DEMANGLING, GNU_DEMANGLING,
761	  LUCID_DEMANGLING): ultrix compilers require enums to be
762	  enums and ints to be ints and casts where they meet.  cast some
763	  enums into ints.
764
765Thu Oct 15 04:35:51 1992  John Gilmore  ([email protected])
766
767	* bfd.h:  Update after comment changes.
768
769Thu Oct  8 09:03:02 1992  Steve Chamberlain  ([email protected])
770
771	* bfd.h (bfd_get_symbol_leading_char): new macro for getting in xvec
772
773Thu Sep  3 09:10:50 1992  Stu Grossman  (grossman at cygnus.com)
774
775	* bfd.h (struct reloc_howto_struct):  size needs to be signed if
776	it's going to hold negative values.
777
778Sun Aug 30 17:50:27 1992  Per Bothner  ([email protected])
779
780	* demangle.h:  New file, moved from ../gdb.  Made independent
781	of gdb.  Allow demangling style option to be passed as a
782	parameter to cplus_demangle(), but using the
783	current_demangling_style global as the default.
784
785Sat Aug 29 10:07:55 1992  Fred Fish  ([email protected])
786
787	* obstack.h:  Merge comment change from current FSF version.
788
789Thu Aug 27 12:59:29 1992  Brendan Kehoe  ([email protected])
790
791	* bfd.h: add we32k
792
793Tue Aug 25 15:07:47 1992  Steve Chamberlain  ([email protected])
794
795	* bfd.h: new after Z8000 stuff
796
797Mon Aug 17 09:01:23 1992  Ken Raeburn  ([email protected])
798
799	* bfd.h: Regenerated after page/segment size changes.
800
801Sat Aug  1 13:46:31 1992  Fred Fish  ([email protected])
802
803	* obstack.h: Merge changes from current FSF version.
804
805Mon Jul 20 21:06:23 1992  Fred Fish  ([email protected])
806
807	* obstack.h (area_id, flags):  Remove, replace with extra_arg,
808	use_extra_arg, and maybe_empty_object.
809	* obstack.h (OBSTACK_MAYBE_EMPTY_OBJECT, OBSTACK_MMALLOC_LIKE):
810	Remove, replaced by maybe_empty_object and use_extra_arg bitfields.
811	* obstack.h (obstack_full_begin, _obstack_begin):  Remove area_id
812	and flags arguments.
813	* obstack.h (obstack_alloc_arg):  New macro to set extra_arg.
814
815Thu Jul 16 08:12:44 1992  Steve Chamberlain  ([email protected])
816
817	* bfd.h: new after adding BFD_IS_RELAXABLE
818
819Sat Jul  4 03:22:23 1992  John Gilmore  (gnu at cygnus.com)
820
821	* bfd.h:  Regen after adding BSF_FILE.
822
823Mon Jun 29 14:18:36 1992  Fred Fish  (fnf at sunfish)
824
825	* obstack.h:  Convert bcopy() use to memcpy(), which is more
826	portable, more standard, and can take advantage of gcc's builtin
827	functions for increased performance.
828
829Thu Jun 25 04:46:08 1992  John Gilmore  (gnu at cygnus.com)
830
831	* ansidecl.h (PARAMS):  Incorporate this macro from gdb's defs.h.
832	It's a cleaner way to forward-declare function prototypes.
833
834Fri Jun 19 15:46:32 1992  Stu Grossman  (grossman at cygnus.com)
835
836	* bfd.h:  HPPA merge.
837
838Tue Jun 16 21:30:56 1992  K. Richard Pixley  ([email protected])
839
840	* getopt.h: gratuitous white space changes merged from other prep
841	  releases.
842
843Thu Jun 11 01:10:55 1992  John Gilmore  (gnu at cygnus.com)
844
845	* bfd.h:  Regen'd from bfd.c after removing elf_core_tdata_struct.
846
847Mon May 18 17:29:03 1992  K. Richard Pixley  ([email protected])
848
849	* getopt.h: merged changes from make-3.62.11.
850
851	* getopt.h: merged changes from grep-1.6 (alpha).
852
853Fri May  8 14:53:32 1992  K. Richard Pixley  ([email protected])
854
855	* getopt.h: merged changes from bison-1.18.
856
857Sat Mar 14 17:25:20 1992  Fred Fish  ([email protected])
858
859	* obstack.h:  Add "area_id" and "flags" members to obstack
860	structure.  Add obstack_chunkfun() and obstack_freefun() to
861	set functions explicitly.  Convert maybe_empty_object to
862	a bit in "flags".
863
864Thu Feb 27 22:01:02 1992  Per Bothner  ([email protected])
865
866	* wait.h (WIFSTOPPED):  Add IBM rs6000-specific version.
867
868Fri Feb 21 20:49:20 1992  John Gilmore  (gnu at cygnus.com)
869
870	* obstack.h:  Add obstack_full_begin.
871	* bfd.h, obstack.h:  Protolint.
872
873Thu Jan 30 01:18:42 1992  John Gilmore  (gnu at cygnus.com)
874
875	* bfd.h:  Remove comma from enum declaration.
876
877Mon Jan 27 22:01:13 1992  Steve Chamberlain  (sac at cygnus.com)
878
879	* bfd.h : new target entr, bfd_relax_section
880
881Wed Dec 18 17:19:44 1991  Stu Grossman  (grossman at cygnus.com)
882
883	* bfd.h, ieee.h, opcode/m68k.h, opcode/sparc.h:  ANSIfy enums.
884
885Thu Dec 12 20:59:56 1991  John Gilmore  (gnu at cygnus.com)
886
887	* fopen-same.h, fopen-bin.h:  New files for configuring
888	whether fopen distinguishes binary files or not.  For use
889	by host-dependent config files.
890
891Sat Nov 30 20:46:43 1991  Steve Chamberlain  (sac at rtl.cygnus.com)
892
893	* bfd.h: change the documentation format.
894
895	* created coff, elf and opcode and aout directories. Moved:
896
897	aout64.h	==> aout/aout64.h
898	ar.h		==> aout/ar.h
899	a.out.encap.h	==> aout/encap.h
900	a.out.host.h	==> aout/host.h
901	a.out.hp.h	==> aout/hp.h
902	a.out.sun4.h	==> aout/sun4.h
903	ranlib.h	==> aout/ranlib.h
904	reloc.h		==> aout/reloc.h
905	stab.def	==> aout/stab.def
906	stab.gnu.h	==> aout/stab_gnu.h
907
908	coff-a29k.h	==> coff/a29k.h
909	coff-h8300.h	==> coff/h8300.h
910	coff-i386.h	==> coff/i386.h
911	coff-i960.h	==> coff/i960.h
912	internalcoff.h	==> coff/internal.h
913	coff-m68k.h	==> coff/m68k.h
914	coff-m88k.h	==> coff/m88k.h
915	coff-mips.h	==> coff/mips.h
916	coff-rs6000.h	==> coff/rs6000.h
917
918	elf-common.h	==> elf/common.h
919	dwarf.h		==> elf/dwarf.h
920	elf-external.h	==> elf/external.h
921	elf-internal.h  ==> elf/internal.h
922
923	a29k-opcode.h	==> opcode/a29k.h
924	arm-opcode.h	==> opcode/arm.h
925	h8300-opcode.h	==> opcode/h8300.h
926	i386-opcode.h	==> opcode/i386.h
927	i860-opcode.h	==> opcode/i860.h
928	i960-opcode.h	==> opcode/i960.h
929	m68k-opcode.h	==> opcode/m68k.h
930	m88k-opcode.h	==> opcode/m88k.h
931	mips-opcode.h	==> opcode/mips.h
932	np1-opcode.h	==> opcode/np1.h
933	ns32k-opcode.h	==> opcode/ns32k.h
934	pn-opcode.h	==> opcode/pn.h
935	pyr-opcode.h	==> opcode/pyr.h
936	sparc-opcode.h	==> opcode/sparc.h
937	tahoe-opcode.h	==> opcode/tahoe.h
938	vax-opcode.h	==> opcode/vax.h
939
940
941
942Wed Nov 27 10:38:31 1991  Steve Chamberlain  (sac at rtl.cygnus.com)
943
944	* internalcoff.h: (internal_scnhdr) took out #def dependency, now
945	s_nreloc and s_nlnno are always long. 	(internal_reloc): allways
946	has an offset field now.
947
948Fri Nov 22 08:12:58 1991  John Gilmore  (gnu at cygnus.com)
949
950	* coff-rs6000.h:  Lint; use unsigned chars for external fields.
951	* internalcoff.h:  Lint; cast storage classes to signed char.
952
953Thu Nov 21 21:01:05 1991  Per Bothner  (bothner at cygnus.com)
954
955	* stab.def: Remove the GNU extended type codes (e.g. N_SETT).
956	* aout64.h:  The heuristic for distinguishing between
957	sunos-style and bsd-style ZMAGIC files (wrt. where the
958	text segment starts) is moved into (the default definition of)
959	the macro N_HEADER_IN_TEXT.  This definition is only used
960	if no other definition is used - e.g. bfd/newsos3.c defines
961	N_HEADER_IN_TEXT(x) to be always 0 (as before).
962
963Thu Nov 21 11:53:03 1991  John Gilmore  (gnu at cygnus.com)
964
965	* aout64.h (N_TXTADDR, N_TXTOFF, N_TXTSIZE):  New definitions
966	that should handle all uses.  LOGICAL_ versions deleted.
967	Eliminate N_HEADER_IN_TEXT, using a_entry to determine which
968	kind of zmagic a.out file we are looking at.
969	* coff-rs6000.h:  Typo.
970
971Tue Nov 19 18:43:37 1991  Per Bothner  (bothner at cygnus.com)
972
973	(Note:  This is a revised entry, as was aout64.h.)
974	* aout64.h:  Some cleanups of N_TXTADDR and N_TXTOFF:
975	Will now work for both old- and new-style ZMAGIC files,
976	depending on N_HEADER_IN_TEXT macro.
977	Add LOGICAL_TXTADDR, LOICAL_TXTOFF and LOGICAL_TXTSIZE
978	that don't count the exec header as part
979	of the text segment, to be consistent with bfd.
980	* a.out.sun4.h:  Simplified/fixed for previous change.
981
982Mon Nov 18 00:02:06 1991  Fred Fish  (fnf at cygnus.com)
983
984	* dwarf.h:  Update to DWARF draft 5 version from gcc2.
985
986Thu Nov 14 19:44:59 1991  Per Bothner  (bothner at cygnus.com)
987
988	* stab.def:  Added defs for extended GNU symbol types,
989	such as N_SETT.  These are normally ifdef'd out (because
990	of conflicts with a.out.gnu.h), but are used by bfb_stab_name().
991
992Thu Nov 14 19:17:03 1991  Fred Fish  (fnf at cygnus.com)
993
994	* elf-common.h:  Add defines to support ELF symbol table code.
995
996Mon Nov 11 19:01:06 1991  Fred Fish  (fnf at cygnus.com)
997
998	* elf-internal.h, elf-external.h, elf-common.h:  Add support for
999	note sections, which are used in ELF core files to hold copies
1000	of various /proc structures.
1001
1002Thu Nov  7 08:58:26 1991  Steve Chamberlain  (sac at cygnus.com)
1003
1004	* internalcoff.h: took out the M88 dependency in the lineno
1005	struct.
1006	* coff-m88k.h: defines GET_LINENO_LNNO and PUT_LINENO_LNNO to use
1007	32bit linno entries.
1008	* a29k-opcode.h: fixed encoding of mtacc
1009
1010Sun Nov  3 11:54:22 1991  Per Bothner  (bothner at cygnus.com)
1011
1012	* bfd.h: Updated from ../bfd/bfd-in.h (q.v).
1013
1014Fri Nov  1 11:13:53 1991  John Gilmore  (gnu at cygnus.com)
1015
1016	* internalcoff.h:  Add x_csect defines.
1017
1018Fri Oct 25 03:18:20 1991  John Gilmore  (gnu at cygnus.com)
1019
1020	* Rename COFF-related files in `coff-ARCH.h' form.
1021	coff-a29k.h, coff-i386.h, coff-i960.h, coff-m68k.h, coff-m88k.h,
1022	coff-mips.h, coff-rs6000.h to be exact.
1023
1024Thu Oct 24 22:11:11 1991  John Gilmore  (gnu at cygnus.com)
1025
1026	RS/6000 support, by Metin G. Ozisik, Mimi Ph��ng-Th�o V�, and
1027	John Gilmore.
1028
1029	* a.out.gnu.h:  Update slightly.
1030	* bfd.h:  Add new error code, fix doc, add bfd_arch_rs6000.
1031	* internalcoff.h:  Add more F_ codes for filehdr.  Add
1032	rs/6000-dependent fields to aouthdr.  Add storage classes
1033	to syments.  Add 6000-specific auxent.  Add r_size in reloc.
1034	* rs6000coff.c:  New file.
1035
1036Thu Oct 24 04:13:20 1991  Fred Fish  (fnf at cygnus.com)
1037
1038	* dwarf.h: New file for dwarf support.  Copied from gcc2
1039	distribution.
1040
1041Wed Oct 16 13:31:45 1991  John Gilmore  (gnu at cygnus.com)
1042
1043	* aout64.h:  Remove PAGE_SIZE defines; they are target-dependent.
1044	Add N_FN_SEQ for N_FN symbol type used on Sequent machines.
1045	* stab.def:  Include N_FN_SEQ in table.
1046	* bout.h:  External formats of structures use unsigned chars.
1047
1048Fri Oct 11 12:40:43 1991  Steve Chamberlain  (steve at cygnus.com)
1049
1050	* bfd.h:upgrade from bfd.c
1051	* internalcoff.h: add n_name, n_zeroes and n_offset macros
1052	* amdcoff.h: Define OMAGIC and AOUTHDRSZ.
1053
1054Fri Oct 11 10:58:06 1991  Per Bothner  (bothner at cygnus.com)
1055
1056	* a.out.host.h: Change SEGMENT_SIZE to 0x1000 for Sony.
1057	* bfd.h (align_power): Add (actually move) comment.
1058
1059Tue Oct  8 15:29:32 1991  Per Bothner  (bothner at cygnus.com)
1060
1061	* sys/h-rtbsd.h: Define MISSING_VFPRINT (for binutils/bucomm.c).
1062
1063Sun Oct  6 19:24:39 1991  John Gilmore  (gnu at cygnus.com)
1064
1065	* aout64.h:  Move struct internal_exec to ../bfd/libaout.h so
1066	it can be shared by all `a.out-family' code.  Rename
1067	EXTERNAL_LIST_SIZE to EXTERNAL_NLIST_SIZE.  Use basic types
1068	for nlist members, and make strx integral rather than pointer.
1069	More commentary on n_type values.
1070	* bout.h:  Provide a struct external_exec rather than an
1071	internal_exec.
1072	* m68kcoff.h:  Remove `tagentries' which snuck in from the i960
1073	COFF port.
1074
1075Fri Oct  4 01:25:59 1991  John Gilmore  (gnu at cygnus.com)
1076
1077	* h8300-opcode.h:  Remove `_enum' from the typedef for an enum.
1078	* bfd.h:  Update to match bfd changes.
1079
1080	* sys/h-i386mach.h, sysdep.h:  Add 386 Mach host support.
1081
1082Tue Oct  1 04:58:42 1991  John Gilmore  (gnu at cygnus.com)
1083
1084	* bfd.h, elf-common.h, elf-external.h, elf-internal.h:
1085	Add preliminary ELF support, sufficient for GDB, from Fred Fish.
1086	* sysdep.h, sys/h-amix.h:  Support Amiga SVR4.
1087
1088	* sys/h-vaxult.h:  Make it work.  (David Taylor <[email protected]>)
1089	* a.out.vax.h:  Remove unused and confusing file.
1090
1091Mon Sep 30 12:52:35 1991  Per Bothner  (bothner at cygnus.com)
1092
1093	* sysdep.h: Define NEWSOS3_SYS, and use it.
1094
1095Fri Sep 20 13:38:21 1991  John Gilmore  (gnu at cygnus.com)
1096
1097	* a.out.gnu.h (N_FN):  Its value *really is* 0x1F.
1098	Fix it, and add comments warning about or-ing N_EXT with it
1099	and/or N_WARNING.
1100	* aout64.h (N_FN):  Fix value, add comments about N_EXT.
1101	* stab.def (table at end):  Update to show all the type
1102	values <0x20, including low order bits.  Move N_FN to
1103	its rightful place.
1104
1105Tue Sep 17 17:41:37 1991  Stu Grossman  (grossman at cygnus.com)
1106
1107	* sys/h-irix3.h:  sgi/irix support.
1108
1109Tue Sep 17 07:52:59 1991  John Gilmore  (gnu at cygint.cygnus.com)
1110
1111	* stab.def (N_DEFD):  Add GNU Modula-2 debug stab, from Andrew
1112	Beers.
1113
1114Thu Sep 12 14:12:59 1991  John Gilmore  (gnu at cygint.cygnus.com)
1115
1116	* internalcoff.h (SYMNMLEN, FILNMLEN, DIMNUM):  Define these
1117	for internalcoff, separately from the various external coff's.
1118	* amdcoff.h, bcs88kcoff.h, i386coff.h, intel-coff.h, m68kcoff.h,
1119	m88k-bcs.h: Prefix SYMNMLEN, FILNMLEN, and DIMNUM with E_'s for
1120	the external struct definitions.
1121	* ecoff.h: Remove these #define's, kludge no longer needed.
1122
1123	* sys/h-ultra3.h:  Add new Ultracomputer host.
1124	* sysdep.h:  Add ULTRA3_SYM1_SYS and use it.
1125
1126Tue Sep 10 10:11:46 1991  John Gilmore  (gnu at cygint.cygnus.com)
1127
1128	* i386coff.h (LINESZ):  Always 6, not based on sizeof().
1129	(Fix from Peter Schauer <[email protected]>.)
1130
1131Wed Sep  4 08:58:37 1991  John Gilmore  (gnu at cygint.cygnus.com)
1132
1133	* a.out.gnu.h, aout64.h:  Add N_WARNING.  Change N_FN to 0x0E,
1134	to match SunOS and BSD.  Add N_COMM as 0x12 for SunOS shared lib
1135	support.
1136	* stab.def:  Add N_COMM to table, fix overlap comment.
1137
1138Tue Sep  3 06:29:20 1991  John Gilmore  (gnu at cygint.cygnus.com)
1139
1140	Merge with latest FSF versions of these files.
1141
1142	* stab.gnu.h:  Add LAST_UNUSED_STAB_CODE.
1143	* stab.def:  Update to GPL2.  Move N_WARNING out, since not a
1144	debug symbol.  Change comments, and reorder table to numeric
1145	order.  Update final table comment.
1146	(N_DSLINE, N_BSLINE):  Renumber from 0x66 and 0x68, to 0x46 and 0x48.
1147
1148	* obstack.h:  GPL2.  Merge.
1149
1150Fri Aug 23 01:54:23 1991  John Gilmore  (gnu at cygint.cygnus.com)
1151
1152	* a.out.gnu.h, a.out.sun4.h:  Make SEGMENT_SIZE able to depend
1153	on the particular a.out being examined.
1154	* a.out.sun4.h:  Define segment sizes for Sun-3's and Sun-4's.
1155	* FIXME:  a.out.gnu.h is almost obsolete.
1156	* FIXME:  a.out.sun4.h should be renamed a.out.sun.h now.
1157
1158Wed Aug 21 20:32:13 1991  John Gilmore  (gnu at cygint.cygnus.com)
1159
1160	* Start a ChangeLog for the includes directory.
1161
1162	* a.out.gnu.h (N_FN):  Fix value -- was 15, should be 0x1E.
1163	* stab.def:  Update allocation table in comments at end,
1164	to reflect reality as I know it.
1165
1166
1167Local Variables:
1168mode: change-log
1169left-margin: 8
1170fill-column: 74
1171version-control: never
1172End:
1173