]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/vmsdbg.h
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / vmsdbg.h
index 8b7fcae57a5142f9af70a26921e230ef99492df6..b2039e41fe31ed9d8569e2600a92d6f6e47ea30f 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 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
+<http://www.gnu.org/licenses/>.  */
 
 #ifndef GCC_VMSDBG_H
 #define GCC_VMSDBG_H 1
@@ -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 */