diff options
author | Jeff Law <law@gcc.gnu.org> | 1996-06-05 17:11:46 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1996-06-05 17:11:46 -0600 |
commit | c003becadac8ce151cfcca944bc317b51007ede1 (patch) | |
tree | ddd1dd99aeb1ab3bd9406ab444c3b4cbdda37047 /gcc | |
parent | fba29a8c1efd344c19ec1e955e2c77433f698e79 (diff) | |
download | gcc-c003becadac8ce151cfcca944bc317b51007ede1.zip gcc-c003becadac8ce151cfcca944bc317b51007ede1.tar.gz gcc-c003becadac8ce151cfcca944bc317b51007ede1.tar.bz2 |
* pa/pa.h (TEXT_SPACE_P): Fix thinko in last change.
From-SVN: r12168
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/pa/pa.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h index c1c082b..2d0c812 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) \ |