automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Patch: FYI: Manual -vs- assembly language


From: Tom Tromey
Subject: Patch: FYI: Manual -vs- assembly language
Date: 26 Nov 2001 15:03:47 -0700

I'm checking this in.  It updates the assembly language part of the
manual to mention the extensions that are used.  The impetus for this
came from a bug report filed in the Red Hat Bugzilla.

Tom

Index: ChangeLog
from  Tom Tromey  <address@hidden>

        * automake.texi (Assembly Support): Mention .s and .S as only
        suffixes.

Index: automake.texi
===================================================================
RCS file: /cvs/automake/automake/automake.texi,v
retrieving revision 1.248
diff -u -r1.248 automake.texi
--- automake.texi 2001/11/26 09:02:55 1.248
+++ automake.texi 2001/11/26 21:54:12
@@ -2381,6 +2381,9 @@
 for you.  Unless they are already set, it simply sets @code{AS} to the C
 compiler and @code{ASFLAGS} to the C compiler flags.
 
+Only the suffixes @samp{.s} and @samp{.S} are recognized by
address@hidden as being files containing assembly code.
+
 
 @node Fortran 77 Support, Java Support, Assembly Support, Programs
 @comment  node-name,  next,  previous,  up



reply via email to

[Prev in Thread] Current Thread [Next in Thread]