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
540ceb67
Commit
540ceb67
authored
Aug 14, 2001
by
Graham Stott
Committed by
Graham Stott
Aug 14, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* libgcc2.c (*): Replace EH_FRAME_SECTION with EH_FRAME_SECTION_NAME.
From-SVN: r44891
parent
2d515d60
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
gcc/ChangeLog
+5
-0
gcc/libgcc2.c
+3
-3
No files found.
gcc/ChangeLog
View file @
540ceb67
2001
-
08
-
14
Graham
Stott
<
grahams
@redhat
.
com
>
*
libgcc2
.
c
(
*
)
:
Replace
EH_FRAME_SECTION
with
EH_FRAME_SECTION_NAME
.
Tue
Aug
14
14
:
57
:
07
CEST
2001
Jan
Hubicka
<
jh
@suse
.
cz
>
*
genattrtab
.
c
(
simplify_test_exp_in_temp
)
:
New
function
.
...
...
gcc/libgcc2.c
View file @
540ceb67
...
...
@@ -2741,7 +2741,7 @@ cacheflush (char *beg, int size, int flag)
/* Some ELF crosses use crtstuff.c to provide __CTOR_LIST__, but use this
code to run constructors. In that case, we need to handle EH here, too. */
#ifdef EH_FRAME_SECTION
#ifdef EH_FRAME_SECTION
_NAME
#include "unwind-dw2-fde.h"
extern
unsigned
char
__EH_FRAME_BEGIN__
[];
#endif
...
...
@@ -2761,7 +2761,7 @@ __do_global_dtors (void)
(
*
(
p
-
1
))
();
}
#endif
#if defined (EH_FRAME_SECTION) && !defined (HAS_INIT_SECTION)
#if defined (EH_FRAME_SECTION
_NAME
) && !defined (HAS_INIT_SECTION)
{
static
int
completed
=
0
;
if
(
!
completed
)
...
...
@@ -2780,7 +2780,7 @@ __do_global_dtors (void)
void
__do_global_ctors
(
void
)
{
#ifdef EH_FRAME_SECTION
#ifdef EH_FRAME_SECTION
_NAME
{
static
struct
object
object
;
__register_frame_info
(
__EH_FRAME_BEGIN__
,
&
object
);
...
...
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