diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-06-02 21:01:55 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-06-02 21:01:55 +0000 |
commit | 2060536186591d118d3d3f251ac803f745bd4225 (patch) | |
tree | a69a6e57fc846a5799d279ba75a7632aad40b467 /gdb/ChangeLog | |
parent | 1da28ab05f6e368b4be1b53e1c2bb887b635994c (diff) | |
download | fsf-binutils-gdb-2060536186591d118d3d3f251ac803f745bd4225.zip fsf-binutils-gdb-2060536186591d118d3d3f251ac803f745bd4225.tar.gz fsf-binutils-gdb-2060536186591d118d3d3f251ac803f745bd4225.tar.bz2 |
2004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
Committed by Andrew Cagney.
* gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
after last enum constant to avoid error from IBM C
compiler.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 26ce8b8..e1b2b2a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2004-06-02 Albert Chin-A-Young <china@thewrittenword.com> + + Committed by Andrew Cagney. + * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma + after last enum constant to avoid error from IBM C + compiler. + 2004-06-02 Jim Blandy <jimb@redhat.com> * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess' |