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
43852342
Commit
43852342
authored
Aug 29, 2002
by
John David Anglin
Committed by
John David Anglin
Aug 29, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* som.h (ALWAYS_STRIP_DOTDOT): Define to 1.
From-SVN: r56664
parent
44bb111a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
gcc/ChangeLog
+4
-0
gcc/config/pa/som.h
+6
-0
No files found.
gcc/ChangeLog
View file @
43852342
2002
-
08
-
29
John
David
Anglin
<
dave
@hiauly1
.
hia
.
nrc
.
ca
>
*
som
.
h
(
ALWAYS_STRIP_DOTDOT
)
:
Define
to
1
.
2002
-
08
-
29
Richard
Henderson
<
rth
@redhat
.
com
>
*
expr
.
h
(
enum
block_op_methods
)
:
New
.
...
...
gcc/config/pa/som.h
View file @
43852342
...
...
@@ -365,3 +365,9 @@ do { \
/* SOM does not support the init_priority C++ attribute. */
#undef SUPPORTS_INIT_PRIORITY
#define SUPPORTS_INIT_PRIORITY 0
/* The SOM linker hardcodes paths into binaries. As a result, dotdots
must be removed from library prefixes to prevent binaries from depending
on the location of the GCC tool directory. The downside is GCC
cannot be moved after installation using a symlink. */
#define ALWAYS_STRIP_DOTDOT 1
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