diff options
author | Tristan Gingold | 2015-11-07 09:44:10 +0100 |
---|---|---|
committer | Tristan Gingold | 2015-11-07 09:44:10 +0100 |
commit | 9ebe906c3872c02f0206d295dd2d0062558283ed (patch) | |
tree | 3bfbf0b92442277f7863ce4f47f5c9ef32034f08 /src/grt/config | |
parent | 1cf874492884008f612e0352800ae175df890865 (diff) | |
download | ghdl-9ebe906c3872c02f0206d295dd2d0062558283ed.tar.gz ghdl-9ebe906c3872c02f0206d295dd2d0062558283ed.tar.bz2 ghdl-9ebe906c3872c02f0206d295dd2d0062558283ed.zip |
Remove deprecated .version.
Diffstat (limited to 'src/grt/config')
-rw-r--r-- | src/grt/config/chkstk.S | 5 |
1 files changed, 2 insertions, 3 deletions
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__ |