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
3cdc1f85
Commit
3cdc1f85
authored
Nov 30, 2012
by
David Edelsohn
Committed by
David Edelsohn
Nov 30, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/rs6000/xcoff.h (ASM_OUTPUT_TLS_COMMON): Define.
From-SVN: r194004
parent
b09cba37
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
gcc/ChangeLog
+1
-0
gcc/config/rs6000/xcoff.h
+9
-0
No files found.
gcc/ChangeLog
View file @
3cdc1f85
...
@@ -24,6 +24,7 @@
...
@@ -24,6 +24,7 @@
(
tle_get_tpointer_internal
)
:
New
.
(
tle_get_tpointer_internal
)
:
New
.
(
tls_get_addr
<
mode
>
)
:
New
.
(
tls_get_addr
<
mode
>
)
:
New
.
(
tls_get_addr_internal
<
mode
>
)
:
New
.
(
tls_get_addr_internal
<
mode
>
)
:
New
.
*
config
/
rs6000
/
xcoff
.
h
(
ASM_OUTPUT_TLS_COMMON
)
:
Define
.
2012
-
11
-
30
Teresa
Johnson
<
tejohnson
@google
.
com
>
2012
-
11
-
30
Teresa
Johnson
<
tejohnson
@google
.
com
>
gcc/config/rs6000/xcoff.h
View file @
3cdc1f85
...
@@ -304,6 +304,15 @@
...
@@ -304,6 +304,15 @@
xcoff_bss_section_name); \
xcoff_bss_section_name); \
} while (0)
} while (0)
#ifdef HAVE_AS_TLS
#define ASM_OUTPUT_TLS_COMMON(FILE, DECL, NAME, SIZE) \
do { fputs(COMMON_ASM_OP, (FILE)); \
RS6000_OUTPUT_BASENAME ((FILE), (NAME)); \
fputs("[UL]", (FILE)); \
fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED"\n", (SIZE)); \
} while (0)
#endif
/* This is how we tell the assembler that two symbols have the same value. */
/* This is how we tell the assembler that two symbols have the same value. */
#define SET_ASM_OP "\t.set "
#define SET_ASM_OP "\t.set "
...
...
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