Commit 0d3f10e5 by Richard Henderson Committed by Richard Henderson

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
parent 4c259acf
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> 2001-11-06 Danny Smith <dannysmith@users.sourceforge.net>
* gcov.c (output_data): Use IS_ABSOLUTE_PATHNAME to * gcov.c (output_data): Use IS_ABSOLUTE_PATHNAME to
......
...@@ -342,7 +342,6 @@ void FN () \ ...@@ -342,7 +342,6 @@ void FN () \
else if (TREE_CODE (DECL) == CONSTRUCTOR) \ else if (TREE_CODE (DECL) == CONSTRUCTOR) \
{ \ { \
if ((flag_pic && RELOC) \ if ((flag_pic && RELOC) \
|| ! TREE_READONLY (DECL) \
|| TREE_SIDE_EFFECTS (DECL) \ || TREE_SIDE_EFFECTS (DECL) \
|| ! TREE_CONSTANT (DECL)) \ || ! TREE_CONSTANT (DECL)) \
SECNUM = 2; \ SECNUM = 2; \
......
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