Commit f4b488fd by Kaveh R. Ghazi Committed by Kaveh Ghazi

* frv.c (frv_encode_section_info): Fix error in last change.

From-SVN: r56827
parent 0e5dbd9b
2002-09-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* frv.c (frv_encode_section_info): Fix error in last change.
2002-09-04 David Edelsohn <edelsohn@gnu.org>
* config/rs6000/rs6000.c (rs6000_flag_pic): New variable.
......
......@@ -741,7 +741,7 @@ frv_encode_section_info (decl, first)
tree decl;
int first;
{
if (first)
if (! first)
return;
if (TREE_CODE (decl) == VAR_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