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
fdf68669
Commit
fdf68669
authored
Aug 16, 2002
by
David Edelsohn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/install.texi (*-ibm-aix*): Explain AIX shared object versioning.
From-SVN: r56380
parent
7aecca3d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
1 deletions
+34
-1
gcc/ChangeLog
+5
-1
gcc/doc/install.texi
+29
-0
No files found.
gcc/ChangeLog
View file @
fdf68669
2002-07-30 Andrew Haley <aph@redhat.com>
2002-08-16 David Edelsohn <edelsohn@gnu.org>
* doc/install.texi (*-ibm-aix*): Explain AIX shared object versioning.
2002-08-16 Andrew Haley <aph@redhat.com>
* tree-inline.c: Add includes for Java inliner.
* tree-inline.c: Add includes for Java inliner.
(remap_decl): Don't handle anonymous types for Java.
(remap_decl): Don't handle anonymous types for Java.
...
...
gcc/doc/install.texi
View file @
fdf68669
...
@@ -2337,6 +2337,35 @@ interoperate with GCC@.
...
@@ -2337,6 +2337,35 @@ interoperate with GCC@.
Building
@
file
{
libstdc
++.
a
}
requires
a
fix
for
an
AIX
Assembler
bug
Building
@
file
{
libstdc
++.
a
}
requires
a
fix
for
an
AIX
Assembler
bug
APAR
IY26685
(
AIX
4.3
)
or
APAR
IY25528
(
AIX
5.1
).
APAR
IY26685
(
AIX
4.3
)
or
APAR
IY25528
(
AIX
5.1
).
@
samp
{
libstdc
++}
in
GCC
3.2
increments
the
major
version
number
of
the
shared
object
and
GCC
installation
places
the
@
file
{
libstdc
++.
a
}
shared
library
in
a
common
location
which
will
overwrite
the
GCC
3.1
version
of
the
shared
library
.
Applications
either
need
to
be
re
-
linked
against
the
new
shared
library
or
the
GCC
3.1
version
of
the
@
samp
{
libstdc
++}
shared
object
needs
to
be
available
to
the
AIX
runtime
loader
.
The
GCC
3.1
@
samp
{
libstdc
++.
so
.4
}
shared
object
can
be
installed
for
runtime
dynamic
loading
using
the
following
steps
to
set
the
@
samp
{
F_LOADONLY
}
flag
in
the
shared
object
for
@
emph
{
each
}
multilib
@
file
{
libstdc
++.
a
}
installed
:
Extract
the
shared
object
from
each
the
GCC
3.1
@
file
{
libstdc
++.
a
}
archive
:
@
example
%
ar
-
x
libstdc
++.
so
.4
libstdc
++.
a
@
end
example
Enable
the
@
samp
{
F_LOADONLY
}
flag
so
that
the
shared
object
will
be
available
for
runtime
dynamic
loading
,
but
not
linking
:
@
example
%
strip
-
e
libstdc
++.
so
.4
@
end
example
Archive
the
runtime
-
only
shared
object
in
the
GCC
3.2
@
file
{
libstdc
++.
a
}
archive
:
@
example
%
ar
-
q
libstdc
++.
so
.4
libstdc
++.
a
@
end
example
Linking
executables
and
shared
libraries
may
produce
warnings
of
Linking
executables
and
shared
libraries
may
produce
warnings
of
duplicate
symbols
.
The
assembly
files
generated
by
GCC
for
AIX
always
duplicate
symbols
.
The
assembly
files
generated
by
GCC
for
AIX
always
have
included
multiple
symbol
definitions
for
certain
global
variable
have
included
multiple
symbol
definitions
for
certain
global
variable
...
...
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