diff options
author | Richard Stallman <rms@gnu.org> | 1992-07-12 02:40:53 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-07-12 02:40:53 +0000 |
commit | 44fe2e801cd57019e45cb0e66fd9ba6e4a8e18b2 (patch) | |
tree | 8ccb94d7809bf22a61cb164d5bdcba68ae4b9411 /gcc/halfpic.c | |
parent | e2f2127c322fb176748f82991290c474b315d0c6 (diff) | |
download | gcc-44fe2e801cd57019e45cb0e66fd9ba6e4a8e18b2.tar.gz |
entered into RCS
From-SVN: r1565
Diffstat (limited to 'gcc/halfpic.c')
-rw-r--r-- | gcc/halfpic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/halfpic.c b/gcc/halfpic.c index 77c392f0c69..f691ce33c89 100644 --- a/gcc/halfpic.c +++ b/gcc/halfpic.c @@ -225,7 +225,7 @@ half_pic_encode (decl) #endif /* If this is not an external reference, it can't be half-pic. */ - if (!TREE_EXTERNAL (decl) && (code != VAR_DECL || !TREE_PUBLIC (decl))) + if (!DECL_EXTERNAL (decl) && (code != VAR_DECL || !TREE_PUBLIC (decl))) return; ptr = half_pic_hash (IDENTIFIER_POINTER (asm_name), |