exceptions.c:print_flush: Remove obsolete check
[deliverable/binutils-gdb.git] / include / aout / stab.def
index 86eefe9d39762b1d0d8253e7494294270ceeba2e..345606c2dd714e2e9d7addaa51369b48c97ed37a 100644 (file)
@@ -1,19 +1,20 @@
 /* Table of DBX symbol codes for the GNU system.
-   Copyright (C) 1988, 1991 Free Software Foundation, Inc.
-
-This program is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 2 of the License, or
-(at your option) any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+   Copyright (C) 1988-2020 Free Software Foundation, Inc.
+
+   This program is free software; you can redistribute it and/or
+   modify it under the terms of the GNU General Public License as
+   published by the Free Software Foundation; either version 3 of the
+   License, or (at your option) any later version.
+
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
+   MA 02110-1301, USA.  */
 \f
 /* New stab from Solaris 2.  This uses an n_type of 0, which in a.out files
    overlaps the N_UNDF used for ordinary symbols.  In ELF files, the
@@ -52,6 +53,10 @@ __define_stab (N_MAIN, 0x2a, "MAIN")
 /* Solaris2:  Read-only data symbols.  */
 __define_stab (N_ROSYM, 0x2c, "ROSYM")
 
+/* MacOS X:
+   The beginning of a relocatable function block - including stabs.  */
+__define_stab (N_BNSYM, 0x2e, "BNSYM")
+
 /* Global symbol in Pascal.
    Supposedly the value is its line number; I'm skeptical.  */
 __define_stab (N_PC, 0x30, "PC")
@@ -105,6 +110,9 @@ __define_stab(N_DEFD, 0x4a, "DEFD")
 /* New in Solaris2.  Function start/body/end line numbers.  */
 __define_stab(N_FLINE, 0x4C, "FLINE")
 
+/* MacOS X: This tells the end of a relocatable function + debugging info.  */
+__define_stab(N_ENSYM, 0x4E, "ENSYM")
+
 /* THE FOLLOWING TWO STAB VALUES CONFLICT.  Happily, one is for Modula-2
    and one is for C++.   Still,... */
 /* GNU C++ exception variable.  Name is variable name.  */
@@ -135,6 +143,13 @@ __define_stab (N_ENDM, 0x62, "ENDM")
 
 __define_stab (N_SO, 0x64, "SO")
 
+/* Apple:  This is the stab that associated the .o file with the
+   N_SO stab, in the case where debug info is mostly stored in the .o file.  */
+__define_stab (N_OSO, 0x66, "OSO")
+
+/* SunPro F77:  Name of alias.  */
+__define_stab (N_ALIAS, 0x6c, "ALIAS")
+
 /* Automatic variable in the stack.  Value is offset from frame pointer.
    Also used for type descriptions.  */
 __define_stab (N_LSYM, 0x80, "LSYM")
@@ -177,6 +192,9 @@ __define_stab (N_EXCL, 0xc2, "EXCL")
 /* Modula-2 scope information.  Can someone say what info it contains?  */
 __define_stab (N_SCOPE, 0xc4, "SCOPE")
 
+/* Solaris2: Patch Run Time Checker.  */
+__define_stab (N_PATCH, 0xd0, "PATCH")
+
 /* End of a lexical block.  Desc matches the N_LBRAC's desc.
    The value is the address of the end of the text for the block.
    On Solaris2, the value is relative to the start of the current function.  */
@@ -239,7 +257,7 @@ __define_stab (N_LENG, 0xfe, "LENG")
        | 50 EHDECL*| 52        | 54 CATCH  | 56        |
        | 58        | 5A        | 5C        | 5E        |
        | 60 SSYM   | 62 ENDM   | 64 SO     | 66        |
-       | 68        | 6A        | 6C        | 6E        |
+       | 68        | 6A        | 6C ALIAS  | 6E        |
        | 70        | 72        | 74        | 76        |
        | 78        | 7A        | 7C        | 7E        |
        | 80 LSYM   | 82 BINCL  | 84 SOL    | 86        |
@@ -252,7 +270,7 @@ __define_stab (N_LENG, 0xfe, "LENG")
        | B8        | BA        | BC        | BE        |
        | C0 LBRAC  | C2 EXCL   | C4 SCOPE  | C6        |
        | C8        | CA        | CC        | CE        |
-       | D0        | D2        | D4        | D6        |
+       | D0 PATCH  | D2        | D4        | D6        |
        | D8        | DA        | DC        | DE        |
        | E0 RBRAC  | E2 BCOMM  | E4 ECOMM  | E6        |
        | E8 ECOML  | EA WITH   | EC        | EE        |
This page took 0.026026 seconds and 4 git commands to generate.