summaryrefslogtreecommitdiff
path: root/src/grt/config
diff options
context:
space:
mode:
authorTristan Gingold2015-11-07 09:44:10 +0100
committerTristan Gingold2015-11-07 09:44:10 +0100
commit9ebe906c3872c02f0206d295dd2d0062558283ed (patch)
tree3bfbf0b92442277f7863ce4f47f5c9ef32034f08 /src/grt/config
parent1cf874492884008f612e0352800ae175df890865 (diff)
downloadghdl-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.S5
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__