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
fea76d82
Commit
fea76d82
authored
Sep 07, 2002
by
Alan Modra
Committed by
Alan Modra
Sep 07, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/rs6000/linux64.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.
From-SVN: r56907
parent
93638d7a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
gcc/ChangeLog
+2
-0
gcc/config/rs6000/linux64.h
+7
-0
No files found.
gcc/ChangeLog
View file @
fea76d82
2002
-
09
-
07
Alan
Modra
<
amodra
@bigpond
.
net
.
au
>
*
config
/
rs6000
/
linux64
.
h
(
ASM_PREFERRED_EH_DATA_FORMAT
)
:
Define
.
*
doc
/
tm
.
texi
(
TARGET_ASM_ASSEMBLE_VISIBILITY
)
:
Describe
.
*
target
-
def
.
h
(
TARGET_ASM_ASSEMBLE_VISIBILITY
)
:
Define
.
(
TARGET_ASM_OUT
)
:
Add
the
above
here
.
...
...
gcc/config/rs6000/linux64.h
View file @
fea76d82
...
...
@@ -357,3 +357,10 @@ while (0)
/* Override sysv4.h as these are ABI_V4 only. */
#undef ASM_OUTPUT_REG_PUSH
#undef ASM_OUTPUT_REG_POP
/* Select a format to encode pointers in exception handling data. CODE
is 0 for data, 1 for code labels, 2 for function pointers. GLOBAL is
true if the symbol may be affected by dynamic relocations. */
#undef ASM_PREFERRED_EH_DATA_FORMAT
#define ASM_PREFERRED_EH_DATA_FORMAT(CODE, GLOBAL) \
(((GLOBAL) ? DW_EH_PE_indirect : 0) | DW_EH_PE_pcrel | DW_EH_PE_udata8)
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