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
68bb91b1
Commit
68bb91b1
authored
Sep 26, 2002
by
Steve Ellcey
Committed by
Steve Ellcey
Sep 26, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/ia64/hpux.h (ASM_OUTPUT_EXTERNAL_LIBCALL): New
From-SVN: r57551
parent
5429802d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
gcc/ChangeLog
+4
-0
gcc/config/ia64/hpux.h
+11
-0
No files found.
gcc/ChangeLog
View file @
68bb91b1
2002
-
09
-
26
Steve
Ellcey
<
sje
@cup
.
hp
.
com
>
*
config
/
ia64
/
hpux
.
h
(
ASM_OUTPUT_EXTERNAL_LIBCALL
)
:
New
2002
-
09
-
26
Steve
Ellcey
<
sje
@cup
.
hp
.
com
>
*
config
/
ia64
/
hpux
.
h
(
TARGET_DEFAULT
)
:
Include
TARGET_ILP32
.
2002
-
09
-
26
Igor
Shevlyakov
<
igor
@microunity
.
com
>
...
...
gcc/config/ia64/hpux.h
View file @
68bb91b1
...
...
@@ -115,6 +115,17 @@ do { \
structure handling, this macro simply ensures that single field
structures are always treated like structures. */
/* ASM_OUTPUT_EXTERNAL_LIBCALL defaults to just a globalize_label call,
but that doesn't put out the @function type information which causes
shared library problems. */
#undef ASM_OUTPUT_EXTERNAL_LIBCALL
#define ASM_OUTPUT_EXTERNAL_LIBCALL(FILE, FUN) \
do { \
(*targetm.asm_out.globalize_label) (FILE, XSTR (FUN, 0)); \
ASM_OUTPUT_TYPE_DIRECTIVE (FILE, XSTR (FUN, 0), "function"); \
} while (0)
#define MEMBER_TYPE_FORCES_BLK(FIELD, MODE) 1
/* Override the setting of FUNCTION_ARG_REG_LITTLE_ENDIAN in
...
...
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