/[gcl]/gcl/binutils/include/aout/stab.def
ViewVC logotype

Diff of /gcl/binutils/include/aout/stab.def

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by camm, Fri Aug 9 05:36:41 2002 UTC revision 1.2 by camm, Fri Sep 9 23:32:33 2005 UTC
# Line 1  Line 1 
1  /* Table of DBX symbol codes for the GNU system.  /* Table of DBX symbol codes for the GNU system.
2     Copyright 1988, 1991, 1992, 1993, 1994, 1996, 1998     Copyright 1988, 1991, 1992, 1993, 1994, 1996, 1998, 2004
3     Free Software Foundation, Inc.     Free Software Foundation, Inc.
4    
5  This program is free software; you can redistribute it and/or modify     This program is free software; you can redistribute it and/or
6  it under the terms of the GNU General Public License as published by     modify it under the terms of the GNU General Public License as
7  the Free Software Foundation; either version 2 of the License, or     published by the Free Software Foundation; either version 2 of the
8  (at your option) any later version.     License, or (at your option) any later version.
9    
10  This program is distributed in the hope that it will be useful,     This program is distributed in the hope that it will be useful,
11  but WITHOUT ANY WARRANTY; without even the implied warranty of     but WITHOUT ANY WARRANTY; without even the implied warranty of
12  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13  GNU General Public License for more details.     GNU General Public License for more details.
14    
15  You should have received a copy of the GNU General Public License     You should have received a copy of the GNU General Public License
16  along with this program; if not, write to the Free Software     along with this program; if not, write to the Free Software
17  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
18    
19  /* New stab from Solaris 2.  This uses an n_type of 0, which in a.out files  /* New stab from Solaris 2.  This uses an n_type of 0, which in a.out files
20     overlaps the N_UNDF used for ordinary symbols.  In ELF files, the     overlaps the N_UNDF used for ordinary symbols.  In ELF files, the
# Line 181  __define_stab (N_EXCL, 0xc2, "EXCL") Line 181  __define_stab (N_EXCL, 0xc2, "EXCL")
181  /* Modula-2 scope information.  Can someone say what info it contains?  */  /* Modula-2 scope information.  Can someone say what info it contains?  */
182  __define_stab (N_SCOPE, 0xc4, "SCOPE")  __define_stab (N_SCOPE, 0xc4, "SCOPE")
183    
184    /* Solaris2: Patch Run Time Checker.  */
185    __define_stab (N_PATCH, 0xd0, "PATCH")
186    
187  /* End of a lexical block.  Desc matches the N_LBRAC's desc.  /* End of a lexical block.  Desc matches the N_LBRAC's desc.
188     The value is the address of the end of the text for the block.     The value is the address of the end of the text for the block.
189     On Solaris2, the value is relative to the start of the current function.  */     On Solaris2, the value is relative to the start of the current function.  */
# Line 256  __define_stab (N_LENG, 0xfe, "LENG") Line 259  __define_stab (N_LENG, 0xfe, "LENG")
259          | B8        | BA        | BC        | BE        |          | B8        | BA        | BC        | BE        |
260          | C0 LBRAC  | C2 EXCL   | C4 SCOPE  | C6        |          | C0 LBRAC  | C2 EXCL   | C4 SCOPE  | C6        |
261          | C8        | CA        | CC        | CE        |          | C8        | CA        | CC        | CE        |
262          | D0        | D2        | D4        | D6        |          | D0 PATCH  | D2        | D4        | D6        |
263          | D8        | DA        | DC        | DE        |          | D8        | DA        | DC        | DE        |
264          | E0 RBRAC  | E2 BCOMM  | E4 ECOMM  | E6        |          | E0 RBRAC  | E2 BCOMM  | E4 ECOMM  | E6        |
265          | E8 ECOML  | EA WITH   | EC        | EE        |          | E8 ECOML  | EA WITH   | EC        | EE        |

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26