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
4f2905fb
Commit
4f2905fb
authored
Oct 19, 1998
by
Mike Stump
Committed by
Jason Merrill
Oct 19, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* libgcc2.c (__pure_virtual): Call __terminate instead of _exit.
From-SVN: r23185
parent
8b27f225
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
gcc/ChangeLog
+6
-0
gcc/libgcc2.c
+1
-1
No files found.
gcc/ChangeLog
View file @
4f2905fb
Mon
Oct
19
19
:
34
:
03
1998
Mike
Stump
<
mrs
@wrs
.
com
>
*
libgcc2
.
c
(
__pure_virtual
)
:
Call
__terminate
instead
of
_exit
.
Mon
Oct
19
13
:
26
:
24
1998
Bernd
Schmidt
<
crux
@pool
.
informatik
.
rwth
-
aachen
.
de
>
*
jump
.
c
(
sets_cc0_p
)
:
Compile
only
if
HAVE_cc0
.
...
...
@@ -91,6 +95,7 @@ Sat Oct 17 23:18:08 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
*
toplev
.
c
(
check_lang_option
)
:
Cast
the
result
of
`
strlen
'
to
`
int
'
when
comparing
against
one
.
>>>>>>>
1
.
2327
Sat
Oct
17
13
:
09
:
09
1998
Graham
<
grahams
@rcp
.
co
.
uk
>
*
gcse
.
c
(
dump_cuid_table
)
:
Correct
typo
.
...
...
@@ -279,6 +284,7 @@ Fri Oct 16 15:26:24 1998 Dave Brolley <brolley@cygnus.com>
* c-lex.c (yylex): Fix unaligned access of wchar_t.
>>>>>>> 1.2326
Fri Oct 16 10:47:53 1998 Nick Clifton <nickc@cygnus.com>
* config/arm/arm.h (TARGET_SWITCHES): Add --help documentation.
...
...
gcc/libgcc2.c
View file @
4f2905fb
...
...
@@ -3811,6 +3811,6 @@ __pure_virtual ()
#ifndef inhibit_libc
write
(
2
,
MESSAGE
,
sizeof
(
MESSAGE
)
-
1
);
#endif
_
exit
(
-
1
);
_
_terminate
(
);
}
#endif
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