2000-04-05 Scott Bambrough <scottb@netwinder.org>
[deliverable/binutils-gdb.git] / include / ChangeLog
CommitLineData
2664c1f9
RH
12000-04-05 Richard Henderson <rth@cygnus.com>
2
3 * splay-tree.h (splay_tree_remove): Declare.
4
8ad3436c
AM
52000-04-04 Alan Modra <alan@linuxcare.com.au>
6
7 * bin-bugs.h (REPORT_BUGS_TO): Remove translated part.
8
c20f4f8c
AM
92000-04-03 Alan Modra <alan@linuxcare.com.au>
10
11 * bin-bugs.h: New file.
12
adde6300
AM
132000-03-27 Denis Chertykov <denisc@overta.ru>
14
15 * dis-asm.h (print_insn_avr): Declare.
16
b4fe2683
JM
172000-03-14 Bernd Schmidt <bernds@cygnus.co.uk>
18
19 * hashtab.h (htab_trav): Modify type so that first arg is of type
20 void **.
21 (htab_find_with_hash, htab_find_slot_with_hash): Declare new
22 functions.
23
242000-03-09 Alex Samuel <samuel@codesourcery.com>
25
26 * partition.h: New file.
27
282000-03-09 Zack Weinberg <zack@wolery.cumb.org>
29
30 * hashtab.h (struct htab): Add del_f.
31 (htab_del): New type.
32 (htab_create): Add fourth argument.
33
342000-03-08 Zack Weinberg <zack@wolery.cumb.org>
35
36 * hashtab.h (hash_table_t): Rename to htab_t.
37 (struct hash_table): Rename to struct htab. Shorten element
38 names. Reorder elements by size.
39 (htab_hash, htab_eq, htab_trav): New typedefs for the callback
40 function pointers.
41 (hash_table_entry_t): Discard; just use void * for element
42 type.
43
c086cbc6
L
442000-03-01 H.J. Lu <hjl@gnu.org>
45
46 * bfdlink.h (bfd_link_callbacks): Add a boolean arg to
47 the undefined_symbol callback.
48
5b93d8bb
AM
492000-02-23 Linas Vepstas <linas@linas.org>
50
51 * dis-asm.h (print_insn_i370): Declare.
52
20609ff7
CC
532000-02-22 Chandra Chavva <cchavva@cygnus.com>
54
5b93d8bb
AM
55 * opcode/d30v.h (FLAG_NOT_WITH_ADDSUBppp): Redefined as operation
56 cannot be combined in parallel with ADD/SUBppp.
20609ff7 57
baa7ae6f
AC
58Tue Feb 22 15:19:54 2000 Andrew Cagney <cagney@b1.cygnus.com>
59
60 * remote-sim.h (sim_trace): Document return values.
61 (sim_set_trace): Declare. Deprecate.
62
f6af82bd
AM
632000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
64
65 * dis-asm.h (struct disassemble_info): Change `length' param of
66 read_memory_func to unsigned. Change type of `buffer_length' and
67 `octets_per_byte' to unsigned.
68 (buffer_read_memory): Change `length' param to unsigned.
69
a4f41997
NC
702000-02-16 Nick Clifton <nickc@cygnus.com>
71
72 * dis-asm.h: Add prototypes for ARM register name functions.
73
4bd6cdc5
AC
74Wed Feb 9 18:45:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
75
76 * wait.h: Delete. No longer used by GDB.
77
c1a8de50
AC
78Tue Feb 8 17:01:13 2000 Andrew Cagney <cagney@b1.cygnus.com>
79
80 * remote-sim.h (sim_resume): Clarify use of SIGGNAL.
81 (sim_stop_reason): Clarify meaning of sim_signalled.
82
940b2b78
TW
832000-02-03 Timothy Wall <twall@redhat.com>
84
85 * dis-asm.h (struct disassemble_info): Added octets_per_byte
86 field and initialize it to one (1).
87
94470b23
NC
882000-01-27 Nick Clifton <nickc@redhat.com>
89
90 * dis-asm.h: Add prototype for disassembler_usage().
58efb6c0 91 Add prototype for arm_disassembler_options().
4597ba0f 92 Remove prototype for arm_toggle_regnames().
0d42b144 93 Add prototype for parse_arm_disassembler_option().
94470b23 94
4597ba0f
ILT
95Sat Jan 1 19:06:52 2000 Hans-Peter Nilsson <hp@bitrange.com>
96
97 * symcat.h (STRINGX) [!__STDC__ || ALMOST_STDC]: Change "?" to "s"
98 to stringify argument s.
99
08ccce32
JL
100Wed Dec 15 11:22:56 1999 Jeffrey A Law (law@cygnus.com)
101
102 * hp-symtab.h (HP_LANGUAGE_FORTRAN): New enumeration constant.
103 (HP_LANGUAGE_F77): Define using HP_LANGUAGE_FORTRAN.
104
7d7a6736
ILT
1051999-12-15 Doug Evans <dje@transmeta.com>
106
107 * dis-asm.h: Enclose in extern "C" ifdef __cplusplus.
108
4597ba0f
ILT
1091999-12-05 Mark Mitchell <mark@codesourcery.com>
110
111 * splay-tree.h (struct splay_tree_node): Rename to ...
112 (struct splay_tree_node_s): ... this.
113 (struct splay_tree): Rename to ...
114 (struct splay_tree_s): ... this.
115
1161999-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
117
118 * ansidecl.h (ATTRIBUTE_MALLOC): New macro.
119
120 * libiberty.h (buildargv, dupargv, concat, choose_temp_base,
121 make_temp_file, xmalloc, xcalloc, xstrdup, xmemdup): Add
122 ATTRIBUTE_MALLOC.
123 (xatexit): Remove __GNUC__ check, add ATTRIBUTE_NORETURN.
124
1251999-11-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
126
127 * libiberty.h: Include stdarg.h when ANSI_PROTOTYPES is defined.
128 (asprintf, vasprintf): Provide declarations.
129
130Wed Nov 10 12:43:21 1999 Philippe De Muyter <phdm@macqel.be>
b4fe2683 131 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4597ba0f
ILT
132
133 * ansidecl.h: Define and test `GCC_VERSION', not `HAVE_GCC_VERSION'.
134
08ccce32
JL
1351999-11-04 Jimmy Guo <guo@cup.hp.com>
136
137 * hp-symtab.h (dntt_type_fparam): Add doc_ranges, misc_kind
138 fields, change location type to CORE_ADDR from int.
139 (dntt_type_const): Name the 5th field location_type.
140
26f59a9e
MM
141Sun Oct 24 19:11:32 1999 Andrew Cagney <cagney@b1.cygnus.com>
142
143 * sim-d10v.h (SIM_D10V_TS2_DMAP_REGNUM): Define.
144
4597ba0f
ILT
1451999-10-23 08:51 -0700 Zack Weinberg <zack@bitmover.com>
146
147 * hashtab.h: Give hash_table_t a struct tag. Add prototypes
148 for clear_hash_table_slot and traverse_hash_table. Correct
149 prototype of all_hash_table_collisions.
150
26f59a9e
MM
151Sat Oct 23 19:00:13 1999 Andrew Cagney <cagney@b1.cygnus.com>
152
153 * sim-d10v.h: New file.
154
4597ba0f
ILT
155Fri Oct 15 01:47:51 1999 Vladimir Makarov <vmakarov@loony.cygnus.com>
156
157 * hashtab.h: New file.
158
1591999-10-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
160
161 * ansidecl.h (HAVE_GCC_VERSION): New macro. Use it instead of
162 explicitly testing __GNUC__ and __GNUC_MINOR__.
b4fe2683 163
4597ba0f
ILT
164 (ATTRIBUTE_PRINTF): Use `__format__', not `format'.
165
1661999-09-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
167
168 * libiberty.h (make_temp_file): Add a prototype.
169
170Tue Sep 14 00:35:02 1999 Marc Espie <espie@cvs.openbsd.org>
171
172 * libiberty.h (basename): OpenBSD has a correct prototype.
173 (xrealloc): Remove outdated comment.
174
1751999-09-07 Jeff Garzik <jgarzik@pobox.com>
176
177 * libiberty.h (xmemdup): Add prototype for new function.
178
5bb59d65
ILT
1791999-09-04 Steve Chamberlain <sac@pobox.com>
180
181 * dis-asm.h (print_insn_pj): Declare.
182
4597ba0f
ILT
1831999-09-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
184
185 * obstack.h (obstack_grow, obstack_grow0): Move (char*) casts
186 in calls to `_obstack_memcpy' from here ...
187
188 (_obstack_memcpy): ... to here, except in the __STDC__ case which
189 doesn't need it.
190
1911999-08-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
192
193 * libiberty.h (getpwd): Prototype.
194
1951999-08-01 Mark Mitchell <mark@codesourcery.com>
196
197 * splay-tree.h (splay_tree_insert): Return the new node.
198
893e9593
ILT
1991999-07-11 Ian Lance Taylor <ian@zembu.com>
200
201 * ansidecl.h: Copy attribute support macros from egcs.
202
94883c63
MM
2031999-06-22 Mark Mitchell <mark@codesourcery.com>
204
205 * bfdlink.h (struct bfd_link_hash_entry): Add init_function and
206 fini_function.
207
030d863d
MM
2081999-06-20 Mark Mitchell <mark@codesourcery.com>
209
210 * mips.h (Elf32_Internal_Msym): New structure.
211 (Elf32_External_Msym): Likewise.
212 (ELF32_MS_REL_INDEX): New macro.
213 (ELF32_MS_FLAGS): Likewise.
214 (ELF32_MS_INFO): Likewise.
215
dd92f639
NC
2161999-06-14 Nick Clifton <nickc@cygnus.com>
217
218 * dis-asm.h (arm_toggle_regnames): New prototype.
219 (struct diassemble_info): New field: disassembler_options.
220
252b5132
RH
2211999-04-11 Richard Henderson <rth@cygnus.com>
222
223 * bfdlink.h (bfd_elf_version_expr): Rename `match' to `pattern'.
224 Add `match' callback function.
225
2261999-04-10 Richard Henderson <rth@cygnus.com>
227
228 * bfdlink.h (bfd_link_info): Add no_undefined.
229
2301999-04-08 Nick Clifton <nickc@cygnus.com>
231
232 * dis-asm.h: Add prototype for print_insn_mcore.
233
2341999-04-02 Mark Mitchell <mark@codesourcery.com>
235
236 * splay-tree.h (splay_tree_compare_pointers): Declare.
237
2381999-03-30 Mark Mitchell <mark@codesourcery.com>
239
240 * splay-tree.h (splay_tree_compare_ints): Declare.
241
242Wed Mar 24 12:46:29 1999 Andrew Cagney <cagney@amy.cygnus.com>
243
244 * libiberty.h (basename): Cygwin{,32} should have the prototype.
245
2461999-02-22 Jim Lemke <jlemke@cygnus.com>
247
248 * bfdlink.h (bfd_link_info): add field "mpc860c0".
249
250Mon Feb 1 21:05:46 1999 Catherine Moore <clm@cygnus.com>
251
252 * dis-asm.h (print_insn_i386_att): Declare.
253 (print_insn_i386_intel): Declare.
254
255998-12-30 Michael Meissner <meissner@cygnus.com>
256
257 * dis-asm.h (INIT_DISASSEMBLE_INFO_NO_ARCH): Cast STREAM and
258 FPRINTF_FUNC to avoid compiler warnings.
259
260Wed Dec 30 16:07:14 1998 David Taylor <taylor@texas.cygnus.com>
261
262 * dis-asm.h: change void * to PTR (two places).
263
264Mon Dec 14 09:53:31 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
265
266 * demangle.h: Don't check IN_GCC anymore.
267 * splay-tree.h: Likewise.
268
fd6848f6 269Tue Dec 8 00:30:31 1998 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
252b5132
RH
270
271 The following changes were made by Elena Zannoni
272 <ezannoni@kwikemart.cygnus.com> and Edith Epstein
273 <eepstein@sophia.cygnus.com> as part of a project to merge in
274 changes made by HP; HP did not create ChangeLog entries.
275
276 * dis-asm.h (struct disassemble_info): change the type of stream
277 from FILE* to void*, for use with gdb's new type GDB_FILE.
278 (fprintf_ftype): change FILE* parameter type to void*.
279
b4fe2683
JM
280 * demangle.h: (DMGL_EDG): new macro for Kuck and Associates
281 (DMGL_STYLE_MASK): modify to include Kuck and Assoc style
282 (demangling_styles): add new edg_demangling style
283 (EDG_DEMANGLING_STYLE_STRING): new macro
284 (EDG_DEMANGLING): new macro
252b5132 285
b4fe2683
JM
286 * demangle.h (DMGL_HP): new macro, for HP/aCC compiler.
287 (DMGL_STYLE_MASK): modify to include new HP's style.
288 (demangling_styles): add new hp_demangling value.
289 (HP_DEMANGLING_STYLE_STRING): new macro.
290 (ARM_DEMANGLING): coerce to int.
291 (HP_DEMANGLING): new macro.
252b5132
RH
292
293 * hp-symtab.h: rewritten, from HP.
294 (quick_procedure): change type of language field to unsigned int
295 (quick_module): change type of language field to unsigned int
296 (struct dntt_type_svar): add field thread_specific.
297 (hp_language): add languages modcal and dmpascal.
298
299Mon Nov 30 15:25:58 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
300
301 * elf/sh.h (elf_sh_reloc_type): Add R_SH_FIRST_INVALID_RELOC,
302 R_SH_LAST_INVALID_RELOC, R_SH_SWITCH8 and R_SH_max.
303
304Fri Nov 20 13:14:00 1998 Andrew Cagney <cagney@b1.cygnus.com>
305
306 * libiberty.h (basename): Add prototype for FreeBSD.
307
308Fri Nov 13 19:19:11 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
309
310 * libiberty.h: Prototype xcalloc.
311
312Sun Nov 8 17:42:25 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
313
314 * ansidecl.h: Wrap problematic macros with !IN_GCC.
315
316 * demangle.h: Never define PARAMS().
317 * splay-tree.h: Likewise.
318
319Sat Nov 7 18:30:20 1998 Peter Schauer <peter.schauer@regent.e-technik.tu-muenchen.de>
320
321 * dis-asm.h (print_insn_vax): Declare.
322
323Sat Nov 7 16:04:03 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
324
325 * demangle.h: Don't include gansidecl.h.
326 * splay-tree.h: Likewise.
327
3281998-10-26 16:03 Ulrich Drepper <drepper@cygnus.com>
329
330 * bfdlink.h (struct bfd_link_info): Add new field optimize.
331
332Thu Oct 22 19:58:00 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
333
334 * splay-tree.h: Wrap function pointer parameter declarations in
335 PARAMS() macro.
336
3371998-10-21 Mark Mitchell <mark@markmitchell.com>
338
339 * splay-tree.h: New file.
340
341Fri Oct 9 00:02:03 1998 Jeffrey A Law (law@cygnus.com)
342
343 * Merge devo and egcs include directories.
344
345Sat Sep 5 12:16:33 1998 Jeffrey A Law (law@cygnus.com)
346
347 * getopt.h, obstack.h: Updated from gcc.
348
3491998-08-03 Jason Molenda (jsm@bugshack.cygnus.com)
350
351 * libiberty.h (xexit): Change decl to use modern GCC attribute
352 to indicate exit does not return.
353
354Mon Jun 1 13:48:32 1998 Jason Molenda (crash@bugshack.cygnus.com)
355
356 * obstack.h: Update to latest FSF version.
357
358Tue May 26 20:57:43 1998 Stan Cox <scox@equinox.cygnus.com>
359
360 * elf/sparc.h (EF_SPARC_LEDATA, R_SPARC_32LE): Added.
361
362Tue Feb 24 13:05:02 1998 Doug Evans <devans@canuck.cygnus.com>
363
364 * dis-asm.h (disassemble_info): Member `symbol' renamed to `symbols'
365 and made an "asymbol **". New member num_symbols.
366 (INIT_DISASSEMBLE_INFO_NO_ARCH): Update.
367
368Tue Feb 17 12:32:18 1998 Andrew Cagney <cagney@b1.cygnus.com>
369
370 * remote-sim.h (sim_fetch_register, sim_store_register): Add
371 register length parameter. Functions return actual length of
372 register.
373
374Thu Feb 12 16:29:01 1998 Ian Lance Taylor <ian@cygnus.com>
375
376 * getopt.h: Update to latest FSF version.
377
378Wed Feb 11 16:56:06 1998 Doug Evans <devans@canuck.cygnus.com>
379
380 * symcat.h: New file.
381
382Mon Feb 2 17:13:31 1998 Steve Haworth <steve@pm.cse.rmit.EDU.AU>
383
384 * dis-asm.h (print_insn_tic30): Declare.
385
386Thu Jan 22 16:23:59 1998 Fred Fish <fnf@cygnus.com>
387
388 * dis-asm.h: Add flag INSN_HAS_RELOC to tell disassembly
389 function there is a reloc on this line.
390
391Mon Dec 8 11:22:23 1997 Nick Clifton <nickc@cygnus.com>
392
393 * dis-asm.h: Remove prototype of disasm_symaddr() as this function
394 no longer exists.
395
396Tue Dec 2 10:20:53 1997 Nick Clifton <nickc@cygnus.com>
397
398 * dis-asm.h (disasm_symaddr): New prototype.
399
400Mon Dec 1 20:24:18 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
401
402 * coff/sh.h (R_SH_SWITCH8): New.
403
404Mon Dec 1 11:29:35 1997 Doug Evans <devans@canuck.cygnus.com>
405
406 * callback.h (CB_SYSCALL): Comment out arg names in prototypes.
407
408Wed Nov 26 16:47:58 1997 Michael Meissner <meissner@cygnus.com>
409
410 * callback.h (CB_SYSCALL): Consistantly use names for prototype
411 arguments.
412
413Wed Nov 26 11:39:30 1997 Doug Evans <devans@canuck.cygnus.com>
414
415 * callback.h (CB_SYSCALL): Change byte count arguments to
416 {read,write}_mem to `int'. New member `magic'.
417 (CB_SYSCALL_MAGIC,CB_SYSCALL_INIT): New macros.
418
419Tue Nov 25 01:35:52 1997 Doug Evans <devans@seba.cygnus.com>
420
421 * callback.h (struct stat): Move forward decl up.
422 (host_callback): Pass stat struct pointer to stat,fstat.
423 (CB_SYS_nnn): Reorganize.
424 (CB_SYSCALL): New members p1,p2.
425 (cb_host_to_target_stat): Delete fourth arg.
426
427Sat Nov 22 23:34:15 1997 Andrew Cagney <cagney@b1.cygnus.com>
428
429 * remote-sim.h (sim_stop_reason): Clarify sim_signalled SIGRC
430 argument.
431
432Mon Nov 17 14:00:51 1997 Doug Evans <devans@seba.cygnus.com>
433
434 * callback.h (CB_TARGET_DEFS_MAP): Renamed from target_defs_map.
435 (host_callback): Add stat, fstat, syscall_map, errno_map, open_map,
436 signal_map, stat_map.
437 (errn_map,open_map): Renamed to cb_init_foo_map.
438 (cb_host_to_target_errno,cb_target_to_host_open): Renamed from
439 host_to_target_errno,target_to_host_open.
440 (cb_read_target_syscall_maps): Add prototype.
441 (cb_target_to_host_syscall): Likewise.
442 (cb_host_to_target_stat): Likewise.
443 (cb_syscall): Likewise.
444 (CB_SYS_{exit,open,close,read,write,lseek,unlink,getpid,kill,fstat,
445 argvlen,argv,chdir,stat,chmod,utime,time}): Define.
446 (CB_SYSCALL): New type.
447 (CB_RC): New enum.
448
449Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
450
451 * libiberty.h: Add extern "C" { so it can be used with C++
452 programs.
453 * remote-sim.h: Add extern "C" { so it can be used with C++
454 programs.
455
456Tue Oct 14 16:07:51 1997 Nick Clifton <nickc@cygnus.com>
457
458 * dis-asm.h (struct disassemble_info): New field
459 'symbol_at_address_func'.
460 (INIT_DISASSEMBLE_INFO_NO_ARCH): Initialise new field with
461 generic_symbol_at_address.
462
463Mon Oct 13 10:17:15 1997 Andrew Cagney <cagney@b1.cygnus.com>
464
465 * remote-sim.h: Clarify sim_read, sim_write MEM argument.
466
467Wed Sep 24 18:03:10 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
468
469 * remote-sim.h (SIM_RC): Add a bunch of new return codes for
470 breakpoint stuff.
471 * Add functions to tell the simulator to set/clear/enable/disable
472 intrinsic breakpoints.
473
474Thu Aug 28 19:41:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
475
476 * libiberty.h (dupargv): Add prototype.
477
478Tue Aug 26 12:25:49 1997 Andrew Cagney <cagney@b1.cygnus.com>
479
480 * remote-sim.h (sim_create_inferior): Add ABFD arg. Document.
481
482Mon Aug 25 10:50:51 1997 Andrew Cagney <cagney@b1.cygnus.com>
483
484 * remote-sim.h (sim_open): Add ABFD arg. Document.
485
486Fri Aug 8 16:43:56 1997 Doug Evans <dje@canuck.cygnus.com>
487
488 * dis-asm.h (arc_get_disassembler): Declare.
489
490Wed Jul 30 11:39:50 1997 Per Bothner <bothner@deneb.cygnus.com>
491
492 * demangle.h (DMGL_JAVA): New option to request Java demangling.
493
494Tue Jul 22 17:59:54 1997 Ian Lance Taylor <ian@cygnus.com>
495
496 * libiberty.h (PEXECUTE_*): Define.
497 (pexecute, pwait): Declare.
498
499Fri Jun 6 13:02:33 1997 Andrew Cagney <cagney@b1.cygnus.com>
500
501 * remote-sim.h (sim_kill): Mark as depreciated.
502
503Fri May 23 13:43:41 1997 Fred Fish <fnf@cygnus.com>
504
505 * bfdlink.h (struct bfd_link_info): Add task_link member.
506
507Thu May 22 11:32:49 1997 Andrew Cagney <cagney@b1.cygnus.com>
508
509 * remote-sim.h: Review documentation. Clarify restrictions on
510 when functions can be called.
511
512Wed May 21 16:47:53 1997 Andrew Cagney <cagney@b1.cygnus.com>
513
514 * remote-sim.h (sim_set_profile_size): Add prototype, document as
515 depreciated.
516
517Tue May 20 09:32:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
518
519 * remote-sim.h (sim_open): Add callback struct.
520 (sim_set_callbacks): Drop SIM_DESC argument. Document.
521 (sim_size): Remove recently added SIM_DESC argument. Document.
522
523Mon May 19 19:14:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
524
525 * remote-sim.h: Pass SD into sim_size.
526
527Thu May 15 01:24:16 1997 Mark Alexander <marka@cygnus.com>
528
529 * obstack.h (obstack_specify_allocation_with_arg, obstack_chunkfun,
530 obstack_freefun): Eliminate compile warnings in gdb.
531
532Tue May 13 10:21:14 1997 Nick Clifton <nickc@cygnus.com>
533
534 * coff/arm.h (constants): Added new flag bits F_APCS_26 and
535 F_APCS_SET for the f_flags field of the filehdr structure. Added new
536 flags: F_APCS26, F_ARM_2, F_ARM_3, F_ARM_7, F_ARM_7T to store
537 information in the flags field of the internal_f structure used by BFD
538 routines.
539
540Tue Apr 22 10:24:34 1997 Fred Fish <fnf@cygnus.com>
541
542 * floatformat.h (floatformat_byteorders): Add comments for previous
543 formats and add floatformat_littlebyte_bigword, primarily for ARM.
544 Add declaration for floatformat_ieee_double_littlebyte_bigword.
545
546Fri Apr 18 13:04:49 1997 Andrew Cagney <cagney@b1.cygnus.com>
547
548 * remote-sim.h (sim_stop): New interface - asynchronous
549 notification of a request to stop / suspend the running
550 simulation.
551
552 * remote-sim.h (enum sim_stop): Add sim_running and sim_polling as
553 states for use internal to simulators.
554
555 * callback.h (struct host_callback_strut): Put a magic number at
556 the end of the struct to allow basic checking.
557 (struct host_callback_struct ): Add poll_quit - so
558 that the console etc can be polled at regular intervals.
559
560Thu Apr 17 02:17:12 1997 Doug Evans <dje@canuck.cygnus.com>
561
562 * remote-sim.h (struct _bfd): Declare.
563 (sim_load): Return SIM_RC. New arg `abfd'.
564 (sim_create_inferior): Return SIM_RC. Delete arg `start_address'.
565
566Wed Apr 2 17:09:12 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
567
568 * remote-sim.h (sim_trace, sim_size): Make these global. They
569 will go away shortly.
570
571Wed Apr 2 15:23:49 1997 Doug Evans <dje@canuck.cygnus.com>
572
573 * remote-sim.h (SIM_OPEN_KIND, SIM_RC): New enums.
574 (sim_open): New argument `kind'.
575
576Wed Apr 2 14:45:51 1997 Ian Lance Taylor <ian@cygnus.com>
577
578 * COPYING: Update FSF address.
579
580Fri Mar 28 15:29:54 1997 Mike Meissner <meissner@cygnus.com>
581
582 * callback.h (top level): Include stdarg.h or varargs.h if
583 va_start is not defined.
584 (host_callback_struct): Make {,e}vprintf_filtered take a va_list
585 instead of void *, since va_list might be an array or structure
586 type.
587
588Fri Mar 28 15:44:41 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
589
590 * libiberty.h (basename): Add prototype for glibc and linux.
591
592Mon Mar 17 19:22:12 1997 Ian Lance Taylor <ian@cygnus.com>
593
594 * objalloc.h: New file.
595
596Mon Mar 17 14:57:55 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
597
598 * remote-sim.h: New file, copied in from gdb/remote-sim.h. One
599 day this will be placed in a directory of its own.
600
601Sat Mar 15 19:00:14 1997 Ian Lance Taylor <ian@cygnus.com>
602
603 * obstack.h: Update to current FSF version.
604
605Thu Mar 6 15:46:59 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
606
607 * callback.h (struct host_callback_struct): Add callbacks -
608 flush_stdout, write_stderr, flush_stderr, vprintf_filtered,
609 evprintf_filtered. Delete redundant callbacks - printf_filtered.
610
611Thu Feb 27 23:18:27 1997 Ian Lance Taylor <ian@cygnus.com>
612
613 * bfdlink.h (struct bfd_link_info): Remove lprefix and lprefix_len
614 fields.
615
616Tue Feb 25 00:10:49 1997 Ian Lance Taylor <ian@cygnus.com>
617
618 * dis-asm.h (INIT_DISASSEMBLE_INFO_NO_ARCH): Initialize
619 bytes_per_chunk and display_endian.
620
621Mon Feb 24 17:47:02 1997 Ian Lance Taylor <ian@cygnus.com>
622
623 From Eric Youngdale <eric@andante.jic.com>:
624 * bfdlink.h (struct bfd_elf_version_expr): Define.
625 (struct bfd_elf_version_deps): Define.
626 (struct bfd_elf_version_tree): Define.
627
628Thu Feb 6 14:20:01 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
629
630 * dis-asm.h: (disassemble_info): Add new fields
631 bytes_per_chunk and display_endian to control the
632 display of raw instructions.
633
634Fri Dec 27 22:17:37 1996 Fred Fish <fnf@cygnus.com>
635
636 * dis-asm.h (print_insn_tic80): Declare.
637
638Sun Dec 8 17:11:12 1996 Doug Evans <dje@canuck.cygnus.com>
639
640 * callback.h (host_callback): New member `error'.
641
642Wed Nov 20 00:40:23 1996 Doug Evans <dje@canuck.cygnus.com>
643
644 * callback.h: New file, moved here from gdb.
645
646Mon Nov 18 16:34:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
647
648 * libiberty.h: Checkin again; last checkin failed due to sticky tag.
649
650Wed Nov 13 08:22:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
651
652 * libiberty.h: Revert last commit due to conflicts with hpux
653 system headers.
654
655Tue Nov 12 16:31:00 1996 Dawn Perchik <dawn@critters.cygnus.com>
656
657 * libiberty.h: Move prototypes from argv.c here.
658
659Thu Oct 31 14:56:18 1996 Doug Evans <dje@canuck.cygnus.com>
660
661 * ansidecl.h (VPARAMS,VA_START): Define.
662
663Fri Oct 25 12:08:04 1996 Ian Lance Taylor <ian@cygnus.com>
664
665 * dis-asm.h (disassemble_info): Add bytes_per_line field.
666 (INIT_DISASSEMBLE_INFO_NO_ARCH): Initialize bytes_per_line field.
667
668Thu Oct 24 17:10:01 1996 Ian Lance Taylor <ian@cygnus.com>
669
670 * dis-asm.h (disassemble_info): Add symbol field.
671 (INIT_DISASSEMBLE_INFO_NO_ARCH): Initialize symbol field.
672
673Thu Oct 17 11:17:40 1996 Doug Evans <dje@canuck.cygnus.com>
674
675 * dis-asm.h (print_insn_m32r): Declare.
676
677Mon Oct 14 23:56:52 1996 Ian Lance Taylor <ian@cygnus.com>
678
679 * libiberty.h: Declare parameter types for xmalloc and xrealloc.
680
681Thu Oct 3 13:45:27 1996 Ian Lance Taylor <ian@cygnus.com>
682
683 * fnmatch.h: New file.
684
685Thu Oct 3 10:33:14 1996 Jeffrey A Law (law@cygnus.com)
686
687 * dis-asm.h (print_insn_mn10x00): Delete declaration.
688 (print_insn_mn10200, print_insn_mn10300): Declare.
689
690Wed Oct 2 21:24:43 1996 Jeffrey A Law (law@cygnus.com)
691
692 * dis-asm.h (print_insn_mn10x00): Declare.
693
694Mon Sep 30 13:56:11 1996 Fred Fish <fnf@cygnus.com>
695
696 * libiberty.h: Remove #ifndef PRIVATE_XMALLOC.
697
698Sat Aug 31 13:27:06 1996 Jeffrey A Law (law@cygnus.com)
699
700 * dis-asm.h (print_insn_v850): Declare.
701
702Tue Aug 13 16:10:30 1996 Stu Grossman (grossman@critters.cygnus.com)
703
704 * obstack.h: Change bcopy to memcpy. Works better on Posix
705 systems, which generally lack bcopy.
706
707Mon Aug 12 17:03:18 1996 Stu Grossman (grossman@critters.cygnus.com)
708
709 * ansidecl.h: Change WIN32 to _WIN32.
710
711Fri Jul 26 13:58:18 1996 Ian Lance Taylor <ian@cygnus.com>
712
713 * dis-asm.h: Add flavour field.
714 (print_insn_alpha): Declare.
715 (print_insn_alpha_osf, print_insn_alpha_vms): Don't declare.
716 (INIT_DISASSEMBLE_INFO): Initialize flavour field.
717
718Tue Jul 23 17:37:58 1996 Fred Fish <fnf@cygnus.com>
719
720 * libiberty.h (PRIVATE_XMALLOC): Enclose xmalloc/xrealloc
721 definitions inside #ifndef so that programs that want to
722 can define PRIVATE_XMALLOC and then define xmalloc and
723 xrealloc anyway they want.
724 (basename): Document in source that we can't declare the
725 parameter type because it is declared inconsistently across
726 different systems.
727
728Mon Jul 22 13:16:13 1996 Richard Henderson <rth@tamu.edu>
729
730 * dis-asm.h (print_insn_alpha): Don't declare.
731 (print_insn_alpha_osf, print_insn_alpha_vms): Declare.
732
733Wed Jul 17 14:45:12 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
734
735 * dis-asm.h: (print_insn_d10v): Declare.
736
737Mon Jul 15 16:55:38 1996 Stu Grossman (grossman@critters.cygnus.com)
738
739 * dis-asm.h: Get rid of decls for print_insn_i8086,
740 print_insn_sparc64 and print_insn_sparclite.
741 * (INIT_DISASSEMBLE_INFO): Split into two pieces. One,
742 INIT_DISASSEMBLE_INFO_NO_ARCH inits everything except for endian,
743 mach, and arch.
744
745Fri Jul 12 10:19:27 1996 Stu Grossman (grossman@critters.cygnus.com)
746
747 * dis-asm.h (print_insn_i8086): Declare.
748
749Wed Jul 3 16:02:39 1996 Stu Grossman (grossman@critters.cygnus.com)
750
751 * dis-asm.h (print_insn_sparclite): Declare.
752
753Tue Jun 18 16:02:46 1996 Jeffrey A. Law <law@rtl.cygnus.com>
754
755 * dis-asm.h (print_insn_h8300s): Declare.
756
757Tue Jun 18 15:11:33 1996 Klaus Kaempf <kkaempf@progis.de>
758
759 * fopen-vms.h: New file.
760
761Tue Jun 4 18:58:16 1996 Ian Lance Taylor <ian@cygnus.com>
762
763 * bfdlink.h (struct bfd_link_info): Add notice_all field.
764
765Fri Apr 26 10:33:12 1996 Doug Evans <dje@canuck.cygnus.com>
766
767 * demangle.h (#ifdef IN_GCC): #include "gansidecl.h".
768 (PROTO,PTR,const): Delete.
769
770Mon Apr 22 17:27:42 1996 Ian Lance Taylor <ian@cygnus.com>
771
772 * bfdlink.h (struct bfd_link_info): Add traditional_format field.
773
774Mon Apr 15 15:16:56 1996 Doug Evans <dje@canuck.cygnus.com>
775
776 * libiberty.h (choose_temp_base): Add prototype.
777
778Tue Mar 12 17:29:46 1996 Ian Lance Taylor <ian@cygnus.com>
779
780 * bfdlink.h (bfd_wrapped_link_hash_lookup): Declare.
781 (struct bfd_link_info): Add wrap_hash field.
782
783Wed Feb 14 16:49:17 1996 Martin Anantharaman <martin@mail.imech.uni-duisburg.de>
784
785 * ieee.h (ieee_record_enum_type): Define
786 ieee_external_reference_info_enum.
787
788Fri Feb 2 17:09:25 1996 Doug Evans <dje@charmed.cygnus.com>
789
790 * dis-asm.h (DISASM_RAW_INSN): Delete.
791
792Tue Jan 23 09:21:47 1996 Doug Evans <dje@charmed.cygnus.com>
793
794 * dis-asm.h (INIT_DISASSEMBLE_INFO): Set endian to BFD_ENDIAN_UNKNOWN.
795 New argument FPRINTF_FUNC.
796
797Mon Jan 22 16:37:59 1996 Doug Evans <dje@charmed.cygnus.com>
798
799 * dis-asm.h (disassemble_info): New members arch, mach, endian.
800 (INIT_DISASSEMBLE_INFO): Initialize them.
801 (DISASM_RAW_INSN{,FLAG}): Define.
802
803Thu Jan 18 11:32:38 1996 Ian Lance Taylor <ian@cygnus.com>
804
805 * demangle.h (cplus_demangle_opname): Change opname parameter to
806 const char *.
807 (cplus_mangle_opname): Change return type and opname parameter to
808 const char *.
809
810Fri Jan 5 00:01:22 1996 Ian Lance Taylor <ian@cygnus.com>
811
812 * ieee.h (enum ieee_record): Add ieee_asn_record_enum,
813 ieee_at_record_enum, ieee_ty_record_enum, ieee_atn_record_enum,
814 ieee_bb_record_enum, and ieee_be_record_enum.
815
816Wed Jan 3 13:12:09 1996 Fred Fish <fnf@cygnus.com>
817
818 * obstack.h: Update copyright to 1996.
819 (_obstack_memory_used): Declare.
820 (obstack_memory_used): Define macro.
821
822Thu Dec 28 11:42:12 1995 Ian Lance Taylor <ian@cygnus.com>
823
824 * libiberty.h (xstrdup): Declare.
825
826Thu Dec 21 14:47:17 1995 Michael Meissner <meissner@tiktok.cygnus.com>
827
828 * wait.h: Protect all macros with #ifndef.
829
830Tue Oct 24 21:45:40 1995 Ian Lance Taylor <ian@cygnus.com>
831
832 * bfdlink.h (struct bfd_link_info): Add static_link field.
833
834Tue Sep 12 16:28:04 1995 Ian Lance Taylor <ian@cygnus.com>
835
836 * bfdlink.h (struct bfd_link_callbacks): Add symbol parameter to
837 warning callback.
838
839Fri Sep 1 13:11:51 1995 Ian Lance Taylor <ian@cygnus.com>
840
841 * bfdlink.h (struct bfd_link_callbacks): Change warning callback
842 to take BFD, section, and address arguments.
843
844Thu Aug 31 16:45:12 1995 steve chamberlain <sac@slash.cygnus.com>
845
846 * bfdlink.h (struct bfd_link_info): Remove PE stuff.
847
848Tue Aug 22 03:18:23 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
849
850 * libiberty.h: Declare xstrerror. From Pat Rankin.
851
852Mon Aug 21 18:11:36 1995 steve chamberlain <sac@slash.cygnus.com>
853
854 * bfdlink.h (struct bfd_link_info): Remove PE stuff.
855
856Wed Aug 2 08:14:12 1995 Doug Evans <dje@canuck.cygnus.com>
857
858 * dis-asm.h (print_insn_sparc64): Declare.
859
860Mon Jul 10 13:26:49 1995 Eric Youngdale <eric@aib.com>
861
862 * bfdlink.h (struct bfd_link_info): Add new field symbolic.
863
864Sun Jul 2 17:48:40 1995 Ian Lance Taylor <ian@cygnus.com>
865
866 * bfdlink.h (struct bfd_link_info): Change type of base_file to
867 PTR.
868
869Thu Jun 29 00:02:45 1995 Steve Chamberlain <sac@slash.cygnus.com>
870
871 * bfdlink.h (struct bfd_link_info): Added base_file member.
872
873Tue Jun 20 16:40:04 1995 Steve Chamberlain <sac@slash.cygnus.com>
874
875 * ansidecl.h: win32s is ANSI enough.
876
877Thu May 18 04:25:50 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
878
879 Wed May 10 14:28:16 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
880
881 * dis-asm.h (print_insn_arm): Delete declaration.
882 (print_insn_{little,big}_arm): New declarations.
883
884 * floatformat.h (floatformat_arm_ext): Declare.
885
886Sat May 13 10:14:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
887
888 * coff/pe.h: New file.
889 * bfdlink.h (subsytem, stack_heap_parameters): New.
890 * coff/i386.h (NT_SECTION_ALIGNMENT, NT_FILE_ALIGNMENT,
891 NT_DEF_RESERVE, NT_DEF_COMMIT): New.
892 * coff/internal.h (internal_filehdr): New fields for PE.
893 (IMAGE_DATA_DIRECTORY): New.
894 (internal_aouthdr): New fields for PE.
895
896Thu May 4 14:36:42 1995 Jason Merrill <jason@phydeaux.cygnus.com>
897
898 * demangle.h: Don't include ansidecl.h if IN_GCC.
899
900Tue Feb 21 00:37:28 1995 Jeff Law (law@snake.cs.utah.edu)
901
902 * hp-symtab.h: Don't use bitfield enumerations, the HP C compiler
903 does not handle them correctly.
904
905Thu Feb 9 14:20:27 1995 Ian Lance Taylor <ian@cygnus.com>
906
907 * libiberty.h (basename): Don't declare parameter type; some
908 systems have this in their header files.
909
910Wed Feb 8 17:35:38 1995 Ian Lance Taylor <ian@cygnus.com>
911
912 * bfdlink.h (struct bfd_link_hash_entry): Change format of common
913 symbol information, to remove restrictions on maximum size and
914 alignment power, by using a pointer to a structure instead.
915
916Mon Feb 6 14:55:32 1995 Ian Lance Taylor <ian@cygnus.com>
917
918 * bfdlink.h (enum bfd_link_hash_type): Rename bfd_link_hash_weak
919 to bfd_link_hash_undefweak. Add bfd_link_hash_defweak.
920
921Mon Jan 16 21:00:23 1995 Stan Shebs <shebs@andros.cygnus.com>
922
923 * dis-asm.h (GDB_INIT_DISASSEMBLE_INFO, etc): Remove all
924 GDB-specific definitions.
925
926Sun Jan 15 18:39:35 1995 Steve Chamberlain <sac@splat>
927
928 * dis-asm.h (print_insn_w65): Declare.
929
930Thu Jan 12 17:51:17 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
931
932 * libiberty.h (hex_p): Fix sense of test.
933
934Wed Jan 11 22:36:40 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
935
936 * libiberty.h (_hex_array_size, _hex_bad, _hex_value, hex_init,
937 hex_p, hex_value): New macros and declarations, for hex.c.
938
939Fri Jan 6 17:44:14 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
940
941 * dis-asm.h: Make idempotent.
942
943Wed Dec 14 13:08:43 1994 Stan Shebs <shebs@andros.cygnus.com>
944
945 * progress.h: New file, empty definitions for progress macros.
946
947Fri Nov 25 00:14:05 1994 Jeff Law (law@snake.cs.utah.edu)
948
949 * hp-symtab.h: New file describing the debug symbols emitted
950 by the HP C compilers.
951
952Fri Nov 11 15:48:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
953
954 * bfdlink.h (struct bfd_link_hash_entry): Change u.c.size from 24
955 to 26 bits, and change u.c.alignment_power from 8 to 6 bits. 6
956 bit in the alignment power is enough for a 64 bit address space.
957
958Mon Oct 31 13:02:51 1994 Stan Shebs (shebs@andros.cygnus.com)
959
960 * demangle.h (cplus_mangle_opname): Declare.
961
962Tue Oct 25 11:38:02 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
963
964 * bfdlink.h (struct bfd_link_callbacks): Fix comments for
965 multiple_common field.
966
967Sun Sep 04 17:58:10 1994 Richard Earnshaw (rwe@pegasus.esprit.ec.org)
968
969 * aout/aout64.h: Only define QMAGIC if it isn't already defined.
970
971 * dis-asm.h: Add support for the ARM.
972
973Wed Aug 10 12:51:41 1994 Doug Evans (dje@canuck.cygnus.com)
974
975 * libiberty.h (strsignal): Document its existence even if we
976 can't declare it.
977
978Tue Aug 2 14:40:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
979
980 * os9k.h: Remove u_int16, u_int32, and owner_id typedefs and
981 expand their uses. Those names conflict with Mach headers.
982
983Fri Jul 22 14:17:12 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
984
985 * bfdlink.h (struct bfd_link_hash_entry): Change u.c.size into a
986 bitfield. Add field u.c.alignment_power.
987
988Sun Jul 10 00:26:39 1994 Ian Dall (dall@hfrd.dsto.gov.au)
989
990 * dis-asm.h: Add print_insn_ns32k declaration.
991
992Mon Jun 20 17:13:29 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
993
994 * bfdlink.h (bfd_link_hash_table): Make creator a const pointer.
995
996Sat Jun 18 16:09:32 1994 Stan Shebs (shebs@andros.cygnus.com)
997
998 * demangle.h (cplus_demangle_opname): Declare.
999
1000Thu Jun 16 15:19:03 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1001
1002 * bfdlink.h (struct bfd_link_info): Add new field shared.
1003
1004Mon Jun 6 14:39:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1005
1006 * bfdlink.h (struct bfd_link_hash_entry): Remove written field:
1007 not needed for all backends.
1008
1009Thu Apr 28 19:06:50 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
1010
1011 * dis-asm.h (disassembler): Declare.
1012
1013Fri Apr 1 00:38:17 1994 Jim Wilson (wilson@mole.gnu.ai.mit.edu)
1014
b4fe2683
JM
1015 * obstack.h: Delete use of IN_GCC to control whether
1016 stddef.h or gstddef.h is included.
252b5132
RH
1017
1018Tue Mar 22 13:06:02 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1019
1020 * bfdlink.h (enum bfd_link_order_type): Add bfd_data_link_order.
1021 (struct bfd_link_order): Add data field to union.
1022
1023Mon Mar 21 18:45:26 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1024
1025 * bfdlink.h (struct bfd_link_callbacks): Change bitsize argument
1026 to add_to_set to reloc. Remove bitsize argument from constructor.
1027 Comment that reloc_overflow, reloc_dangerous and unattached_reloc
1028 must handle NULL pointers for reloc location.
1029 (enum bfd_link_order_type): Add bfd_section_reloc_link_order and
1030 bfd_symbol_reloc_link_order.
1031 (struct bfd_link_order): Add reloc field to union.
1032 (struct bfd_link_order_reloc): Define.
1033
1034Mon Mar 14 12:27:50 1994 Ian Lance Taylor (ian@cygnus.com)
1035
1036 * ieee-float.h: Removed; no longer used.
1037
1038Tue Mar 1 18:10:49 1994 Kung Hsu (kung@mexican.cygnus.com)
1039
1040 * os9k.h: os9000 target specific header file, the header of the
1041 object file is used now.
1042
1043Sun Feb 27 21:52:26 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
1044
1045 * floatformat.h: New file, intended to replace ieee-float.h.
1046
1047Sun Feb 20 17:15:42 1994 Ian Lance Taylor (ian@lisa.cygnus.com)
1048
1049 * ansidecl.h (ANSI_PROTOTYPES): Define if using ANSI prototypes.
1050
1051Wed Feb 16 01:07:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1052
1053 * libiberty.h: Don't declare strsignal, to avoid conflicts with
1054 Solaris system header files.
1055
1056Sat Feb 12 22:11:32 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1057
1058 * libiberty.h (xexit): Use __volatile__ to avoid losing if
1059 compiling with gcc -traditional.
1060
1061Thu Feb 10 14:05:41 1994 Ian Lance Taylor (ian@cygnus.com)
1062
1063 * libiberty.h: New file. Declares functions provided by
1064 libiberty.
1065
1066Tue Feb 8 05:19:52 1994 David J. Mackenzie (djm@thepub.cygnus.com)
1067
1068 Handle obstack_chunk_alloc returning NULL. This allows
1069 obstacks to be used by libraries, without forcing them
1070 to call exit or longjmp.
1071 * obstack.h (struct obstack): Add alloc_failed flag.
1072 _obstack_begin, _obstack_begin_1): Declare to return int, not void.
1073 (obstack_finish): If alloc_failed, return NULL.
1074 (obstack_base, obstack_next_free, objstack_object_size):
1075 If alloc_failed, return 0.
1076 (obstack_grow, obstack_grow0, obstack_1grow, obstack_ptr_grow,
1077 obstack_int_grow, obstack_blank): If alloc_failed, do nothing that
1078 could corrupt the obstack.
1079
1080Mon Jan 24 15:06:05 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1081
1082 * bfdlink.h (struct bfd_link_callbacks): Add name, reloc_name and
1083 addend argments to reloc_overflow callback.
1084
1085Fri Jan 21 19:13:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1086
1087 * dis-asm.h (print_insn_big_powerpc, print_insn_little_powerpc,
1088 print_insn_rs6000): Declare.
1089
1090Thu Jan 6 14:15:55 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1091
1092 * bfdlink.h (struct bfd_link_callbacks): Add bitsize argument to
1093 add_to_set field. Add new callback named constructor.
1094
1095Thu Dec 30 10:44:06 1993 Ian Lance Taylor (ian@rtl.cygnus.com)
1096
1097 * bfdlink.h: New file for new BFD linker backend routines.
1098
1099Mon Nov 29 10:43:57 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1100
1101 * dis-asm.h (enum dis_insn_tyupe): Remove non-ANSI trailing comma.
1102
1103Sat Oct 2 20:42:26 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1104
1105 * dis-asm.h: Move comment to right place.
1106
1107Mon Aug 9 19:03:35 1993 David J. Mackenzie (djm@thepub.cygnus.com)
1108
1109 * obstack.h (obstack_chunkfun, obstack_freefun): Add defns from
1110 previous version. Are these Cygnus local changes?
1111
1112Fri Aug 6 17:05:47 1993 David J. Mackenzie (djm@thepub.cygnus.com)
1113
1114 * getopt.h, obstack.h: Update to latest FSF version.
1115
1116Mon Aug 2 16:37:14 1993 Stu Grossman (grossman at cygnus.com)
1117
1118 * coff/i386.h: Add Lynx magic number.
1119
1120Mon Aug 2 14:45:29 1993 John Gilmore (gnu@cygnus.com)
1121
1122 * dis-asm.h: Move enum outside of struct defn to avoid warnings.
1123
1124Mon Aug 2 08:49:30 1993 Stu Grossman (grossman at cygnus.com)
1125
1126 * wait.h (WEXITSTATUS, WSTOPSIG): Mask down to 8 bits. This is
1127 for systems that store stuff into the high 16 bits of a wait
1128 status.
1129
1130Fri Jul 30 18:38:02 1993 John Gilmore (gnu@cygnus.com)
1131
1132 * dis-asm.h: Add new fields insn_info_valid, branch_delay_insns,
1133 data_size, insn_type, target, target2. These are used to return
1134 information from the instruction decoders back to the calling
1135 program. Add comments, make more readable.
1136
1137Mon Jul 19 22:14:14 1993 Fred Fish (fnf@deneb.cygnus.com)
1138
1139 * nlm: New directory containing NLM/NetWare includes.
1140
1141Thu Jul 15 12:10:04 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
1142
1143 * dis-asm.h (struct disassemble_info): New field application_data.
1144
1145Thu Jul 15 12:41:15 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1146
1147 * dis-asm.h: Added declaration of print_insn_m88k.
1148
1149Thu Jul 8 09:05:26 1993 Doug Evans (dje@canuck.cygnus.com)
1150
1151 * opcode/h8300.h: Lots of little fixes for the h8/300h.
1152
1153Fri Jul 2 10:31:59 1993 Ian Lance Taylor (ian@cygnus.com)
1154
1155 * ansidecl.h: Use ANSI macros if __mips and _SYSTYPE_SVR4 are
1156 defined, since RISC/OS cc handles ANSI declarations in SVR4 mode
1157 but does not define __STDC__.
1158
1159Sun Jun 20 18:27:52 1993 Ken Raeburn (raeburn@poseidon.cygnus.com)
1160
1161 * dis-asm.h: Don't need to include ansidecl.h any more.
1162
1163Fri Jun 18 03:22:10 1993 John Gilmore (gnu@cygnus.com)
1164
1165 * oasys.h: Eliminate "int8_type", "int16_type", "int32_type", and
1166 their variants. These changes are coordinated with corresponding
1167 changes in ../bfd/oasys.c.
1168
1169Wed Jun 16 10:43:08 1993 Fred Fish (fnf@cygnus.com)
1170
1171 * bfd.h: Note that it has been removed.
1172
1173Tue Jun 8 12:16:03 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
1174
1175 Support for H8/300-H
1176 * dis-asm.h (print_insn_h8300, print_insn_h8300h): Declare it.
1177 * coff/h8300.h: New magic number.
1178 * coff/internal.h: New relocations.
1179 * opcode/h8300.h: Lots of new opcodes.
1180
1181Tue Jun 1 07:35:03 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
1182
1183 * ansidecl.h (const): Don't define it if it's already defined.
1184
1185Thu May 27 18:19:51 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
1186
1187 * dis-asm.h (print_insn_hppa): Declare it.
1188
1189 * bfd.h: Moved to bfd directory. Small stub here includes it
1190 without requiring "-I../bfd".
1191
1192Thu Apr 29 12:06:13 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
1193
1194 * bfd.h: Updated with BSF_FUNCTION.
1195
1196Mon Apr 26 18:15:50 1993 Steve Chamberlain (sac@thepub.cygnus.com)
1197
1198 * bfd.h, dis-asm.h: Updated with Hitachi SH.
1199
1200Fri Apr 23 18:41:38 1993 Steve Chamberlain (sac@thepub.cygnus.com)
1201
1202 * bfd.h: Updated with alpha changes.
1203 * dis-asm.h: Added alpha.
1204
1205Fri Apr 16 17:35:30 1993 Jim Kingdon (kingdon@cygnus.com)
1206
1207 * bfd.h: Update for signed bfd_*get_*.
1208
1209Thu Apr 15 09:24:21 1993 Jim Kingdon (kingdon@cygnus.com)
1210
1211 * bfd.h: Updated for file_truncated error.
1212
1213Thu Apr 8 10:53:47 1993 Ian Lance Taylor (ian@cygnus.com)
1214
1215 * ansidecl.h: If no ANSI, define const to be empty.
1216
1217Thu Apr 1 09:00:10 1993 Jim Kingdon (kingdon@cygnus.com)
1218
1219 * dis-asm.h: Declare a29k and i960 print_insn_*.
1220
1221 * dis-asm.h: Add print_address_func and related stuff.
1222
1223 * dis-asm.h (dis_asm_read_memory): Fix prototype.
1224
1225Wed Mar 31 17:40:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1226
1227 * dis-asm.h: Add print_insn_sparc.
1228
1229Wed Mar 31 17:51:42 1993 Ian Lance Taylor (ian@cygnus.com)
1230
1231 * bfd.h: Updated for BFD_RELOC_MIPS_GPREL and bfd_[gs]et_gp_size
1232 prototypes.
1233
1234Wed Mar 31 16:35:12 1993 Stu Grossman (grossman@cygnus.com)
1235
1236 * dis-asm.h: (disassemble_info): Fix typo in prototype of
1237 dis_asm_memory_error().
1238
1239Tue Mar 30 19:09:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1240
1241 * dis-asm.h (disassembler_info): Add read_memory_func,
1242 memory_error_func, buffer, and length.
1243 ({GDB_,}INIT_DISASSEMBLE_INFO): Set them.
1244 print_insn_*: Remove second argument.
1245
1246Tue Mar 30 14:48:55 1993 Steve Chamberlain (sac@thepub.cygnus.com)
1247
1248 * bfd.h: Update for lma field of section.
1249
1250Tue Mar 30 12:22:55 1993 Jim Kingdon (kingdon@cygnus.com)
1251
1252 * ansidecl.h: Use ANSI versions on AIX regardless of __STDC__.
1253
1254Fri Mar 19 14:49:49 1993 Steve Chamberlain (sac@thepub.cygnus.com)
1255
1256 * dis-asm.h: Add h8500.
1257
1258Thu Mar 18 13:49:09 1993 Per Bothner (bothner@rtl.cygnus.com)
1259
1260 * ieee-float.h: Moved from ../gdb.
1261 * dis-asm.h: New file. Interface to dis-assembler.
1262
1263Thu Mar 11 10:52:57 1993 Fred Fish (fnf@cygnus.com)
1264
1265 * demangle.h (DMGL_NO_OPTS): Add define (set to 0) to use
1266 in place of bare 0, for readability reasons.
1267
1268Tue Mar 2 17:50:11 1993 Fred Fish (fnf@cygnus.com)
1269
1270 * demangle.h: Replace all references to cfront with ARM.
1271
1272Tue Feb 23 12:21:14 1993 Ian Lance Taylor (ian@cygnus.com)
1273
1274 * bfd.h: Update for new elements in JUMP_TABLE.
1275
1276Tue Feb 16 00:51:30 1993 John Gilmore (gnu@cygnus.com)
1277
1278 * bfd.h: Update for BFD_VERSION 2.1.
1279
1280Tue Jan 26 11:49:20 1993 Ian Lance Taylor (ian@cygnus.com)
1281
1282 * bfd.h: Update for SEC_IS_COMMON flag.
1283
1284Tue Jan 19 12:25:12 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1285
1286 * bfd.h: Update for bfd_asymbol_value bug fix.
1287
1288Fri Jan 8 16:37:18 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1289
1290 * bfd.h: Update to include ECOFF tdata and target_flavour.
1291
1292Sun Dec 27 17:52:30 1992 Fred Fish (fnf@cygnus.com)
1293
1294 * bfd.h: Add declaration for bfd_get_size().
1295
1296Tue Dec 22 22:42:46 1992 Fred Fish (fnf@cygnus.com)
1297
1298 * demangle.h: Protect file from multiple inclusions with
1299 #if !defined(DEMANGLE_H)...#define DEMANGLE_H...#endif.
1300
1301Mon Dec 21 21:25:50 1992 Stu Grossman (grossman at cygnus.com)
1302
1303 * bfd.h: Update to get hppa_core_struct from bfd.c.
1304
1305Thu Dec 17 00:42:35 1992 John Gilmore (gnu@cygnus.com)
1306
1307 * bfd.h: Update to get tekhex tdata name change from bfd.
1308
1309Mon Nov 9 23:55:42 1992 John Gilmore (gnu@cygnus.com)
1310
1311 * ansidecl.h: Update comments to discourage use of EXFUN.
1312
1313Thu Nov 5 16:35:44 1992 Ian Lance Taylor (ian@cygnus.com)
1314
1315 * bfd.h: Update to bring in SEC_SHARED_LIBRARY.
1316
1317Thu Nov 5 03:21:32 1992 John Gilmore (gnu@cygnus.com)
1318
1319 * bfd.h: Update to match EXFUN, bfd_seclet_struct, and SDEF
1320 cleanups in bfd.
1321
1322Wed Nov 4 07:28:05 1992 Ken Raeburn (raeburn@cygnus.com)
1323
1324 * bout.h (N_CALLNAME, N_BALNAME): Define as char-type values, so
1325 widening works consistently.
1326
1327Fri Oct 16 03:17:08 1992 John Gilmore (gnu@cygnus.com)
1328
1329 * getopt.h: Update to Revised Standard FSF Version.
1330
1331Thu Oct 15 21:43:22 1992 K. Richard Pixley (rich@sendai.cygnus.com)
1332
1333 * getopt.h (struct option): use the provided enum for has_arg.
1334
1335 * demangle.h (AUTO_DEMANGLING, GNU_DEMANGLING,
1336 LUCID_DEMANGLING): ultrix compilers require enums to be
1337 enums and ints to be ints and casts where they meet. cast some
1338 enums into ints.
1339
1340Thu Oct 15 04:35:51 1992 John Gilmore (gnu@cygnus.com)
1341
1342 * bfd.h: Update after comment changes.
1343
1344Thu Oct 8 09:03:02 1992 Steve Chamberlain (sac@thepub.cygnus.com)
1345
1346 * bfd.h (bfd_get_symbol_leading_char): new macro for getting in xvec
1347
1348Thu Sep 3 09:10:50 1992 Stu Grossman (grossman at cygnus.com)
1349
1350 * bfd.h (struct reloc_howto_struct): size needs to be signed if
1351 it's going to hold negative values.
1352
1353Sun Aug 30 17:50:27 1992 Per Bothner (bothner@rtl.cygnus.com)
1354
1355 * demangle.h: New file, moved from ../gdb. Made independent
1356 of gdb. Allow demangling style option to be passed as a
1357 parameter to cplus_demangle(), but using the
1358 current_demangling_style global as the default.
1359
1360Sat Aug 29 10:07:55 1992 Fred Fish (fnf@cygnus.com)
1361
1362 * obstack.h: Merge comment change from current FSF version.
1363
1364Thu Aug 27 12:59:29 1992 Brendan Kehoe (brendan@cygnus.com)
1365
1366 * bfd.h: add we32k
1367
1368Tue Aug 25 15:07:47 1992 Steve Chamberlain (sac@thepub.cygnus.com)
1369
1370 * bfd.h: new after Z8000 stuff
1371
1372Mon Aug 17 09:01:23 1992 Ken Raeburn (raeburn@cygnus.com)
1373
1374 * bfd.h: Regenerated after page/segment size changes.
1375
1376Sat Aug 1 13:46:31 1992 Fred Fish (fnf@cygnus.com)
1377
1378 * obstack.h: Merge changes from current FSF version.
1379
1380Mon Jul 20 21:06:23 1992 Fred Fish (fnf@cygnus.com)
1381
1382 * obstack.h (area_id, flags): Remove, replace with extra_arg,
1383 use_extra_arg, and maybe_empty_object.
1384 * obstack.h (OBSTACK_MAYBE_EMPTY_OBJECT, OBSTACK_MMALLOC_LIKE):
1385 Remove, replaced by maybe_empty_object and use_extra_arg bitfields.
1386 * obstack.h (obstack_full_begin, _obstack_begin): Remove area_id
1387 and flags arguments.
1388 * obstack.h (obstack_alloc_arg): New macro to set extra_arg.
1389
1390Thu Jul 16 08:12:44 1992 Steve Chamberlain (sac@thepub.cygnus.com)
1391
1392 * bfd.h: new after adding BFD_IS_RELAXABLE
1393
1394Sat Jul 4 03:22:23 1992 John Gilmore (gnu at cygnus.com)
1395
1396 * bfd.h: Regen after adding BSF_FILE.
1397
1398Mon Jun 29 14:18:36 1992 Fred Fish (fnf at sunfish)
1399
1400 * obstack.h: Convert bcopy() use to memcpy(), which is more
1401 portable, more standard, and can take advantage of gcc's builtin
1402 functions for increased performance.
1403
1404Thu Jun 25 04:46:08 1992 John Gilmore (gnu at cygnus.com)
1405
1406 * ansidecl.h (PARAMS): Incorporate this macro from gdb's defs.h.
1407 It's a cleaner way to forward-declare function prototypes.
1408
1409Fri Jun 19 15:46:32 1992 Stu Grossman (grossman at cygnus.com)
1410
1411 * bfd.h: HPPA merge.
1412
1413Tue Jun 16 21:30:56 1992 K. Richard Pixley (rich@cygnus.com)
1414
1415 * getopt.h: gratuitous white space changes merged from other prep
1416 releases.
1417
1418Thu Jun 11 01:10:55 1992 John Gilmore (gnu at cygnus.com)
1419
1420 * bfd.h: Regen'd from bfd.c after removing elf_core_tdata_struct.
1421
1422Mon May 18 17:29:03 1992 K. Richard Pixley (rich@cygnus.com)
1423
1424 * getopt.h: merged changes from make-3.62.11.
1425
1426 * getopt.h: merged changes from grep-1.6 (alpha).
1427
1428Fri May 8 14:53:32 1992 K. Richard Pixley (rich@cygnus.com)
1429
1430 * getopt.h: merged changes from bison-1.18.
1431
1432Sat Mar 14 17:25:20 1992 Fred Fish (fnf@cygnus.com)
1433
1434 * obstack.h: Add "area_id" and "flags" members to obstack
1435 structure. Add obstack_chunkfun() and obstack_freefun() to
1436 set functions explicitly. Convert maybe_empty_object to
1437 a bit in "flags".
1438
1439Thu Feb 27 22:01:02 1992 Per Bothner (bothner@cygnus.com)
1440
1441 * wait.h (WIFSTOPPED): Add IBM rs6000-specific version.
1442
1443Fri Feb 21 20:49:20 1992 John Gilmore (gnu at cygnus.com)
1444
1445 * obstack.h: Add obstack_full_begin.
1446 * bfd.h, obstack.h: Protolint.
1447
1448Thu Jan 30 01:18:42 1992 John Gilmore (gnu at cygnus.com)
1449
1450 * bfd.h: Remove comma from enum declaration.
1451
1452Mon Jan 27 22:01:13 1992 Steve Chamberlain (sac at cygnus.com)
1453
1454 * bfd.h : new target entr, bfd_relax_section
1455
1456Wed Dec 18 17:19:44 1991 Stu Grossman (grossman at cygnus.com)
1457
1458 * bfd.h, ieee.h, opcode/m68k.h, opcode/sparc.h: ANSIfy enums.
1459
1460Thu Dec 12 20:59:56 1991 John Gilmore (gnu at cygnus.com)
1461
1462 * fopen-same.h, fopen-bin.h: New files for configuring
1463 whether fopen distinguishes binary files or not. For use
1464 by host-dependent config files.
1465
1466Sat Nov 30 20:46:43 1991 Steve Chamberlain (sac at rtl.cygnus.com)
1467
1468 * bfd.h: change the documentation format.
1469
1470 * created coff, elf and opcode and aout directories. Moved:
1471
1472 aout64.h ==> aout/aout64.h
1473 ar.h ==> aout/ar.h
1474 a.out.encap.h ==> aout/encap.h
1475 a.out.host.h ==> aout/host.h
1476 a.out.hp.h ==> aout/hp.h
1477 a.out.sun4.h ==> aout/sun4.h
1478 ranlib.h ==> aout/ranlib.h
1479 reloc.h ==> aout/reloc.h
1480 stab.def ==> aout/stab.def
1481 stab.gnu.h ==> aout/stab_gnu.h
1482
1483 coff-a29k.h ==> coff/a29k.h
1484 coff-h8300.h ==> coff/h8300.h
1485 coff-i386.h ==> coff/i386.h
1486 coff-i960.h ==> coff/i960.h
1487 internalcoff.h ==> coff/internal.h
1488 coff-m68k.h ==> coff/m68k.h
1489 coff-m88k.h ==> coff/m88k.h
1490 coff-mips.h ==> coff/mips.h
1491 coff-rs6000.h ==> coff/rs6000.h
1492
1493 elf-common.h ==> elf/common.h
1494 dwarf.h ==> elf/dwarf.h
1495 elf-external.h ==> elf/external.h
1496 elf-internal.h ==> elf/internal.h
1497
1498 a29k-opcode.h ==> opcode/a29k.h
1499 arm-opcode.h ==> opcode/arm.h
1500 h8300-opcode.h ==> opcode/h8300.h
1501 i386-opcode.h ==> opcode/i386.h
1502 i860-opcode.h ==> opcode/i860.h
1503 i960-opcode.h ==> opcode/i960.h
1504 m68k-opcode.h ==> opcode/m68k.h
1505 m88k-opcode.h ==> opcode/m88k.h
1506 mips-opcode.h ==> opcode/mips.h
1507 np1-opcode.h ==> opcode/np1.h
1508 ns32k-opcode.h ==> opcode/ns32k.h
1509 pn-opcode.h ==> opcode/pn.h
1510 pyr-opcode.h ==> opcode/pyr.h
1511 sparc-opcode.h ==> opcode/sparc.h
1512 tahoe-opcode.h ==> opcode/tahoe.h
1513 vax-opcode.h ==> opcode/vax.h
1514
1515
1516
1517Wed Nov 27 10:38:31 1991 Steve Chamberlain (sac at rtl.cygnus.com)
1518
1519 * internalcoff.h: (internal_scnhdr) took out #def dependency, now
1520 s_nreloc and s_nlnno are always long. (internal_reloc): allways
1521 has an offset field now.
1522
1523Fri Nov 22 08:12:58 1991 John Gilmore (gnu at cygnus.com)
1524
1525 * coff-rs6000.h: Lint; use unsigned chars for external fields.
1526 * internalcoff.h: Lint; cast storage classes to signed char.
1527
1528Thu Nov 21 21:01:05 1991 Per Bothner (bothner at cygnus.com)
1529
1530 * stab.def: Remove the GNU extended type codes (e.g. N_SETT).
1531 * aout64.h: The heuristic for distinguishing between
1532 sunos-style and bsd-style ZMAGIC files (wrt. where the
1533 text segment starts) is moved into (the default definition of)
1534 the macro N_HEADER_IN_TEXT. This definition is only used
1535 if no other definition is used - e.g. bfd/newsos3.c defines
1536 N_HEADER_IN_TEXT(x) to be always 0 (as before).
1537
1538Thu Nov 21 11:53:03 1991 John Gilmore (gnu at cygnus.com)
1539
1540 * aout64.h (N_TXTADDR, N_TXTOFF, N_TXTSIZE): New definitions
1541 that should handle all uses. LOGICAL_ versions deleted.
1542 Eliminate N_HEADER_IN_TEXT, using a_entry to determine which
1543 kind of zmagic a.out file we are looking at.
1544 * coff-rs6000.h: Typo.
1545
1546Tue Nov 19 18:43:37 1991 Per Bothner (bothner at cygnus.com)
1547
1548 (Note: This is a revised entry, as was aout64.h.)
1549 * aout64.h: Some cleanups of N_TXTADDR and N_TXTOFF:
1550 Will now work for both old- and new-style ZMAGIC files,
1551 depending on N_HEADER_IN_TEXT macro.
1552 Add LOGICAL_TXTADDR, LOICAL_TXTOFF and LOGICAL_TXTSIZE
1553 that don't count the exec header as part
1554 of the text segment, to be consistent with bfd.
1555 * a.out.sun4.h: Simplified/fixed for previous change.
1556
1557Mon Nov 18 00:02:06 1991 Fred Fish (fnf at cygnus.com)
1558
1559 * dwarf.h: Update to DWARF draft 5 version from gcc2.
1560
1561Thu Nov 14 19:44:59 1991 Per Bothner (bothner at cygnus.com)
1562
1563 * stab.def: Added defs for extended GNU symbol types,
1564 such as N_SETT. These are normally ifdef'd out (because
1565 of conflicts with a.out.gnu.h), but are used by bfb_stab_name().
1566
1567Thu Nov 14 19:17:03 1991 Fred Fish (fnf at cygnus.com)
1568
1569 * elf-common.h: Add defines to support ELF symbol table code.
1570
1571Mon Nov 11 19:01:06 1991 Fred Fish (fnf at cygnus.com)
1572
1573 * elf-internal.h, elf-external.h, elf-common.h: Add support for
1574 note sections, which are used in ELF core files to hold copies
1575 of various /proc structures.
1576
1577Thu Nov 7 08:58:26 1991 Steve Chamberlain (sac at cygnus.com)
1578
1579 * internalcoff.h: took out the M88 dependency in the lineno
1580 struct.
1581 * coff-m88k.h: defines GET_LINENO_LNNO and PUT_LINENO_LNNO to use
1582 32bit linno entries.
1583 * a29k-opcode.h: fixed encoding of mtacc
1584
1585Sun Nov 3 11:54:22 1991 Per Bothner (bothner at cygnus.com)
1586
1587 * bfd.h: Updated from ../bfd/bfd-in.h (q.v).
1588
1589Fri Nov 1 11:13:53 1991 John Gilmore (gnu at cygnus.com)
1590
1591 * internalcoff.h: Add x_csect defines.
1592
1593Fri Oct 25 03:18:20 1991 John Gilmore (gnu at cygnus.com)
1594
1595 * Rename COFF-related files in `coff-ARCH.h' form.
1596 coff-a29k.h, coff-i386.h, coff-i960.h, coff-m68k.h, coff-m88k.h,
1597 coff-mips.h, coff-rs6000.h to be exact.
1598
1599Thu Oct 24 22:11:11 1991 John Gilmore (gnu at cygnus.com)
1600