OSDN Git Service

Daily bump.
[pf3gnuchains/gcc-fork.git] / gcc / vmsdbg.h
index afb0424..18fb585 100644 (file)
@@ -1,11 +1,11 @@
 /* Definitions for the data structures and codes used in VMS debugging.
-   Copyright (C) 2001 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2007, 2010 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
 GCC 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, or (at your option) any later
+Software Foundation; either version 3, or (at your option) any later
 version.
 
 GCC is distributed in the hope that it will be useful, but WITHOUT ANY
@@ -14,9 +14,8 @@ 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 GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
-02110-1301, USA.  */
+along with GCC; see the file COPYING3.  If not see
+<http://www.gnu.org/licenses/>.  */
 
 #ifndef GCC_VMSDBG_H
 #define GCC_VMSDBG_H 1
@@ -29,7 +28,8 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
     size of the struct.  */
 
 /* Header type codes.  */
-typedef enum _DST_TYPE {DST_K_SOURCE = 155, DST_K_PROLOG = 162,
+typedef enum _DST_TYPE {DST_K_TBG = 0x17,
+                       DST_K_SOURCE = 155, DST_K_PROLOG = 162,
                        DST_K_BLKBEG = 176, DST_K_BLKEND = 177,
                        DST_K_LINE_NUM = 185, DST_K_MODBEG = 188,
                        DST_K_MODEND = 189, DST_K_RTNBEG = 190,