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]

Re: PATCH: Add m88k-protos.h file


 > From: Richard Henderson <rth@cygnus.com>
 >  
 > On Tue, Jan 11, 2000 at 05:52:01PM -0500, Kaveh R. Ghazi wrote:
 > >  (define_expand "m88k_rcs_id"
 > >    [(match_operand:SI 0 "" "")]
 > >    ""
 > > -  "{ static char rcs_id[] = \"$What: <@(#) m88k.md,v 1.1.1.2.2.2> $\";
 > > +  "{ static char rcs_id[] ATTRIBUTE_UNUSED = \"$What: <@(#) m88k.md,v        
 > 1.1.1.2.2.2> $\";
 > >       FAIL; }")
 >  
 > Terminate this with extreme predjudice.
 >  
 > Ok.
 > r~

Done.

@@ -23,14 +23,6 @@
 
 ;;- See file "rtl.def" for documentation on define_insn, match_*, et. al.
 
-;; RCS rev field.  This is a NOP, just to get the RCS id into the
-;; program image.
-(define_expand "m88k_rcs_id"
-  [(match_operand:SI 0 "" "")]
-  ""
-  "{ static char rcs_id[] = \"$What: <@(#) m88k.md,v	1.1.1.2.2.2> $\";
-     FAIL; }")
-
 ;; Attribute describing the processor.  This attribute must match exactly
 ;; with the processor_type enumeration in m88k.h.
 
@@ -3058,7 +3050,7 @@

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