Commit 5e32e83b by Richard Stallman

*** empty log message ***

From-SVN: r1104
parent d9ca49d5
......@@ -597,6 +597,9 @@ sdbout_symbol (decl, local)
int regno = -1;
char *name;
if (DECL_IGNORED_P (decl))
return;
sdbout_one_type (type);
switch (TREE_CODE (decl))
......@@ -801,6 +804,9 @@ sdbout_toplevel_data (decl)
{
tree type = TREE_TYPE (decl);
if (DECL_IGNORED_P (decl))
return;
if (! (TREE_CODE (decl) == VAR_DECL
&& GET_CODE (DECL_RTL (decl)) == MEM
&& DECL_INITIAL (decl)))
......
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