diff options
author | Andrew Cagney <cagney@redhat.com> | 1998-11-17 23:59:30 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1998-11-17 23:59:30 +0000 |
commit | 78dee4ee0534c35875961f40cc92e36ef5dd3cd0 (patch) | |
tree | 5586afb59455c45c60f571b945b1eb25952261b0 /sim | |
parent | 82ef568c2e7ead6ebed8d963a8700f591177aacb (diff) | |
download | gdb-78dee4ee0534c35875961f40cc92e36ef5dd3cd0.zip gdb-78dee4ee0534c35875961f40cc92e36ef5dd3cd0.tar.gz gdb-78dee4ee0534c35875961f40cc92e36ef5dd3cd0.tar.bz2 |
Re-do type system so that GCC's explicit attribute/mode types are used
(when available).
Update sim-bits and sim-alu tests in sim/testsuite/common.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/common/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 8a334a2..89a1d3d 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,8 @@ +Wed Nov 18 10:22:22 1998 Andrew Cagney <cagney@b1.cygnus.com> + + * sim-types.h: Re-do type system so that GCC's attribute and mode + are used to specify types. Handle case of ALPHA. + 1998-11-13 Frank Ch. Eigler <fche@elastic.org> start-sanitize-gxsim |