From: Jeff Law Date: Wed, 5 Jun 1996 23:11:46 +0000 (-0600) Subject: * pa/pa.h (TEXT_SPACE_P): Fix thinko in last change. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c003becadac8ce151cfcca944bc317b51007ede1;p=gcc.git * pa/pa.h (TEXT_SPACE_P): Fix thinko in last change. From-SVN: r12168 --- diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h index c1c082be34f..2d0c812a345 100644 --- a/gcc/config/pa/pa.h +++ b/gcc/config/pa/pa.h @@ -1533,7 +1533,6 @@ extern struct rtx_def *hppa_legitimize_address (); && (! DECL_INITIAL (DECL) || ! reloc_needed (DECL_INITIAL (DECL))) \ && !flag_pic) \ || (*tree_code_type[(int) TREE_CODE (DECL)] == 'c' \ - && (! DECL_INITIAL (DECL) || ! reloc_needed (DECL_INITIAL (DECL))) \ && !(TREE_CODE (DECL) == STRING_CST && flag_writable_strings))) #define FUNCTION_NAME_P(NAME) \