1198893Srdivacky/*-
2198893Srdivacky * Copyright 1996, 1997, 1998, 2000 John D. Polstra.
3198893Srdivacky * All rights reserved.
4198893Srdivacky *
5198893Srdivacky * Redistribution and use in source and binary forms, with or without
6198893Srdivacky * modification, are permitted provided that the following conditions
7198893Srdivacky * are met:
8198893Srdivacky * 1. Redistributions of source code must retain the above copyright
9198893Srdivacky *    notice, this list of conditions and the following disclaimer.
10198893Srdivacky * 2. Redistributions in binary form must reproduce the above copyright
11198893Srdivacky *    notice, this list of conditions and the following disclaimer in the
12198893Srdivacky *    documentation and/or other materials provided with the distribution.
13198893Srdivacky *
14234353Sdim * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
15234353Sdim * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
16234353Sdim * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
17234353Sdim * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
18199990Srdivacky * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
19199990Srdivacky * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
20210299Sed * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
21199990Srdivacky * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22198893Srdivacky * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
23198893Srdivacky * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24198893Srdivacky */
25198893Srdivacky
26198893Srdivacky#include <machine/asm.h>
27221345Sdim__FBSDID("$FreeBSD$");
28226633Sdim
29226633Sdim	.section .init,"ax",@progbits
30200583Srdivacky	addq	$8,%rsp
31198893Srdivacky	ret
32198893Srdivacky
33198893Srdivacky	.section .fini,"ax",@progbits
34200583Srdivacky	addq	$8,%rsp
35200583Srdivacky	ret
36221345Sdim
37226633Sdim	.section .note.GNU-stack,"",%progbits
38226633Sdim