diff options
author | Mark Mitchell <mark@codesourcery.com> | 2006-01-24 23:48:01 +0000 |
---|---|---|
committer | Mark Mitchell <mark@codesourcery.com> | 2006-01-24 23:48:01 +0000 |
commit | 0b06d9f4d3fc3b7383654e28f504413db914c73e (patch) | |
tree | d1d42f56695e44860e0a905876231095b81bb3a2 /sim/ppc/ChangeLog | |
parent | 065cc494d9c0e8bbad0ec35bcbb0876f0ec5ea67 (diff) | |
download | gdb-0b06d9f4d3fc3b7383654e28f504413db914c73e.zip gdb-0b06d9f4d3fc3b7383654e28f504413db914c73e.tar.gz gdb-0b06d9f4d3fc3b7383654e28f504413db914c73e.tar.bz2 |
* words.h (signed32): Define as "int".
(unsigned32): Define as "unsigned int".
Diffstat (limited to 'sim/ppc/ChangeLog')
-rw-r--r-- | sim/ppc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index 0196fe6..f9bf0b7 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -1,3 +1,8 @@ +2006-01-23 Mark Mitchell <mark@codesourcery.com> + + * words.h (signed32): Define as "int". + (unsigned32): Define as "unsigned int". + 2005-11-28 Mark Mitchell <mark@codesourcery.com> * configure.ac (USE_WIN32API): Define it. |