diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2001-11-27 16:38:54 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2001-11-27 16:38:54 +0000 |
commit | ae08d4c0e94fd3f08cd1e47ed92b1fb1628f15e2 (patch) | |
tree | 0596dc695e7b378b57d1c23d831639b105f1dd21 | |
parent | f8e0aa736dbef8fe98aefa776ecdf00d5ff3941b (diff) | |
download | gcc-ae08d4c0e94fd3f08cd1e47ed92b1fb1628f15e2.zip gcc-ae08d4c0e94fd3f08cd1e47ed92b1fb1628f15e2.tar.gz gcc-ae08d4c0e94fd3f08cd1e47ed92b1fb1628f15e2.tar.bz2 |
* config/cris/cris.h (INT_ASM_OP): Remove.
From-SVN: r47384
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/cris/cris.h | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a1af414..6e0ceee 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-11-27 Hans-Peter Nilsson <hp@axis.com> + + * config/cris/cris.h (INT_ASM_OP): Remove. + 2001-11-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> * config/i386/sol2.h (WINT_TYPE): Redefine. diff --git a/gcc/config/cris/cris.h b/gcc/config/cris/cris.h index 2857788..40f01a6 100644 --- a/gcc/config/cris/cris.h +++ b/gcc/config/cris/cris.h @@ -1592,9 +1592,6 @@ struct cum_args {int regs;}; #undef UNALIGNED_SHORT_ASM_OP #define UNALIGNED_SHORT_ASM_OP "\t.word\t" -#undef INT_ASM_OP -#define INT_ASM_OP "\t.dword\t" - #undef UNALIGNED_INT_ASM_OP #define UNALIGNED_INT_ASM_OP "\t.dword\t" |