Mercurial > hg > CbC > CbC_gcc
diff gcc/vmsdbg.h @ 67:f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
author | nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 22 Mar 2011 17:18:12 +0900 |
parents | a06113de4d67 |
children | 04ced10e8804 |
line wrap: on
line diff
--- a/gcc/vmsdbg.h Tue May 25 18:58:51 2010 +0900 +++ b/gcc/vmsdbg.h Tue Mar 22 17:18:12 2011 +0900 @@ -1,5 +1,5 @@ /* Definitions for the data structures and codes used in VMS debugging. - Copyright (C) 2001, 2007 Free Software Foundation, Inc. + Copyright (C) 2001, 2007, 2010 Free Software Foundation, Inc. This file is part of GCC. @@ -28,7 +28,8 @@ 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,