From f118c166cb9967908ff6df233eaacffc3e8e3642 Mon Sep 17 00:00:00 2001 From: "\"Jan-Benedict Glaw\"" Date: Mon, 30 Jan 2006 21:23:23 +0000 Subject: Assebler sources ment to be preprocessed shouldn't contain assembler comments, but C comments instead... --- libc/sysdeps/linux/vax/crti.S | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) (limited to 'libc/sysdeps/linux/vax/crti.S') diff --git a/libc/sysdeps/linux/vax/crti.S b/libc/sysdeps/linux/vax/crti.S index e75eb5ca1..0056478bb 100644 --- a/libc/sysdeps/linux/vax/crti.S +++ b/libc/sysdeps/linux/vax/crti.S @@ -2,29 +2,20 @@ .version "01.01" gcc2_compiled.: __gnu_compiled_c: -#APP - .section .init -#NO_APP .align 1 .globl _init .type _init,@function _init: - .word 0x0 -#APP - + .word 0x0000 + .align 1 - - + .section .fini -#NO_APP .align 1 .globl _fini .type _fini,@function _fini: - .word 0x0 -#APP + .word 0x0000 .align 1 - - .ident "GCC: (GNU) 2.95.2 19991024 (release) (Linux/VAX CVS)" -- cgit v1.2.3