]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/csu/common/ignore_init_note.S
Add IRQ resource to SPIBUS
[FreeBSD/FreeBSD.git] / lib / csu / common / ignore_init_note.S
1 /*-
2  * SPDX-License-Identifier: BSD-1-Clause
3  *
4  * Copyright 2012 Konstantin Belousov <kib@FreeBSD.org>
5  * Copyright (c) 2018 The FreeBSD Foundation
6  *
7  * Parts of this software was developed by Konstantin Belousov
8  * <kib@FreeBSD.org> under sponsorship from the FreeBSD Foundation.
9  *
10  * Redistribution and use in source and binary forms, with or without
11  * modification, are permitted provided that the following conditions
12  * are met:
13  * 1. Redistributions of source code must retain the above copyright
14  *    notice, this list of conditions and the following disclaimer.
15  *
16  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
17  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
18  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
19  * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
20  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
21  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
22  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
23  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26  */
27
28 #include <machine/asm.h>
29 __FBSDID("$FreeBSD$");
30
31 #include <sys/elf_common.h>
32
33 #include "notes.h"
34
35         .section .note.tag,"a",%note
36         .p2align        2
37         .4byte          2f-1f
38         .4byte          4f-3f
39         .4byte          NT_FREEBSD_NOINIT_TAG
40 1:      .asciz          NOTE_FREEBSD_VENDOR
41 2:      .p2align        2
42 3:      .4byte          0
43 4: