This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch/mep] Remove unneeded macro.


Minor cleanups.  Committed.

	* config/mep/mep.h (CPP_SPEC): Remove __cop macro.
 
Index: config/mep/mep.h
===================================================================
--- config/mep/mep.h	(revision 149065)
+++ config/mep/mep.h	(working copy)
@@ -31,13 +31,12 @@ along with GCC; see the file COPYING3.  
 -D__tiny=__attribute__((tiny)) \
 -D__near=__attribute__((near)) \
 -D__far=__attribute__((far)) \
 -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__} \
 %{mconfig=*:-D__MEP_CONFIG_%*} \
 %{mivc2:-D__MEP_CONFIG_CP_DATA_BUS_WIDTH=64} \
 "


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]