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
882affa8
Commit
882affa8
authored
Oct 03, 2002
by
Steve Ellcey
Committed by
Steve Ellcey
Oct 03, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/pa/pa64-hpux.h (INIT_ENVIRONMENT): New.
From-SVN: r57793
parent
83eb95f9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
gcc/ChangeLog
+4
-0
gcc/config/pa/pa64-hpux.h
+5
-0
No files found.
gcc/ChangeLog
View file @
882affa8
2002
-
10
-
03
Steve
Ellcey
<
sje
@cup
.
hp
.
com
>
2002
-
10
-
03
Steve
Ellcey
<
sje
@cup
.
hp
.
com
>
*
config
/
pa
/
pa64
-
hpux
.
h
(
INIT_ENVIRONMENT
)
:
New
.
2002
-
10
-
03
Steve
Ellcey
<
sje
@cup
.
hp
.
com
>
*
config
.
gcc
(
hppa
*
64
*-*-
hpux11
*
)
:
Check
gnu_ld
.
*
config
.
gcc
(
hppa
*
64
*-*-
hpux11
*
)
:
Check
gnu_ld
.
*
config
/
pa
/
pa
.
h
(
MASK_GNU_LD
)
:
New
.
*
config
/
pa
/
pa
.
h
(
MASK_GNU_LD
)
:
New
.
(
TARGET_GNU_LD
)
:
New
.
(
TARGET_GNU_LD
)
:
New
.
...
...
gcc/config/pa/pa64-hpux.h
View file @
882affa8
...
@@ -159,3 +159,8 @@ do { \
...
@@ -159,3 +159,8 @@ do { \
#ifndef ASM_DECLARE_RESULT
#ifndef ASM_DECLARE_RESULT
#define ASM_DECLARE_RESULT(FILE, RESULT)
#define ASM_DECLARE_RESULT(FILE, RESULT)
#endif
#endif
/* If using HP ld do not call pxdb. Use size as a program that does nothing
and returns 0. /bin/true cannot be used because it is a script without
an interpreter. */
#define INIT_ENVIRONMENT "LD_PXDB=/usr/ccs/bin/size"
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