diff options
author | John Gilmore <gnu@cygnus> | 1993-08-02 21:46:23 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1993-08-02 21:46:23 +0000 |
commit | 8828c3686667ce65cad0392990c411e807bc7e63 (patch) | |
tree | 1749d96077697b6f5ad1dfc725d8ba60499a53fa /include | |
parent | b4703fa6188811bb301720d4f8bf6eb86d6462d7 (diff) | |
download | gdb-8828c3686667ce65cad0392990c411e807bc7e63.zip gdb-8828c3686667ce65cad0392990c411e807bc7e63.tar.gz gdb-8828c3686667ce65cad0392990c411e807bc7e63.tar.bz2 |
Move enum outside of struct defn to avoid warnings.
Diffstat (limited to 'include')
-rw-r--r-- | include/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index a49556a..aa10777 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,13 @@ +Mon Aug 2 14:45:29 1993 John Gilmore (gnu@cygnus.com) + + * dis-asm.h: Move enum outside of struct defn to avoid warnings. + +Mon Aug 2 08:49:30 1993 Stu Grossman (grossman at cygnus.com) + + * wait.h (WEXITSTATUS, WSTOPSIG): Mask down to 8 bits. This is + for systems that store stuff into the high 16 bits of a wait + status. + Fri Jul 30 18:38:02 1993 John Gilmore (gnu@cygnus.com) * dis-asm.h: Add new fields insn_info_valid, branch_delay_insns, |