Commit 4ddf648d by David Edelsohn

remove verbatim symbol test for section descriptors of externals

From-SVN: r11331
parent 35b28a7a
...@@ -2412,7 +2412,6 @@ toc_section () \ ...@@ -2412,7 +2412,6 @@ toc_section () \
{ rtx _symref = XEXP (DECL_RTL (DECL), 0); \ { rtx _symref = XEXP (DECL_RTL (DECL), 0); \
if ((TREE_CODE (DECL) == VAR_DECL \ if ((TREE_CODE (DECL) == VAR_DECL \
|| TREE_CODE (DECL) == FUNCTION_DECL) \ || TREE_CODE (DECL) == FUNCTION_DECL) \
&& (NAME)[0] != '*' \
&& (NAME)[strlen (NAME) - 1] != ']') \ && (NAME)[strlen (NAME) - 1] != ']') \
{ \ { \
char *_name = (char *) permalloc (strlen (XSTR (_symref, 0)) + 5); \ char *_name = (char *) permalloc (strlen (XSTR (_symref, 0)) + 5); \
......
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