Commit 3297d3fd by David Edelsohn

remove verbatim symbol test

From-SVN: r11332
parent 4ddf648d
...@@ -70,7 +70,6 @@ Boston, MA 02111-1307, USA. */ ...@@ -70,7 +70,6 @@ Boston, MA 02111-1307, USA. */
{ 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); \
......
...@@ -66,7 +66,6 @@ Boston, MA 02111-1307, USA. */ ...@@ -66,7 +66,6 @@ Boston, MA 02111-1307, USA. */
{ 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); \
......
...@@ -51,7 +51,6 @@ Boston, MA 02111-1307, USA. */ ...@@ -51,7 +51,6 @@ Boston, MA 02111-1307, USA. */
{ 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); \
......
...@@ -344,7 +344,6 @@ toc_section () \ ...@@ -344,7 +344,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] != ']') \
{ \ { \
_name = (char *) permalloc (strlen (XSTR (_symref, 0)) + 5); \ _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