Browse Source

+ added explicit ATT mode request for assembler input

mazen 21 years ago
parent
commit
002c0fe673
1 changed files with 5 additions and 1 deletions
  1. 5 1
      rtl/unix/linuxold.inc

+ 5 - 1
rtl/unix/linuxold.inc

@@ -2116,6 +2116,7 @@ begin
      exit(-1); // give an error result
      exit(-1); // give an error result
    end;
    end;
 {$ifdef cpui386}
 {$ifdef cpui386}
+{$ASMMODE ATT}
   asm
   asm
         { Insert the argument onto the new stack. }
         { Insert the argument onto the new stack. }
         movl    sp,%ecx
         movl    sp,%ecx
@@ -5907,7 +5908,10 @@ End.
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.10  2003-11-10 16:54:28  marco
+  Revision 1.11  2003-12-10 09:36:16  mazen
+  + added explicit ATT mode request for assembler  input
+
+  Revision 1.10  2003/11/10 16:54:28  marco
    * new oldlinux unit. 1_0 defines killed in some former FCL parts.
    * new oldlinux unit. 1_0 defines killed in some former FCL parts.