elf.h (DO_SELECT_SECTION): TREE_READONLY is not defined for a CONSTRUCTOR; don't check it.
* config/alpha/elf.h (DO_SELECT_SECTION): TREE_READONLY is not defined for a CONSTRUCTOR; don't check it. From-SVN: r46820
This commit is contained in:
parent
4c259acf5e
commit
0d3f10e591
@ -1,3 +1,8 @@
|
||||
2001-11-06 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* config/alpha/elf.h (DO_SELECT_SECTION): TREE_READONLY is not
|
||||
defined for a CONSTRUCTOR; don't check it.
|
||||
|
||||
2001-11-06 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* gcov.c (output_data): Use IS_ABSOLUTE_PATHNAME to
|
||||
|
@ -342,7 +342,6 @@ void FN () \
|
||||
else if (TREE_CODE (DECL) == CONSTRUCTOR) \
|
||||
{ \
|
||||
if ((flag_pic && RELOC) \
|
||||
|| ! TREE_READONLY (DECL) \
|
||||
|| TREE_SIDE_EFFECTS (DECL) \
|
||||
|| ! TREE_CONSTANT (DECL)) \
|
||||
SECNUM = 2; \
|
||||
|
Loading…
Reference in New Issue
Block a user