diff options
author | Michael Matz <matz@gcc.gnu.org> | 2004-02-25 00:46:01 +0000 |
---|---|---|
committer | Michael Matz <matz@gcc.gnu.org> | 2004-02-25 00:46:01 +0000 |
commit | 89ab2b79a70e38e3d371971494a2434deeec934b (patch) | |
tree | 9b6eab6c851c58c737cfb7a4afb2f78a326d2b5f /gcc | |
parent | 265d94acde9c183595b9c045fd9abe962d814f86 (diff) | |
download | gcc-89ab2b79a70e38e3d371971494a2434deeec934b.zip gcc-89ab2b79a70e38e3d371971494a2434deeec934b.tar.gz gcc-89ab2b79a70e38e3d371971494a2434deeec934b.tar.bz2 |
i386.c (ix86_comp_type_attributes): Check for regparm attributes.
* config/i386/i386.c (ix86_comp_type_attributes): Check for
regparm attributes.
From-SVN: r78411
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 245f2cd..6b9ac6e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-02-24 Michael Matz <matz@suse.de> + + * config/i386/i386.c (ix86_comp_type_attributes): Check for + regparm attributes. + 2004-02-24 Richard Henderson <rth@redhat.com> * toplev.c (dump_file_tbl): Rename from dump_file. |