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
c19814b6
Commit
c19814b6
authored
May 18, 2001
by
Jeffrey A Law
Committed by
Jeff Law
May 18, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/pa/som.h (EXCEPTION_SECTION): Define.
From-SVN: r42268
parent
63e46568
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletions
+11
-1
gcc/ChangeLog
+4
-0
gcc/config/pa/som.h
+7
-1
No files found.
gcc/ChangeLog
View file @
c19814b6
Fri
May
18
10
:
14
:
42
2001
Jeffrey
A
Law
(
law
@cygnus
.
com
)
*
config
/
pa
/
som
.
h
(
EXCEPTION_SECTION
)
:
Define
.
2001
-
05
-
18
Daniel
Berlin
<
dan
@cgsoftware
.
com
>
*
dwarf2out
.
c
:
Add
dw_loc_list_ref
,
a
reference
to
a
location
...
...
gcc/config/pa/som.h
View file @
c19814b6
...
...
@@ -251,6 +251,13 @@ do { \
#define BSS_SECTION_ASM_OP "\t.SPACE $PRIVATE$\n\t.SUBSPA $BSS$\n"
/* We must not have a reference to an external symbol defined in a
shared library in a readonly section, else the SOM linker will
complain.
So, we force exception information into the data section. */
#define EXCEPTION_SECTION data_section
/* Define the .bss section for ASM_OUTPUT_LOCAL to use. */
#ifndef CTORS_SECTION_FUNCTION
...
...
@@ -353,4 +360,3 @@ do { \
/* SOM does not support the init_priority C++ attribute. */
#undef SUPPORTS_INIT_PRIORITY
#define SUPPORTS_INIT_PRIORITY 0
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