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

From-SVN: r56827
This commit is contained in:
Kaveh R. Ghazi 2002-09-05 05:12:38 +00:00 committed by Kaveh Ghazi
parent 0e5dbd9b2c
commit f4b488fda9
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -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)
{