]> git.ipfire.org Git - thirdparty/gcc.git/blame - libgcc/config/alpha/vms-dwarf2.S
Update copyright years.
[thirdparty/gcc.git] / libgcc / config / alpha / vms-dwarf2.S
CommitLineData
7a0c8d71 1/* VMS dwarf2 section sequentializer.
a945c346 2 Copyright (C) 2001-2024 Free Software Foundation, Inc.
7a0c8d71
DR
3 Contributed by Douglas B. Rupp (rupp@gnat.com).
4
7ec022b2 5This file is part of GCC.
7a0c8d71 6
7ec022b2 7GCC is free software; you can redistribute it and/or modify
7a0c8d71 8it under the terms of the GNU General Public License as published by
748086b7 9the Free Software Foundation; either version 3, or (at your option)
7a0c8d71
DR
10any later version.
11
7ec022b2 12GCC is distributed in the hope that it will be useful,
7a0c8d71
DR
13but WITHOUT ANY WARRANTY; without even the implied warranty of
14MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details.
16
748086b7
JJ
17Under Section 7 of GPL version 3, you are granted additional
18permissions described in the GCC Runtime Library Exception, version
193.1, as published by the Free Software Foundation.
20
21You should have received a copy of the GNU General Public License and
22a copy of the GCC Runtime Library Exception along with this program;
23see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
24<http://www.gnu.org/licenses/>. */
7a0c8d71
DR
25
26/* Linking with this file forces Dwarf2 debug sections to be
27 sequentially loaded by the VMS linker, enabling GDB to read them. */
28
29.section .debug_abbrev,NOWRT
30 .align 0
31 .globl $dwarf2.debug_abbrev
32$dwarf2.debug_abbrev:
33
34.section .debug_aranges,NOWRT
35 .align 0
36 .globl $dwarf2.debug_aranges
37$dwarf2.debug_aranges:
38
39.section .debug_frame,NOWRT
40 .align 0
41 .globl $dwarf2.debug_frame
42$dwarf2.debug_frame:
43
44.section .debug_info,NOWRT
45 .align 0
46 .globl $dwarf2.debug_info
47$dwarf2.debug_info:
48
49.section .debug_line,NOWRT
50 .align 0
51 .globl $dwarf2.debug_line
52$dwarf2.debug_line:
53
54.section .debug_loc,NOWRT
55 .align 0
56 .globl $dwarf2.debug_loc
57$dwarf2.debug_loc:
58
59.section .debug_macinfo,NOWRT
60 .align 0
61 .globl $dwarf2.debug_macinfo
62$dwarf2.debug_macinfo:
63
64.section .debug_pubnames,NOWRT
65 .align 0
66 .globl $dwarf2.debug_pubnames
67$dwarf2.debug_pubnames:
68
69.section .debug_str,NOWRT
70 .align 0
71 .globl $dwarf2.debug_str
72$dwarf2.debug_str:
73
74.section .debug_zzzzzz,NOWRT
75 .align 0
76 .globl $dwarf2.debug_zzzzzz
77$dwarf2.debug_zzzzzz: