]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* i386/djgpp.h (SET_ASM_OP): Define.
authorMark Elbrecht <snowball3@usa.net>
Sat, 10 Apr 1999 04:34:36 +0000 (04:34 +0000)
committerJeff Law <law@gcc.gnu.org>
Sat, 10 Apr 1999 04:34:36 +0000 (22:34 -0600)
From-SVN: r26330

gcc/ChangeLog
gcc/config/i386/djgpp.h

index 8aad0c73edf0cc2aa5c2c0db31069c50dff71197..9d16226908eb87fd7b4f403834d4b112e519c64c 100644 (file)
@@ -11,6 +11,8 @@ Sat Apr 10 05:25:28 1999  Daniel Jacobowitz <dan@debian.org>
 
 Sat Apr 10 05:14:50 1999  Mark Elbrecht  <snowball3@usa.net>
 
+       * i386/djgpp.h (SET_ASM_OP): Define.
+
        * collect2.c (find_a_file): Use HAVE_DOS_BASED_FILE_SYSTEM in place
        of the DIR_SEPARATOR test.
        Consider any file starting with a drivename to be absolute.
index 2c238bc689ca96e816602b99f42bee9b5a6c3d00..6cee75bc837b95e2f339bb68f7e349a2d9e54507 100644 (file)
@@ -33,6 +33,11 @@ Boston, MA 02111-1307, USA.  */
 
 #include "i386/gas.h"
 
+/* Enable alias attribute support.  */
+#ifndef SET_ASM_OP
+#define SET_ASM_OP "\t.set"
+#endif
+
 /* Search for as.exe and ld.exe in DJGPP's binary directory. */ 
 #define MD_EXEC_PREFIX "$DJDIR/bin/"