home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / gnu / gdb-4.12.tar.gz / gdb-4.12.tar / gdb-4.12 / include / aout / ChangeLog < prev    next >
Text File  |  1994-02-03  |  4KB  |  121 lines

  1. Fri Jan  7 08:20:13 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
  2.  
  3.     * aout64.h (N_TXTADDR): Add comment regarding OMAGIC and NMAGIC.
  4.  
  5. Sat Dec 25 14:55:41 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
  6.  
  7.     * aout64.h (N_DATOFF): Don't pad (revert change of 8 Jul 1993).
  8.  
  9. Tue Nov 16 15:43:46 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
  10.  
  11.     * aout64.h: New macros ZMAGIC_DISK_BLOCK_SIZE and N_DISK_BLOCK_SIZE
  12.     for Linux ZMAGIC.
  13.     (N_TXTOFF, N_DATOFF): Use them.
  14.  
  15. Thu Nov  4 00:33:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
  16.  
  17.     * aout64.h (RELOC_STD_BITS_RELATIVE_LITTLE): Fixed value to match
  18.     sun3 system; used to overlap other fields.
  19.     (RELOC_STD_BITS_JMPTABLE_LITTLE): Likewise.
  20.  
  21. Wed Nov  3 13:48:27 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
  22.  
  23.     * aout64.h (RELOC_STD_BITS_BASEREL_LITTLE): Make it 0x10 (Ken's
  24.     suggestion) to avoid conflict with RELOC_STD_BITS_EXTERN_LITTLE.
  25.  
  26. Fri Oct 29 15:09:52 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
  27.  
  28.     * hp300hpux.h (N_SHARED_LIB): Define to be 0.
  29.  
  30. Mon Sep 13 21:00:56 1993  John Gilmore  (gnu@cygnus.com)
  31.  
  32.     * ar.h (ARMAP_TIME_OFFSET):  Add and describe.
  33.  
  34. Mon Aug 23  Sean Fagan  (sef@cygnus.com)
  35.  
  36.     * aout64.h [ARCH_SIZE != 64]: Allow N_BADMAG to be overridden.
  37.  
  38. Mon Aug 16 14:30:14 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
  39.  
  40.     * stab_gnu.h: Include aout/stab.def not just stab.def.
  41.  
  42. Sun Jul 18 21:41:47 1993  Jim Kingdon  (kingdon@rtl.cygnus.com)
  43.  
  44.     * dynix3.h: New, for symmetry running dynix.
  45.  
  46. Thu Jul  8 12:52:22 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
  47.  
  48.     * aout64.h (N_BADMAG): Recognize QMAGIC.
  49.     N_TXTOFF, N_TXTADDR, N_TXTSIZE: Special code for QMAGIC.
  50.     N_DATOFF: Pad text size if we need to.
  51.  
  52. Fri Jun 18 19:19:38 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
  53.  
  54.     * stab.def (N_ECOML): Fix comment.
  55.  
  56. Mon May 31 09:21:30 1993  Jim Kingdon  (kingdon@cygnus.com)
  57.  
  58.     * stab.def: Remove Solaris information on N_FUN stabstring grammar;
  59.     I've transferred it to gdb/doc/stabs.texinfo, where it belongs.
  60.  
  61. Mon May 10 05:48:43 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
  62.  
  63.     * hp300hpux.h: Patch from Glenn Engel for linker problem and
  64.     compatibility fix:
  65.     (OMAGIC, NMAGIC): New definitions.
  66.     (SHAREMAGIC): Deleted.
  67.     (HPUX_DOT_O_MAGIC): New macro.
  68.     (_N_BADMAG): Adjusted.
  69.     (N_HEADER_IN_TEXT, N_DATADDR): New macros.
  70.  
  71. Thu Apr 29 12:07:37 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
  72.  
  73.     * hp300hpux.h: New file from Glenn Engel, glenne@lsid.hp.com.
  74.  
  75. Tue Apr 27 05:51:04 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
  76.  
  77.     * aout64.h (struct external_exec, *MAGIC, N_BADMAG): Don't define
  78.     if `external_exec' is already defined as a macro.
  79.     (N_DATOFF, N_TRELOFF, N_DRELOFF, N_SYMOFF, N_STROFF): Don't define
  80.     if already defined.
  81.     (struct external_nlist, EXTERNAL_NLIST_SIZE): Don't define if
  82.     `external_nlist' is already defined as a macro.
  83.  
  84. Sat Aug 15 04:23:02 1992  John Gilmore  (gnu@cygnus.com)
  85.  
  86.     * adobe.h:  Add description of a.out.adobe format.
  87.  
  88. Fri Jul  3 00:36:52 1992  John Gilmore  (gnu at cygnus.com)
  89.  
  90.     * stab.def:  Update more Solaris definitions.
  91.     * stab_gnu.h:  Add N_SO language types, and Solaris basic float types.
  92.  
  93. Sun Jun 14 10:53:53 1992  John Gilmore  (gnu at cygnus.com)
  94.  
  95.     * stab.def:  Update descriptions of Solaris-2 stabs; add N_UNDF.
  96.  
  97. Thu Jun 11 01:12:07 1992  John Gilmore  (gnu at cygnus.com)
  98.  
  99.     * stab.def:  Add N_OBJ and N_OPT from Solaris-2.
  100.  
  101. Thu Jan 30 18:12:44 1992  John Gilmore  (gnu at cygnus.com)
  102.  
  103.     * aout/aout64.h: N_TXTSIZE needs some more parentheses.
  104.     I don't trust C precedence.
  105.  
  106. Wed Dec 18 14:32:01 1991  Per Bothner  (bothner at cygnus.com)
  107.  
  108.     * aout/aout64.h:  Move common sunos-specific test
  109.     to recognize shared libraries into new macro N_SHARED_LIB.
  110.     Use it to simplify&reformat N_TXTADDR, N_TXTOFF, N_TXTSIZE.
  111.  
  112. Sat Nov 30 20:34:52 1991  Steve Chamberlain  (sac at rtl.cygnus.com)
  113.  
  114.     * ChangeLog, aout64.h, ar.h, encap.h, host.h, hp.h, ranlib.h,
  115.     reloc.h, stab.def, stab_gnu.h, sun4.h: All moved from the
  116.     devo/include directory
  117.  
  118.  
  119.     
  120.  
  121.