avr-libc-commit
[Top][All Lists]
Advanced

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

[avr-libc-commit] [2305] Submitted by Jan Waclawek:


From: Joerg Wunsch
Subject: [avr-libc-commit] [2305] Submitted by Jan Waclawek:
Date: Wed, 02 Jan 2013 17:53:52 +0000

Revision: 2305
          http://svn.sv.gnu.org/viewvc/?view=rev&root=avr-libc&revision=2305
Author:   joerg_wunsch
Date:     2013-01-02 17:53:52 +0000 (Wed, 02 Jan 2013)
Log Message:
-----------
Submitted by Jan Waclawek:
* doc/api/assembler.dox: Mention that .sx is an alternate suffix
for .S

Modified Paths:
--------------
    trunk/avr-libc/doc/api/assembler.dox

Added Paths:
-----------
    trunk/avr-libc/ChangeLog

Added: trunk/avr-libc/ChangeLog
===================================================================
--- trunk/avr-libc/ChangeLog                            (rev 0)
+++ trunk/avr-libc/ChangeLog    2013-01-02 17:53:52 UTC (rev 2305)
@@ -0,0 +1,7 @@
+2013-01-02  Joerg Wunsch <address@hidden>
+
+       Submitted by Jan Waclawek:
+       * doc/api/assembler.dox: Mention that .sx is an alternate suffix
+       for .S
+
+

Modified: trunk/avr-libc/doc/api/assembler.dox
===================================================================
--- trunk/avr-libc/doc/api/assembler.dox        2013-01-02 17:52:08 UTC (rev 
2304)
+++ trunk/avr-libc/doc/api/assembler.dox        2013-01-02 17:53:52 UTC (rev 
2305)
@@ -83,6 +83,13 @@
 based on the case of the filename suffix given on the command-line,
 not based on the actual filename from the file system.
 
+As an alternative to using \c .S, the suffix \c .sx is recognized for
+this purpose (starting with GCC 4.3.0).  This is primarily meant to be
+compatible with other compiler environments that have been providing
+this variant before in order to cope with operating systems where
+filenames are case-insensitive (and, with some versions of \c make
+that could not distinguish between \c .s and \c .S on such systems).
+
 Alternatively, the language can explicitly be specified using the
 <tt>-x assembler-with-cpp</tt> option.
 




reply via email to

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