Don't use wildcards in csh expansions to avoid early termination of
[dragonfly.git] / lib / csu / alpha / crti.S
1 /*
2  * Copyright 2000 David O'Brien, John D. Polstra.
3  * All rights reserved.
4  *
5  * Redistribution and use in source and binary forms, with or without
6  * modification, are permitted provided that the following conditions
7  * are met:
8  * 1. Redistributions of source code must retain the above copyright
9  *    notice, this list of conditions and the following disclaimer.
10  * 2. Redistributions in binary form must reproduce the above copyright
11  *    notice, this list of conditions and the following disclaimer in the
12  *    documentation and/or other materials provided with the distribution.
13  *
14  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
15  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
16  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
17  * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
18  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
19  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
20  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
21  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
23  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24  */
25
26         .section .init,"ax",@progbits
27         .align  5
28         .globl  _init
29 _init:
30         ldgp $29,0($27)
31 $_init..ng: 
32         lda $30,-16($30)
33         stq $26,0($30)
34         stq $15,8($30)
35         mov $30,$15
36         .align  5
37
38
39         .section .fini,"ax",@progbits
40         .align  5
41         .globl  _fini
42 _fini:
43         ldgp $29,0($27)
44 $_fini..ng: 
45         lda $30,-16($30)
46         stq $26,0($30)
47         stq $15,8($30)
48         mov $30,$15
49         .align  5
50
51
52 .section        .rodata
53         .ascii "$FreeBSD: src/lib/csu/alpha/crti.S,v 1.1.2.2 2001/08/01 09:30:36 obrien Exp $\0"
54         .ascii "$DragonFly: src/lib/csu/alpha/Attic/crti.S,v 1.2 2003/06/17 04:26:41 dillon Exp $\0"