diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1994-09-27 19:27:44 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1994-09-27 19:27:44 -0400 |
commit | 0102f053893972261409e37c58678fbd2e2b5fe2 (patch) | |
tree | 11104a36e80e5192cded0f10eeb11278dbc06fe4 | |
parent | f9cf182edf755856667f7f6ce434a08248d5ea40 (diff) | |
download | gcc-0102f053893972261409e37c58678fbd2e2b5fe2.zip gcc-0102f053893972261409e37c58678fbd2e2b5fe2.tar.gz gcc-0102f053893972261409e37c58678fbd2e2b5fe2.tar.bz2 |
(ENCODE_SECTION_INFO): Only calls may go through the PLT.
(ENCODE_SECTION_INFO): Only calls may go through the PLT. All address
loads, even function address loads, have to go through the GOT or
function addresses will not be unique.
From-SVN: r8152
-rw-r--r-- | gcc/config/ns32k/ns32k.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/ns32k/ns32k.h b/gcc/config/ns32k/ns32k.h index 6cf887f..710abc7 100644 --- a/gcc/config/ns32k/ns32k.h +++ b/gcc/config/ns32k/ns32k.h @@ -1062,7 +1062,6 @@ do \ ? TREE_CST_RTL (DECL) : DECL_RTL (DECL)); \ SYMBOL_REF_FLAG (XEXP (rtl, 0)) \ = (TREE_CODE_CLASS (TREE_CODE (DECL)) != 'd' \ - || TREE_CODE (DECL) == FUNCTION_DECL \ || ! TREE_PUBLIC (DECL)); \ } \ } \ |