aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDavid Edelsohn <edelsohn@gnu.org>2002-01-02 21:59:29 +0000
committerDavid Edelsohn <dje@gcc.gnu.org>2002-01-02 16:59:29 -0500
commit98095e2beaa1dc8dd9c192f7e0913cd1e055c042 (patch)
tree0cc3cf2b6a6eb1bec20fb136a9cba1cde6358ab6 /gcc
parenta4200657995ab7821e56ddd2688e082328e75b51 (diff)
downloadgcc-98095e2beaa1dc8dd9c192f7e0913cd1e055c042.zip
gcc-98095e2beaa1dc8dd9c192f7e0913cd1e055c042.tar.gz
gcc-98095e2beaa1dc8dd9c192f7e0913cd1e055c042.tar.bz2
* config/rs6000/t-aix43: Revert previous change.
From-SVN: r48481
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/rs6000/t-aix434
2 files changed, 5 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index bade580..f1110ec 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2002-01-02 David Edelsohn <edelsohn@gnu.org>
+
+ * config/rs6000/t-aix43: Revert previous change.
+
2002-01-02 Jason Merrill <jason@redhat.com>
* c-decl.c (c_expand_body): Call outlining_inline_function when
diff --git a/gcc/config/rs6000/t-aix43 b/gcc/config/rs6000/t-aix43
index 7c0f7eb..1327bca 100644
--- a/gcc/config/rs6000/t-aix43
+++ b/gcc/config/rs6000/t-aix43
@@ -58,9 +58,7 @@ SHLIB_LINK = $(GCC_FOR_TARGET) $(LIBGCC2_CFLAGS) -shared -nodefaultlibs \
rm -f @multilib_dir@/shr.o
# $(slibdir) double quoted to protect it from expansion while building
# libgcc.mk. We want this delayed until actual install time.
-# Install the shared library without read-other permission so that it
-# is loaded into the process private segment.
-SHLIB_INSTALL = $(INSTALL) -m 751 @shlib_base_name@.a $$(slibdir)/
+SHLIB_INSTALL = $(INSTALL_DATA) @shlib_base_name@.a $$(slibdir)/
SHLIB_LIBS = -lc `case @shlib_base_name@ in *pthread*) echo -lpthread ;; esac`
SHLIB_MKMAP = $(srcdir)/mkmap-flat.awk
SHLIB_MAPFILES = $(srcdir)/libgcc-std.ver