* frv.c (frv_encode_section_info): Fix error in last change.
From-SVN: r56827
This commit is contained in:
parent
0e5dbd9b2c
commit
f4b488fda9
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue