comparison gcc/vmsdbg.h @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents f6334be47118
children 84e7813d76e9
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
1 /* Definitions for the data structures and codes used in VMS debugging. 1 /* Definitions for the data structures and codes used in VMS debugging.
2 Copyright (C) 2001, 2007, 2010 Free Software Foundation, Inc. 2 Copyright (C) 2001-2017 Free Software Foundation, Inc.
3 3
4 This file is part of GCC. 4 This file is part of GCC.
5 5
6 GCC is free software; you can redistribute it and/or modify it under 6 GCC is free software; you can redistribute it and/or modify it under
7 the terms of the GNU General Public License as published by the Free 7 the terms of the GNU General Public License as published by the Free
214 struct 214 struct
215 { 215 {
216 unsigned char dst_b_src_df_length; 216 unsigned char dst_b_src_df_length;
217 unsigned char dst_b_src_df_flags; 217 unsigned char dst_b_src_df_flags;
218 unsigned short int dst_w_src_df_fileid; 218 unsigned short int dst_w_src_df_fileid;
219 #ifdef HAVE_LONG_LONG 219 int64_t dst_q_src_df_rms_cdt;
220 long long dst_q_src_df_rms_cdt;
221 #else
222 #ifdef HAVE___INT64
223 __int64 dst_q_src_df_rms_cdt;
224 #endif
225 #endif
226 unsigned int dst_l_src_df_rms_ebk; 220 unsigned int dst_l_src_df_rms_ebk;
227 unsigned short int dst_w_src_df_rms_ffb; 221 unsigned short int dst_w_src_df_rms_ffb;
228 unsigned char dst_b_src_df_rms_rfo; 222 unsigned char dst_b_src_df_rms_rfo;
229 unsigned char dst_b_src_df_filename; 223 unsigned char dst_b_src_df_filename;
230 } dst_a_src_decl_src; 224 } dst_a_src_decl_src;