Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
51d3e7d6
Commit
51d3e7d6
authored
Sep 10, 2001
by
David Edelsohn
Committed by
David Edelsohn
Sep 10, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/rs6000/t-aix43 (SHLIB_INSTALL): Use mode 751 (a+x,r-o).
From-SVN: r45522
parent
bf06b5d8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
gcc/ChangeLog
+4
-0
gcc/config/rs6000/rs6000.c
+1
-1
gcc/config/rs6000/t-aix43
+3
-1
No files found.
gcc/ChangeLog
View file @
51d3e7d6
2001
-
09
-
10
David
Edelsohn
<
edelsohn
@gnu
.
org
>
*
config
/
rs6000
/
t
-
aix43
(
SHLIB_INSTALL
)
:
Use
mode
751
(
a
+
x
,
r
-
o
).
Mon
Sep
10
16
:
26
:
44
2001
Richard
Kenner
<
kenner
@vlsi1
.
ultra
.
nyu
.
edu
>
Mon
Sep
10
16
:
26
:
44
2001
Richard
Kenner
<
kenner
@vlsi1
.
ultra
.
nyu
.
edu
>
*
builtins
.
c
(
c_getstr
)
:
Correct
thinko
in
last
change
and
further
*
builtins
.
c
(
c_getstr
)
:
Correct
thinko
in
last
change
and
further
...
...
gcc/config/rs6000/rs6000.c
View file @
51d3e7d6
...
@@ -807,7 +807,7 @@ reg_or_logical_cint_operand (op, mode)
...
@@ -807,7 +807,7 @@ reg_or_logical_cint_operand (op, mode)
return
gpc_reg_operand
(
op
,
mode
);
return
gpc_reg_operand
(
op
,
mode
);
}
}
/* Return 1 if the operand is an operand that can be loaded via the GOT */
/* Return 1 if the operand is an operand that can be loaded via the GOT
.
*/
int
int
got_operand
(
op
,
mode
)
got_operand
(
op
,
mode
)
...
...
gcc/config/rs6000/t-aix43
View file @
51d3e7d6
...
@@ -58,7 +58,9 @@ SHLIB_LINK = $(GCC_FOR_TARGET) $(LIBGCC2_CFLAGS) -shared -nodefaultlibs \
...
@@ -58,7 +58,9 @@ SHLIB_LINK = $(GCC_FOR_TARGET) $(LIBGCC2_CFLAGS) -shared -nodefaultlibs \
rm -f @multilib_dir@/shr.o
rm -f @multilib_dir@/shr.o
# $(slibdir) double quoted to protect it from expansion while building
# $(slibdir) double quoted to protect it from expansion while building
# libgcc.mk. We want this delayed until actual install time.
# libgcc.mk. We want this delayed until actual install time.
SHLIB_INSTALL = $(INSTALL_DATA) @shlib_base_name@.a $$(slibdir)/
# 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_LIBS = -lc `case @shlib_base_name@ in *pthread*) echo -lpthread ;; esac`
SHLIB_LIBS = -lc `case @shlib_base_name@ in *pthread*) echo -lpthread ;; esac`
SHLIB_MKMAP = $(srcdir)/mkmap-flat.awk
SHLIB_MKMAP = $(srcdir)/mkmap-flat.awk
SHLIB_MAPFILES = $(srcdir)/libgcc-std.ver
SHLIB_MAPFILES = $(srcdir)/libgcc-std.ver
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment