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
41da2805
Commit
41da2805
authored
Dec 19, 2006
by
Steve Ellcey
Committed by
Steve Ellcey
Dec 19, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/pa/pa64-hpux.h (ASM_OUTPUT_EXTERNAL): Add undef.
From-SVN: r120054
parent
26f2ca2b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
gcc/ChangeLog
+4
-0
gcc/config/pa/pa64-hpux.h
+1
-0
No files found.
gcc/ChangeLog
View file @
41da2805
2006
-
12
-
19
Steve
Ellcey
<
sje
@cup
.
hp
.
com
>
*
config
/
pa
/
pa64
-
hpux
.
h
(
ASM_OUTPUT_EXTERNAL
)
:
Add
undef
.
2006
-
12
-
19
Paolo
Bonzini
<
bonzini
@gnu
.
org
>
2006
-
12
-
19
Paolo
Bonzini
<
bonzini
@gnu
.
org
>
PR
bootstrap
/
29544
PR
bootstrap
/
29544
...
...
gcc/config/pa/pa64-hpux.h
View file @
41da2805
...
@@ -197,6 +197,7 @@ do { \
...
@@ -197,6 +197,7 @@ do { \
dynamic loader to work correctly. This is equivalent to the
dynamic loader to work correctly. This is equivalent to the
HP assembler's .IMPORT directive but relates more directly to
HP assembler's .IMPORT directive but relates more directly to
ELF object file types. */
ELF object file types. */
#undef ASM_OUTPUT_EXTERNAL
#define ASM_OUTPUT_EXTERNAL(FILE, DECL, NAME) \
#define ASM_OUTPUT_EXTERNAL(FILE, DECL, NAME) \
pa_hpux_asm_output_external ((FILE), (DECL), (NAME))
pa_hpux_asm_output_external ((FILE), (DECL), (NAME))
#define ASM_OUTPUT_EXTERNAL_REAL(FILE, DECL, NAME) \
#define ASM_OUTPUT_EXTERNAL_REAL(FILE, DECL, NAME) \
...
...
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