diff options
author | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-06-29 23:24:39 +0000 |
---|---|---|
committer | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-06-29 23:24:39 +0000 |
commit | 3a28fb14823fe007f600b254e26d1af822b08058 (patch) | |
tree | 5b07b8c726bcf6b3ab0d64f6b93855fb8cf65bb9 /gcc | |
parent | 7c3116fbffbdcf18c0c4ad1ce8dbc78f73645dc7 (diff) | |
download | gcc-3a28fb14823fe007f600b254e26d1af822b08058.tar.gz |
* config/mep/mep.h (CPP_SPEC): Remove __cop macro.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@149069 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/config/mep/mep.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 60d689ed143..52812c89ce7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ 2009-06-29 DJ Delorie <dj@redhat.com> + * config/mep/mep.h (CPP_SPEC): Remove __cop macro. + * doc/extend.texi: Add MeP attributes and pragmas. * doc/invoke.text: Add MeP Options. * doc/contrib.texi: Add MeP contribution. diff --git a/gcc/config/mep/mep.h b/gcc/config/mep/mep.h index a80f7aa4a3a..105ec49ce1c 100644 --- a/gcc/config/mep/mep.h +++ b/gcc/config/mep/mep.h @@ -34,7 +34,6 @@ along with GCC; see the file COPYING3. If not see -D__vliw=__attribute__((vliw)) \ -D__interrupt=__attribute__((interrupt)) \ -D__disinterrupt=__attribute__((disinterrupt)) \ --D__cop=__attribute__((cop)) \ %{!meb:%{!mel:-D__BIG_ENDIAN__}} \ %{meb:-U__LITTLE_ENDIAN__ -D__BIG_ENDIAN__} \ %{mel:-U__BIG_ENDIAN__ -D__LITTLE_ENDIAN__} \ |