From 9ebe906c3872c02f0206d295dd2d0062558283ed Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sat, 7 Nov 2015 09:44:10 +0100 Subject: Remove deprecated .version. --- src/grt/config/chkstk.S | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/grt/config') diff --git a/src/grt/config/chkstk.S b/src/grt/config/chkstk.S index ab244d0..7d499cb 100644 --- a/src/grt/config/chkstk.S +++ b/src/grt/config/chkstk.S @@ -24,14 +24,13 @@ covered by the GNU Public License. */ .file "chkstk.S" - .version "01.01" - + .text #ifdef __APPLE__ #define __chkstk ___chkstk #endif - + /* Function called to loop on the process. */ .align 4 #ifdef __ELF__ -- cgit