diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-09-12 16:08:51 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-09-12 16:08:51 +0000 |
commit | d8586e35caeb6ffea7058bce844023ec19140cc7 (patch) | |
tree | e5eb60258e53b11a03cf23a1f9898b8a9bcdf52d /include | |
parent | 0764fb04511f3005e359fc8f017f46b403c04bf7 (diff) | |
download | gdb-d8586e35caeb6ffea7058bce844023ec19140cc7.zip gdb-d8586e35caeb6ffea7058bce844023ec19140cc7.tar.gz gdb-d8586e35caeb6ffea7058bce844023ec19140cc7.tar.bz2 |
* internal.h (struct internal_syment): Change n_numaux field from
char to unsigned char.
Diffstat (limited to 'include')
-rw-r--r-- | include/coff/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/coff/ChangeLog b/include/coff/ChangeLog index 2d32027..5b737ae 100644 --- a/include/coff/ChangeLog +++ b/include/coff/ChangeLog @@ -1,3 +1,12 @@ +Tue Sep 12 12:08:20 1995 Ian Lance Taylor <ian@cygnus.com> + + * internal.h (struct internal_syment): Change n_numaux field from + char to unsigned char. + +Fri Sep 1 15:39:36 1995 Kazumoto Kojima <kkojima@info.kanagawa-u.ac.jp> + + * mips.h (struct rpdr_ext): Define. + Thu Aug 31 16:51:50 1995 steve chamberlain <sac@slash.cygnus.com> * internal.h (internal_aouthdr, internal_filehdr): |