OSDN Git Service

* config/rs6000/t-aix43: Revert previous change.
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 2 Jan 2002 21:59:29 +0000 (21:59 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 2 Jan 2002 21:59:29 +0000 (21:59 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48481 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/rs6000/t-aix43

index bade580..f1110ec 100644 (file)
@@ -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
 2002-01-02  Jason Merrill  <jason@redhat.com>
 
        * c-decl.c (c_expand_body): Call outlining_inline_function when
index 7c0f7eb..1327bca 100644 (file)
@@ -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.
        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
 SHLIB_LIBS = -lc `case @shlib_base_name@ in *pthread*) echo -lpthread ;; esac`
 SHLIB_MKMAP = $(srcdir)/mkmap-flat.awk
 SHLIB_MAPFILES = $(srcdir)/libgcc-std.ver