Commit 4b570560 by H.J. Lu Committed by H.J. Lu

dwarf2out.c: Remove trailing white spaces.

2008-06-26  H.J. Lu  <hongjiu.lu@intel.com>

	* dwarf2out.c: Remove trailing white spaces.  Break long line
	in comments.

From-SVN: r137169
parent 4d5add73
2008-06-26 H.J. Lu <hongjiu.lu@intel.com>
* dwarf2out.c: Remove trailing white spaces. Break long line
in comments.
2008-06-26 Richard Sandiford <rdsandiford@googlemail.com> 2008-06-26 Richard Sandiford <rdsandiford@googlemail.com>
* libfuncs.h (LTI_synchronize): New libfunc_index. * libfuncs.h (LTI_synchronize): New libfunc_index.
......
...@@ -14154,13 +14154,13 @@ static void ...@@ -14154,13 +14154,13 @@ static void
dwarf2out_global_decl (tree decl) dwarf2out_global_decl (tree decl)
{ {
/* Output DWARF2 information for file-scope tentative data object /* Output DWARF2 information for file-scope tentative data object
declarations, file-scope (extern) function declarations (which had no declarations, file-scope (extern) function declarations (which
corresponding body) and file-scope tagged type declarations and had no corresponding body) and file-scope tagged type declarations
definitions which have not yet been forced out. and definitions which have not yet been forced out.
Ignore the global decl of any Fortran COMMON blocks which also wind up here Ignore the global decl of any Fortran COMMON blocks which also
though they have already been described in the local scope for the wind up here though they have already been described in the local
procedures using them. */ scope for the procedures using them. */
if (TREE_CODE (decl) == VAR_DECL if (TREE_CODE (decl) == VAR_DECL
&& TREE_PUBLIC (decl) && TREE_STATIC (decl) && is_fortran ()) && TREE_PUBLIC (decl) && TREE_STATIC (decl) && is_fortran ())
return; return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment