diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-02-26 18:26:25 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-02-26 18:26:25 +0000 |
commit | c83e4c2db8d538c53efc2f21d7d4ff06e8278d65 (patch) | |
tree | d11a3baef235ddb62ac84b743ea1e7a709c96b46 /include | |
parent | 68241b2b3f91c517b33a1d234ade7ed834f31f54 (diff) | |
download | binutils-gdb-c83e4c2db8d538c53efc2f21d7d4ff06e8278d65.tar.gz |
* aout64.h: Add casts to avoid warnings from SVR4 cc.
Diffstat (limited to 'include')
-rw-r--r-- | include/aout/ChangeLog | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/include/aout/ChangeLog b/include/aout/ChangeLog index 9f21a49ff83..2b3382474c2 100644 --- a/include/aout/ChangeLog +++ b/include/aout/ChangeLog @@ -1,3 +1,36 @@ +Sat Feb 26 10:25:53 1994 Ian Lance Taylor (ian@cygnus.com) + + * aout64.h: Add casts to avoid warnings from SVR4 cc. + +Fri Feb 11 12:56:04 1994 Stan Shebs (shebs@andros.cygnus.com) + + * ar.h (ARMAG, ARMAGB, ARFMAG): Change '\n' to '\012', for greater + portability. + +Fri Jan 21 00:59:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * sun4.h: Added information about SunOS shared libraries. + +Fri Jan 7 08:20:13 1994 Jim Kingdon (kingdon@deneb.cygnus.com) + + * aout64.h (N_TXTADDR): Add comment regarding OMAGIC and NMAGIC. + +Sat Dec 25 14:55:41 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * aout64.h (N_DATOFF): Don't pad (revert change of 8 Jul 1993). + +Tue Nov 16 15:43:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * aout64.h: New macros ZMAGIC_DISK_BLOCK_SIZE and N_DISK_BLOCK_SIZE + for Linux ZMAGIC. + (N_TXTOFF, N_DATOFF): Use them. + +Thu Nov 4 00:33:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com) + + * aout64.h (RELOC_STD_BITS_RELATIVE_LITTLE): Fixed value to match + sun3 system; used to overlap other fields. + (RELOC_STD_BITS_JMPTABLE_LITTLE): Likewise. + Wed Nov 3 13:48:27 1993 David J. Mackenzie (djm@thepub.cygnus.com) * aout64.h (RELOC_STD_BITS_BASEREL_LITTLE): Make it 0x10 (Ken's |