diff options
author | John Gilmore <gnu@cygnus> | 1992-06-09 03:14:50 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-06-09 03:14:50 +0000 |
commit | 6b6cc3fd0847fb58c3d6fa5a950b04c2240fe230 (patch) | |
tree | 192d7dadcdfc3a7bb7f87148d738fcb74e5d93ed /include/coff/ChangeLog | |
parent | 717b47f4822c071d9a7cc86c570f3b830d77d461 (diff) | |
download | gdb-6b6cc3fd0847fb58c3d6fa5a950b04c2240fe230.zip gdb-6b6cc3fd0847fb58c3d6fa5a950b04c2240fe230.tar.gz gdb-6b6cc3fd0847fb58c3d6fa5a950b04c2240fe230.tar.bz2 |
Use unsigned chars for fields in object files.
Diffstat (limited to 'include/coff/ChangeLog')
-rw-r--r-- | include/coff/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/coff/ChangeLog b/include/coff/ChangeLog index 6e62fad..5995036 100644 --- a/include/coff/ChangeLog +++ b/include/coff/ChangeLog @@ -1,3 +1,13 @@ +Mon Jun 8 20:13:33 1992 John Gilmore (gnu at cygnus.com) + + * ecoff-ext.h, mips.h: Use unsigned chars everywhere. + (Suggested by Antti Miettinen.) + +Tue Apr 14 15:18:44 1992 John Gilmore (gnu at cygnus.com) + + * sym.h: Add comments. + * symconst.h: Merge with Fred's changes. + Tue Apr 14 14:30:05 1992 Fred Fish (fnf@cygnus.com) * symconst.h: Pick up SGI defines for stStruct, stUnion, stEnum, |