diff options
author | "Jan-Benedict Glaw" <jbglaw@lug-owl.de> | 2006-01-30 21:23:23 +0000 |
---|---|---|
committer | "Jan-Benedict Glaw" <jbglaw@lug-owl.de> | 2006-01-30 21:23:23 +0000 |
commit | f118c166cb9967908ff6df233eaacffc3e8e3642 (patch) | |
tree | 78e2140c12d183e65d0196e9a65d27c1a0debfe1 /libc/sysdeps/linux/vax/crtn.S | |
parent | 6af91aa03ac4492a6a1c884b3c02f2b0ce5f9d4f (diff) |
Assebler sources ment to be preprocessed shouldn't contain assembler
comments, but C comments instead...
Diffstat (limited to 'libc/sysdeps/linux/vax/crtn.S')
-rw-r--r-- | libc/sysdeps/linux/vax/crtn.S | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/libc/sysdeps/linux/vax/crtn.S b/libc/sysdeps/linux/vax/crtn.S index f028947b4..6ca5c4fcd 100644 --- a/libc/sysdeps/linux/vax/crtn.S +++ b/libc/sysdeps/linux/vax/crtn.S @@ -2,28 +2,20 @@ .version "01.01" gcc2_compiled.: __gnu_compiled_c: -#APP - + .section .init -#NO_APP .align 1 .globl _init .type _init,@function -#NO_APP ret .Lfe2: .size _init,.Lfe2-_init -#APP - + .section .fini -#NO_APP .align 1 .globl _fini .type _fini,@function -#NO_APP ret .Lfe3: .size _fini,.Lfe3-_fini -#APP - .ident "GCC: (GNU) 2.95.2 19991024 (release) (Linux/VAX CVS)" |