X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Fvmsdbg.h;h=b2039e41fe31ed9d8569e2600a92d6f6e47ea30f;hb=5bc0532c3a91d4567a643b843e4495fe66b90b02;hp=40d669272a910a66de2e2ae056e4d7d06f8ee33a;hpb=e1bc04ba8c8fe15d6fd1467c2856ea949c8a67de;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/vmsdbg.h b/gcc/vmsdbg.h index 40d669272a9..b2039e41fe3 100644 --- a/gcc/vmsdbg.h +++ b/gcc/vmsdbg.h @@ -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 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, 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. */ +along with GCC; see the file COPYING3. If not see +. */ #ifndef GCC_VMSDBG_H #define GCC_VMSDBG_H 1 @@ -52,11 +51,11 @@ typedef struct _DST_HEADER } DST_HEADER; #define DST_K_DST_HEADER_SIZE sizeof 4 -/* Language type codes. */ +/* Language type codes. */ typedef enum _DST_LANGUAGE {DST_K_FORTRAN = 1, DST_K_C = 7, DST_K_ADA = 9, DST_K_UNKNOWN = 10, DST_K_CXX = 15} DST_LANGUAGE; -/* Module header (a module is the result of a single compilation). */ +/* Module header (a module is the result of a single compilation). */ typedef struct _DST_MODULE_BEGIN { @@ -93,7 +92,7 @@ typedef struct _DST_MODULE_END } DST_MODULE_END; #define DST_K_MODEND_SIZE sizeof 4 -/* Routine header. */ +/* Routine header. */ typedef struct _DST_ROUTINE_BEGIN { @@ -122,7 +121,7 @@ typedef struct _DST_ROUTINE_END } DST_ROUTINE_END; #define DST_K_RTNEND_SIZE 9 -/* Block header. */ +/* Block header. */ typedef struct _DST_BLOCK_BEGIN { @@ -133,7 +132,7 @@ typedef struct _DST_BLOCK_BEGIN } DST_BLOCK_BEGIN; #define DST_K_BLKBEG_SIZE 10 -/* Block trailer. */ +/* Block trailer. */ typedef struct _DST_BLOCK_END { @@ -190,7 +189,7 @@ typedef struct _DST_SOURCE_CORR #define DST_K_SOURCE_CORR_HEADER_SIZE 4 /* Source file correlation codes. */ - + #define DST_K_SRC_DECLFILE 1 #define DST_K_SRC_SETFILE 2 #define DST_K_SRC_SETREC_L 3 @@ -251,5 +250,5 @@ typedef struct _DST_PROLOG unsigned int dst_l_prolog_bkpt_addr; } DST_PROLOG; #define DST_K_PROLOG_SIZE 8 - + #endif /* GCC_VMSDBG_H */