1/* VMS dwarf2 section sequentializer. 2 Copyright (C) 2001 Free Software Foundation, Inc. 3 Contributed by Douglas B. Rupp (rupp@gnat.com). 4 5This file is part of GCC. 6 7GCC is free software; you can redistribute it and/or modify 8it under the terms of the GNU General Public License as published by 9the Free Software Foundation; either version 2, or (at your option) 10any later version. 11 12In addition to the permissions in the GNU General Public License, the 13Free Software Foundation gives you unlimited permission to link the 14compiled version of this file into combinations with other programs, 15and to distribute those combinations without any restriction coming 16from the use of this file. (The General Public License restrictions 17do apply in other respects; for example, they cover modification of 18the file, and distribution when not linked into a combine 19executable.) 20 21GCC is distributed in the hope that it will be useful, 22but WITHOUT ANY WARRANTY; without even the implied warranty of 23MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24GNU General Public License for more details. 25 26You should have received a copy of the GNU General Public License 27along with GCC; see the file COPYING. If not, write to 28the Free Software Foundation, 51 Franklin Street, Fifth Floor, 29Boston, MA 02110-1301, USA. */ 30 31/* Linking with this file forces Dwarf2 debug sections to be 32 sequentially loaded by the VMS linker, enabling GDB to read them. */ 33 34.section .debug_abbrev,NOWRT 35 .align 0 36 .globl $dwarf2.debug_abbrev 37$dwarf2.debug_abbrev: 38 39.section .debug_aranges,NOWRT 40 .align 0 41 .globl $dwarf2.debug_aranges 42$dwarf2.debug_aranges: 43 44.section .debug_frame,NOWRT 45 .align 0 46 .globl $dwarf2.debug_frame 47$dwarf2.debug_frame: 48 49.section .debug_info,NOWRT 50 .align 0 51 .globl $dwarf2.debug_info 52$dwarf2.debug_info: 53 54.section .debug_line,NOWRT 55 .align 0 56 .globl $dwarf2.debug_line 57$dwarf2.debug_line: 58 59.section .debug_loc,NOWRT 60 .align 0 61 .globl $dwarf2.debug_loc 62$dwarf2.debug_loc: 63 64.section .debug_macinfo,NOWRT 65 .align 0 66 .globl $dwarf2.debug_macinfo 67$dwarf2.debug_macinfo: 68 69.section .debug_pubnames,NOWRT 70 .align 0 71 .globl $dwarf2.debug_pubnames 72$dwarf2.debug_pubnames: 73 74.section .debug_str,NOWRT 75 .align 0 76 .globl $dwarf2.debug_str 77$dwarf2.debug_str: 78 79.section .debug_zzzzzz,NOWRT 80 .align 0 81 .globl $dwarf2.debug_zzzzzz 82$dwarf2.debug_zzzzzz: 83