Forgot an entry in last checkin:
[deliverable/binutils-gdb.git] / include / ChangeLog
... / ...
CommitLineData
1Fri Jan 6 17:44:14 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
2
3 * dis-asm.h: Make idempotent.
4
5Wed Dec 14 13:08:43 1994 Stan Shebs <shebs@andros.cygnus.com>
6
7 * progress.h: New file, empty definitions for progress macros.
8
9start-sanitize-arc
10Tue Nov 29 17:38:20 1994 Doug Evans <dje@canuck.cygnus.com>
11
12 * dis-asm.h (print_insn_arc): Declare.
13 * elf/common.h (EM_CYGNUS_ARC): Define.
14end-sanitize-arc
15
16Fri Nov 25 00:14:05 1994 Jeff Law (law@snake.cs.utah.edu)
17
18 * hp-symtab.h: New file describing the debug symbols emitted
19 by the HP C compilers.
20
21Fri Nov 11 15:48:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
22
23 * bfdlink.h (struct bfd_link_hash_entry): Change u.c.size from 24
24 to 26 bits, and change u.c.alignment_power from 8 to 6 bits. 6
25 bit in the alignment power is enough for a 64 bit address space.
26
27Mon Oct 31 13:02:51 1994 Stan Shebs (shebs@andros.cygnus.com)
28
29 * demangle.h (cplus_mangle_opname): Declare.
30
31Tue Oct 25 11:38:02 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
32
33 * bfdlink.h (struct bfd_link_callbacks): Fix comments for
34 multiple_common field.
35
36Sun Sep 04 17:58:10 1994 Richard Earnshaw (rwe@pegasus.esprit.ec.org)
37
38 * aout/aout64.h: Only define QMAGIC if it isn't already defined.
39
40 * dis-asm.h: Add support for the ARM.
41
42Wed Aug 10 12:51:41 1994 Doug Evans (dje@canuck.cygnus.com)
43
44 * libiberty.h (strsignal): Document its existence even if we
45 can't declare it.
46
47Tue Aug 2 14:40:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
48
49 * os9k.h: Remove u_int16, u_int32, and owner_id typedefs and
50 expand their uses. Those names conflict with Mach headers.
51
52Fri Jul 22 14:17:12 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
53
54 * bfdlink.h (struct bfd_link_hash_entry): Change u.c.size into a
55 bitfield. Add field u.c.alignment_power.
56
57Sun Jul 10 00:26:39 1994 Ian Dall (dall@hfrd.dsto.gov.au)
58
59 * dis-asm.h: Add print_insn_ns32k declaration.
60
61Mon Jun 20 17:13:29 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
62
63 * bfdlink.h (bfd_link_hash_table): Make creator a const pointer.
64
65Sat Jun 18 16:09:32 1994 Stan Shebs (shebs@andros.cygnus.com)
66
67 * demangle.h (cplus_demangle_opname): Declare.
68
69Thu Jun 16 15:19:03 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
70
71 * bfdlink.h (struct bfd_link_info): Add new field shared.
72
73Mon Jun 6 14:39:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
74
75 * bfdlink.h (struct bfd_link_hash_entry): Remove written field:
76 not needed for all backends.
77
78Thu Apr 28 19:06:50 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
79
80 * dis-asm.h (disassembler): Declare.
81
82Fri Apr 1 00:38:17 1994 Jim Wilson (wilson@mole.gnu.ai.mit.edu)
83
84 * obstack.h: Delete use of IN_GCC to control whether
85 stddef.h or gstddef.h is included.
86
87Tue Mar 22 13:06:02 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
88
89 * bfdlink.h (enum bfd_link_order_type): Add bfd_data_link_order.
90 (struct bfd_link_order): Add data field to union.
91
92Mon Mar 21 18:45:26 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
93
94 * bfdlink.h (struct bfd_link_callbacks): Change bitsize argument
95 to add_to_set to reloc. Remove bitsize argument from constructor.
96 Comment that reloc_overflow, reloc_dangerous and unattached_reloc
97 must handle NULL pointers for reloc location.
98 (enum bfd_link_order_type): Add bfd_section_reloc_link_order and
99 bfd_symbol_reloc_link_order.
100 (struct bfd_link_order): Add reloc field to union.
101 (struct bfd_link_order_reloc): Define.
102
103Mon Mar 14 12:27:50 1994 Ian Lance Taylor (ian@cygnus.com)
104
105 * ieee-float.h: Removed; no longer used.
106
107Tue Mar 1 18:10:49 1994 Kung Hsu (kung@mexican.cygnus.com)
108
109 * os9k.h: os9000 target specific header file, the header of the
110 object file is used now.
111
112Sun Feb 27 21:52:26 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
113
114 * floatformat.h: New file, intended to replace ieee-float.h.
115
116Sun Feb 20 17:15:42 1994 Ian Lance Taylor (ian@lisa.cygnus.com)
117
118 * ansidecl.h (ANSI_PROTOTYPES): Define if using ANSI prototypes.
119
120Wed Feb 16 01:07:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
121
122 * libiberty.h: Don't declare strsignal, to avoid conflicts with
123 Solaris system header files.
124
125Sat Feb 12 22:11:32 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
126
127 * libiberty.h (xexit): Use __volatile__ to avoid losing if
128 compiling with gcc -traditional.
129
130Thu Feb 10 14:05:41 1994 Ian Lance Taylor (ian@cygnus.com)
131
132 * libiberty.h: New file. Declares functions provided by
133 libiberty.
134
135Tue Feb 8 05:19:52 1994 David J. Mackenzie (djm@thepub.cygnus.com)
136
137 Handle obstack_chunk_alloc returning NULL. This allows
138 obstacks to be used by libraries, without forcing them
139 to call exit or longjmp.
140 * obstack.h (struct obstack): Add alloc_failed flag.
141 _obstack_begin, _obstack_begin_1): Declare to return int, not void.
142 (obstack_finish): If alloc_failed, return NULL.
143 (obstack_base, obstack_next_free, objstack_object_size):
144 If alloc_failed, return 0.
145 (obstack_grow, obstack_grow0, obstack_1grow, obstack_ptr_grow,
146 obstack_int_grow, obstack_blank): If alloc_failed, do nothing that
147 could corrupt the obstack.
148
149Mon Jan 24 15:06:05 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
150
151 * bfdlink.h (struct bfd_link_callbacks): Add name, reloc_name and
152 addend argments to reloc_overflow callback.
153
154Fri Jan 21 19:13:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
155
156 * dis-asm.h (print_insn_big_powerpc, print_insn_little_powerpc,
157 print_insn_rs6000): Declare.
158
159Thu Jan 6 14:15:55 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
160
161 * bfdlink.h (struct bfd_link_callbacks): Add bitsize argument to
162 add_to_set field. Add new callback named constructor.
163
164Thu Dec 30 10:44:06 1993 Ian Lance Taylor (ian@rtl.cygnus.com)
165
166 * bfdlink.h: New file for new BFD linker backend routines.
167
168Mon Nov 29 10:43:57 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
169
170 * dis-asm.h (enum dis_insn_tyupe): Remove non-ANSI trailing comma.
171
172Sat Oct 2 20:42:26 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
173
174 * dis-asm.h: Move comment to right place.
175
176Mon Aug 9 19:03:35 1993 David J. Mackenzie (djm@thepub.cygnus.com)
177
178 * obstack.h (obstack_chunkfun, obstack_freefun): Add defns from
179 previous version. Are these Cygnus local changes?
180
181Fri Aug 6 17:05:47 1993 David J. Mackenzie (djm@thepub.cygnus.com)
182
183 * getopt.h, obstack.h: Update to latest FSF version.
184
185Mon Aug 2 16:37:14 1993 Stu Grossman (grossman at cygnus.com)
186
187 * coff/i386.h: Add Lynx magic number.
188
189Mon Aug 2 14:45:29 1993 John Gilmore (gnu@cygnus.com)
190
191 * dis-asm.h: Move enum outside of struct defn to avoid warnings.
192
193Mon Aug 2 08:49:30 1993 Stu Grossman (grossman at cygnus.com)
194
195 * wait.h (WEXITSTATUS, WSTOPSIG): Mask down to 8 bits. This is
196 for systems that store stuff into the high 16 bits of a wait
197 status.
198
199Fri Jul 30 18:38:02 1993 John Gilmore (gnu@cygnus.com)
200
201 * dis-asm.h: Add new fields insn_info_valid, branch_delay_insns,
202 data_size, insn_type, target, target2. These are used to return
203 information from the instruction decoders back to the calling
204 program. Add comments, make more readable.
205
206Mon Jul 19 22:14:14 1993 Fred Fish (fnf@deneb.cygnus.com)
207
208 * nlm: New directory containing NLM/NetWare includes.
209
210Thu Jul 15 12:10:04 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
211
212 * dis-asm.h (struct disassemble_info): New field application_data.
213
214Thu Jul 15 12:41:15 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
215
216 * dis-asm.h: Added declaration of print_insn_m88k.
217
218Thu Jul 8 09:05:26 1993 Doug Evans (dje@canuck.cygnus.com)
219
220 * opcode/h8300.h: Lots of little fixes for the h8/300h.
221
222Fri Jul 2 10:31:59 1993 Ian Lance Taylor (ian@cygnus.com)
223
224 * ansidecl.h: Use ANSI macros if __mips and _SYSTYPE_SVR4 are
225 defined, since RISC/OS cc handles ANSI declarations in SVR4 mode
226 but does not define __STDC__.
227
228Sun Jun 20 18:27:52 1993 Ken Raeburn (raeburn@poseidon.cygnus.com)
229
230 * dis-asm.h: Don't need to include ansidecl.h any more.
231
232Fri Jun 18 03:22:10 1993 John Gilmore (gnu@cygnus.com)
233
234 * oasys.h: Eliminate "int8_type", "int16_type", "int32_type", and
235 their variants. These changes are coordinated with corresponding
236 changes in ../bfd/oasys.c.
237
238Wed Jun 16 10:43:08 1993 Fred Fish (fnf@cygnus.com)
239
240 * bfd.h: Note that it has been removed.
241
242Tue Jun 8 12:16:03 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
243
244 Support for H8/300-H
245 * dis-asm.h (print_insn_h8300, print_insn_h8300h): Declare it.
246 * coff/h8300.h: New magic number.
247 * coff/internal.h: New relocations.
248 * opcode/h8300.h: Lots of new opcodes.
249
250Tue Jun 1 07:35:03 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
251
252 * ansidecl.h (const): Don't define it if it's already defined.
253
254Thu May 27 18:19:51 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
255
256 * dis-asm.h (print_insn_hppa): Declare it.
257
258 * bfd.h: Moved to bfd directory. Small stub here includes it
259 without requiring "-I../bfd".
260
261Thu Apr 29 12:06:13 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
262
263 * bfd.h: Updated with BSF_FUNCTION.
264
265Mon Apr 26 18:15:50 1993 Steve Chamberlain (sac@thepub.cygnus.com)
266
267 * bfd.h, dis-asm.h: Updated with Hitachi SH.
268
269Fri Apr 23 18:41:38 1993 Steve Chamberlain (sac@thepub.cygnus.com)
270
271 * bfd.h: Updated with alpha changes.
272 * dis-asm.h: Added alpha.
273
274Fri Apr 16 17:35:30 1993 Jim Kingdon (kingdon@cygnus.com)
275
276 * bfd.h: Update for signed bfd_*get_*.
277
278Thu Apr 15 09:24:21 1993 Jim Kingdon (kingdon@cygnus.com)
279
280 * bfd.h: Updated for file_truncated error.
281
282Thu Apr 8 10:53:47 1993 Ian Lance Taylor (ian@cygnus.com)
283
284 * ansidecl.h: If no ANSI, define const to be empty.
285
286Thu Apr 1 09:00:10 1993 Jim Kingdon (kingdon@cygnus.com)
287
288 * dis-asm.h: Declare a29k and i960 print_insn_*.
289
290 * dis-asm.h: Add print_address_func and related stuff.
291
292 * dis-asm.h (dis_asm_read_memory): Fix prototype.
293
294Wed Mar 31 17:40:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
295
296 * dis-asm.h: Add print_insn_sparc.
297
298Wed Mar 31 17:51:42 1993 Ian Lance Taylor (ian@cygnus.com)
299
300 * bfd.h: Updated for BFD_RELOC_MIPS_GPREL and bfd_[gs]et_gp_size
301 prototypes.
302
303Wed Mar 31 16:35:12 1993 Stu Grossman (grossman@cygnus.com)
304
305 * dis-asm.h: (disassemble_info): Fix typo in prototype of
306 dis_asm_memory_error().
307
308Tue Mar 30 19:09:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
309
310 * dis-asm.h (disassembler_info): Add read_memory_func,
311 memory_error_func, buffer, and length.
312 ({GDB_,}INIT_DISASSEMBLE_INFO): Set them.
313 print_insn_*: Remove second argument.
314
315Tue Mar 30 14:48:55 1993 Steve Chamberlain (sac@thepub.cygnus.com)
316
317 * bfd.h: Update for lma field of section.
318
319Tue Mar 30 12:22:55 1993 Jim Kingdon (kingdon@cygnus.com)
320
321 * ansidecl.h: Use ANSI versions on AIX regardless of __STDC__.
322
323Fri Mar 19 14:49:49 1993 Steve Chamberlain (sac@thepub.cygnus.com)
324
325 * dis-asm.h: Add h8500.
326
327Thu Mar 18 13:49:09 1993 Per Bothner (bothner@rtl.cygnus.com)
328
329 * ieee-float.h: Moved from ../gdb.
330 * dis-asm.h: New file. Interface to dis-assembler.
331
332Thu Mar 11 10:52:57 1993 Fred Fish (fnf@cygnus.com)
333
334 * demangle.h (DMGL_NO_OPTS): Add define (set to 0) to use
335 in place of bare 0, for readability reasons.
336
337Tue Mar 2 17:50:11 1993 Fred Fish (fnf@cygnus.com)
338
339 * demangle.h: Replace all references to cfront with ARM.
340
341Tue Feb 23 12:21:14 1993 Ian Lance Taylor (ian@cygnus.com)
342
343 * bfd.h: Update for new elements in JUMP_TABLE.
344
345Tue Feb 16 00:51:30 1993 John Gilmore (gnu@cygnus.com)
346
347 * bfd.h: Update for BFD_VERSION 2.1.
348
349Tue Jan 26 11:49:20 1993 Ian Lance Taylor (ian@cygnus.com)
350
351 * bfd.h: Update for SEC_IS_COMMON flag.
352
353Tue Jan 19 12:25:12 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
354
355 * bfd.h: Update for bfd_asymbol_value bug fix.
356
357Fri Jan 8 16:37:18 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
358
359 * bfd.h: Update to include ECOFF tdata and target_flavour.
360
361Sun Dec 27 17:52:30 1992 Fred Fish (fnf@cygnus.com)
362
363 * bfd.h: Add declaration for bfd_get_size().
364
365Tue Dec 22 22:42:46 1992 Fred Fish (fnf@cygnus.com)
366
367 * demangle.h: Protect file from multiple inclusions with
368 #if !defined(DEMANGLE_H)...#define DEMANGLE_H...#endif.
369
370Mon Dec 21 21:25:50 1992 Stu Grossman (grossman at cygnus.com)
371
372 * bfd.h: Update to get hppa_core_struct from bfd.c.
373
374Thu Dec 17 00:42:35 1992 John Gilmore (gnu@cygnus.com)
375
376 * bfd.h: Update to get tekhex tdata name change from bfd.
377
378Mon Nov 9 23:55:42 1992 John Gilmore (gnu@cygnus.com)
379
380 * ansidecl.h: Update comments to discourage use of EXFUN.
381
382Thu Nov 5 16:35:44 1992 Ian Lance Taylor (ian@cygnus.com)
383
384 * bfd.h: Update to bring in SEC_SHARED_LIBRARY.
385
386Thu Nov 5 03:21:32 1992 John Gilmore (gnu@cygnus.com)
387
388 * bfd.h: Update to match EXFUN, bfd_seclet_struct, and SDEF
389 cleanups in bfd.
390
391Wed Nov 4 07:28:05 1992 Ken Raeburn (raeburn@cygnus.com)
392
393 * bout.h (N_CALLNAME, N_BALNAME): Define as char-type values, so
394 widening works consistently.
395
396Fri Oct 16 03:17:08 1992 John Gilmore (gnu@cygnus.com)
397
398 * getopt.h: Update to Revised Standard FSF Version.
399
400Thu Oct 15 21:43:22 1992 K. Richard Pixley (rich@sendai.cygnus.com)
401
402 * getopt.h (struct option): use the provided enum for has_arg.
403
404 * demangle.h (AUTO_DEMANGLING, GNU_DEMANGLING,
405 LUCID_DEMANGLING): ultrix compilers require enums to be
406 enums and ints to be ints and casts where they meet. cast some
407 enums into ints.
408
409Thu Oct 15 04:35:51 1992 John Gilmore (gnu@cygnus.com)
410
411 * bfd.h: Update after comment changes.
412
413Thu Oct 8 09:03:02 1992 Steve Chamberlain (sac@thepub.cygnus.com)
414
415 * bfd.h (bfd_get_symbol_leading_char): new macro for getting in xvec
416
417Thu Sep 3 09:10:50 1992 Stu Grossman (grossman at cygnus.com)
418
419 * bfd.h (struct reloc_howto_struct): size needs to be signed if
420 it's going to hold negative values.
421
422Sun Aug 30 17:50:27 1992 Per Bothner (bothner@rtl.cygnus.com)
423
424 * demangle.h: New file, moved from ../gdb. Made independent
425 of gdb. Allow demangling style option to be passed as a
426 parameter to cplus_demangle(), but using the
427 current_demangling_style global as the default.
428
429Sat Aug 29 10:07:55 1992 Fred Fish (fnf@cygnus.com)
430
431 * obstack.h: Merge comment change from current FSF version.
432
433Thu Aug 27 12:59:29 1992 Brendan Kehoe (brendan@cygnus.com)
434
435 * bfd.h: add we32k
436
437Tue Aug 25 15:07:47 1992 Steve Chamberlain (sac@thepub.cygnus.com)
438
439 * bfd.h: new after Z8000 stuff
440
441Mon Aug 17 09:01:23 1992 Ken Raeburn (raeburn@cygnus.com)
442
443 * bfd.h: Regenerated after page/segment size changes.
444
445Sat Aug 1 13:46:31 1992 Fred Fish (fnf@cygnus.com)
446
447 * obstack.h: Merge changes from current FSF version.
448
449Mon Jul 20 21:06:23 1992 Fred Fish (fnf@cygnus.com)
450
451 * obstack.h (area_id, flags): Remove, replace with extra_arg,
452 use_extra_arg, and maybe_empty_object.
453 * obstack.h (OBSTACK_MAYBE_EMPTY_OBJECT, OBSTACK_MMALLOC_LIKE):
454 Remove, replaced by maybe_empty_object and use_extra_arg bitfields.
455 * obstack.h (obstack_full_begin, _obstack_begin): Remove area_id
456 and flags arguments.
457 * obstack.h (obstack_alloc_arg): New macro to set extra_arg.
458
459Thu Jul 16 08:12:44 1992 Steve Chamberlain (sac@thepub.cygnus.com)
460
461 * bfd.h: new after adding BFD_IS_RELAXABLE
462
463Sat Jul 4 03:22:23 1992 John Gilmore (gnu at cygnus.com)
464
465 * bfd.h: Regen after adding BSF_FILE.
466
467Mon Jun 29 14:18:36 1992 Fred Fish (fnf at sunfish)
468
469 * obstack.h: Convert bcopy() use to memcpy(), which is more
470 portable, more standard, and can take advantage of gcc's builtin
471 functions for increased performance.
472
473Thu Jun 25 04:46:08 1992 John Gilmore (gnu at cygnus.com)
474
475 * ansidecl.h (PARAMS): Incorporate this macro from gdb's defs.h.
476 It's a cleaner way to forward-declare function prototypes.
477
478Fri Jun 19 15:46:32 1992 Stu Grossman (grossman at cygnus.com)
479
480 * bfd.h: HPPA merge.
481
482Tue Jun 16 21:30:56 1992 K. Richard Pixley (rich@cygnus.com)
483
484 * getopt.h: gratuitous white space changes merged from other prep
485 releases.
486
487Thu Jun 11 01:10:55 1992 John Gilmore (gnu at cygnus.com)
488
489 * bfd.h: Regen'd from bfd.c after removing elf_core_tdata_struct.
490
491Mon May 18 17:29:03 1992 K. Richard Pixley (rich@cygnus.com)
492
493 * getopt.h: merged changes from make-3.62.11.
494
495 * getopt.h: merged changes from grep-1.6 (alpha).
496
497Fri May 8 14:53:32 1992 K. Richard Pixley (rich@cygnus.com)
498
499 * getopt.h: merged changes from bison-1.18.
500
501Sat Mar 14 17:25:20 1992 Fred Fish (fnf@cygnus.com)
502
503 * obstack.h: Add "area_id" and "flags" members to obstack
504 structure. Add obstack_chunkfun() and obstack_freefun() to
505 set functions explicitly. Convert maybe_empty_object to
506 a bit in "flags".
507
508Thu Feb 27 22:01:02 1992 Per Bothner (bothner@cygnus.com)
509
510 * wait.h (WIFSTOPPED): Add IBM rs6000-specific version.
511
512Fri Feb 21 20:49:20 1992 John Gilmore (gnu at cygnus.com)
513
514 * obstack.h: Add obstack_full_begin.
515 * bfd.h, obstack.h: Protolint.
516
517Thu Jan 30 01:18:42 1992 John Gilmore (gnu at cygnus.com)
518
519 * bfd.h: Remove comma from enum declaration.
520
521Mon Jan 27 22:01:13 1992 Steve Chamberlain (sac at cygnus.com)
522
523 * bfd.h : new target entr, bfd_relax_section
524
525Wed Dec 18 17:19:44 1991 Stu Grossman (grossman at cygnus.com)
526
527 * bfd.h, ieee.h, opcode/m68k.h, opcode/sparc.h: ANSIfy enums.
528
529Thu Dec 12 20:59:56 1991 John Gilmore (gnu at cygnus.com)
530
531 * fopen-same.h, fopen-bin.h: New files for configuring
532 whether fopen distinguishes binary files or not. For use
533 by host-dependent config files.
534
535Sat Nov 30 20:46:43 1991 Steve Chamberlain (sac at rtl.cygnus.com)
536
537 * bfd.h: change the documentation format.
538
539 * created coff, elf and opcode and aout directories. Moved:
540
541 aout64.h ==> aout/aout64.h
542 ar.h ==> aout/ar.h
543 a.out.encap.h ==> aout/encap.h
544 a.out.host.h ==> aout/host.h
545 a.out.hp.h ==> aout/hp.h
546 a.out.sun4.h ==> aout/sun4.h
547 ranlib.h ==> aout/ranlib.h
548 reloc.h ==> aout/reloc.h
549 stab.def ==> aout/stab.def
550 stab.gnu.h ==> aout/stab_gnu.h
551
552 coff-a29k.h ==> coff/a29k.h
553 coff-h8300.h ==> coff/h8300.h
554 coff-i386.h ==> coff/i386.h
555 coff-i960.h ==> coff/i960.h
556 internalcoff.h ==> coff/internal.h
557 coff-m68k.h ==> coff/m68k.h
558 coff-m88k.h ==> coff/m88k.h
559 coff-mips.h ==> coff/mips.h
560 coff-rs6000.h ==> coff/rs6000.h
561
562 elf-common.h ==> elf/common.h
563 dwarf.h ==> elf/dwarf.h
564 elf-external.h ==> elf/external.h
565 elf-internal.h ==> elf/internal.h
566
567 a29k-opcode.h ==> opcode/a29k.h
568 arm-opcode.h ==> opcode/arm.h
569 h8300-opcode.h ==> opcode/h8300.h
570 i386-opcode.h ==> opcode/i386.h
571 i860-opcode.h ==> opcode/i860.h
572 i960-opcode.h ==> opcode/i960.h
573 m68k-opcode.h ==> opcode/m68k.h
574 m88k-opcode.h ==> opcode/m88k.h
575 mips-opcode.h ==> opcode/mips.h
576 np1-opcode.h ==> opcode/np1.h
577 ns32k-opcode.h ==> opcode/ns32k.h
578 pn-opcode.h ==> opcode/pn.h
579 pyr-opcode.h ==> opcode/pyr.h
580 sparc-opcode.h ==> opcode/sparc.h
581 tahoe-opcode.h ==> opcode/tahoe.h
582 vax-opcode.h ==> opcode/vax.h
583
584
585
586Wed Nov 27 10:38:31 1991 Steve Chamberlain (sac at rtl.cygnus.com)
587
588 * internalcoff.h: (internal_scnhdr) took out #def dependency, now
589 s_nreloc and s_nlnno are always long. (internal_reloc): allways
590 has an offset field now.
591
592Fri Nov 22 08:12:58 1991 John Gilmore (gnu at cygnus.com)
593
594 * coff-rs6000.h: Lint; use unsigned chars for external fields.
595 * internalcoff.h: Lint; cast storage classes to signed char.
596
597Thu Nov 21 21:01:05 1991 Per Bothner (bothner at cygnus.com)
598
599 * stab.def: Remove the GNU extended type codes (e.g. N_SETT).
600 * aout64.h: The heuristic for distinguishing between
601 sunos-style and bsd-style ZMAGIC files (wrt. where the
602 text segment starts) is moved into (the default definition of)
603 the macro N_HEADER_IN_TEXT. This definition is only used
604 if no other definition is used - e.g. bfd/newsos3.c defines
605 N_HEADER_IN_TEXT(x) to be always 0 (as before).
606
607Thu Nov 21 11:53:03 1991 John Gilmore (gnu at cygnus.com)
608
609 * aout64.h (N_TXTADDR, N_TXTOFF, N_TXTSIZE): New definitions
610 that should handle all uses. LOGICAL_ versions deleted.
611 Eliminate N_HEADER_IN_TEXT, using a_entry to determine which
612 kind of zmagic a.out file we are looking at.
613 * coff-rs6000.h: Typo.
614
615Tue Nov 19 18:43:37 1991 Per Bothner (bothner at cygnus.com)
616
617 (Note: This is a revised entry, as was aout64.h.)
618 * aout64.h: Some cleanups of N_TXTADDR and N_TXTOFF:
619 Will now work for both old- and new-style ZMAGIC files,
620 depending on N_HEADER_IN_TEXT macro.
621 Add LOGICAL_TXTADDR, LOICAL_TXTOFF and LOGICAL_TXTSIZE
622 that don't count the exec header as part
623 of the text segment, to be consistent with bfd.
624 * a.out.sun4.h: Simplified/fixed for previous change.
625
626Mon Nov 18 00:02:06 1991 Fred Fish (fnf at cygnus.com)
627
628 * dwarf.h: Update to DWARF draft 5 version from gcc2.
629
630Thu Nov 14 19:44:59 1991 Per Bothner (bothner at cygnus.com)
631
632 * stab.def: Added defs for extended GNU symbol types,
633 such as N_SETT. These are normally ifdef'd out (because
634 of conflicts with a.out.gnu.h), but are used by bfb_stab_name().
635
636Thu Nov 14 19:17:03 1991 Fred Fish (fnf at cygnus.com)
637
638 * elf-common.h: Add defines to support ELF symbol table code.
639
640Mon Nov 11 19:01:06 1991 Fred Fish (fnf at cygnus.com)
641
642 * elf-internal.h, elf-external.h, elf-common.h: Add support for
643 note sections, which are used in ELF core files to hold copies
644 of various /proc structures.
645
646Thu Nov 7 08:58:26 1991 Steve Chamberlain (sac at cygnus.com)
647
648 * internalcoff.h: took out the M88 dependency in the lineno
649 struct.
650 * coff-m88k.h: defines GET_LINENO_LNNO and PUT_LINENO_LNNO to use
651 32bit linno entries.
652 * a29k-opcode.h: fixed encoding of mtacc
653
654Sun Nov 3 11:54:22 1991 Per Bothner (bothner at cygnus.com)
655
656 * bfd.h: Updated from ../bfd/bfd-in.h (q.v).
657
658Fri Nov 1 11:13:53 1991 John Gilmore (gnu at cygnus.com)
659
660 * internalcoff.h: Add x_csect defines.
661
662Fri Oct 25 03:18:20 1991 John Gilmore (gnu at cygnus.com)
663
664 * Rename COFF-related files in `coff-ARCH.h' form.
665 coff-a29k.h, coff-i386.h, coff-i960.h, coff-m68k.h, coff-m88k.h,
666 coff-mips.h, coff-rs6000.h to be exact.
667
668Thu Oct 24 22:11:11 1991 John Gilmore (gnu at cygnus.com)
669