OSDN Git Service

PR target/50740
[pf3gnuchains/gcc-fork.git] / gcc / stab.def
index 7a0b849..8ac17ac 100644 (file)
@@ -1,10 +1,10 @@
 /* Table of DBX symbol codes for the GNU system.
-   Copyright (C) 1988, 1997, 1998 Free Software Foundation, Inc.
+   Copyright (C) 1988, 1997, 1998, 2004, 2007 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public License as
-   published by the Free Software Foundation; either version 2 of the
+   published by the Free Software Foundation; either version 3 of the
    License, or (at your option) any later version.
 
    The GNU C Library is distributed in the hope that it will be useful,
@@ -13,9 +13,8 @@
    Library General Public License for more details.
 
    You should have received a copy of the GNU Library General Public
-   License along with the GNU C Library; see the file COPYING.LIB.  If not,
-   write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-   Boston, MA 02111-1307, USA.  */
+   License along with the GNU C Library; see the file COPYING3.  If
+   not see <http://www.gnu.org/licenses/>.  */
 
 /* This contains contribution from Cygnus Support.  */
 \f
@@ -39,6 +38,12 @@ __define_stab (N_STSYM, 0x26, "STSYM")
 /* BSS-segment variable with internal linkage.  Value is its address.  */
 __define_stab (N_LCSYM, 0x28, "LCSYM")
 
+/* Begin function marker.  */
+__define_stab (N_BNSYM, 0x2e, "BNSYM")
+
+/* End function marker.  */
+__define_stab (N_ENSYM, 0x4e, "ENSYM")
+
 /* Name of main routine.  Only the name is significant.
    This is not used in C.  */
 __define_stab (N_MAIN, 0x2a, "MAIN")
@@ -201,11 +206,11 @@ __define_stab (N_LENG, 0xfe, "LENG")
        |_______________________________________________|
        | Debug entries with bit 01 set are unused.     |
        | 20 GSYM   | 22 FNAME  | 24 FUN    | 26 STSYM  |
-       | 28 LCSYM  | 2A MAIN   | 2C        | 2E        |
+       | 28 LCSYM  | 2A MAIN   | 2C        | 2E BNSYM  |
        | 30 PC     | 32 NSYMS  | 34 NOMAP  | 36        |
        | 38 OBJ    | 3A        | 3C OPT    | 3E        |
        | 40 RSYM   | 42 M2C    | 44 SLINE  | 46 DSLINE |
-       | 48 BSLINE*| 4A DEFD   | 4C        | 4E        |
+       | 48 BSLINE*| 4A DEFD   | 4C        | 4E ENSYM  |
        | 50 EHDECL*| 52        | 54 CATCH  | 56        |
        | 58        | 5A        | 5C        | 5E        |
        | 60 SSYM   | 62        | 64 SO     | 66        |