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
a1f04b2e
Commit
a1f04b2e
authored
Dec 02, 2001
by
Richard Kenner
Committed by
Richard Kenner
Dec 02, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* libgcc2.c (__bb_exit_func): Fix line wrap problems.
From-SVN: r47527
parent
7e5f4bee
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
gcc/ChangeLog
+4
-0
gcc/libgcc2.c
+5
-2
No files found.
gcc/ChangeLog
View file @
a1f04b2e
Sun
Dec
2
07
:
12
:
30
2001
Richard
Kenner
<
kenner
@vlsi1
.
ultra
.
nyu
.
edu
>
*
libgcc2
.
c
(
__bb_exit_func
)
:
Fix
line
wrap
problems
.
2001
-
12
-
02
Geoff
Keating
<
geoffk
@redhat
.
com
>
2001
-
12
-
02
Geoff
Keating
<
geoffk
@redhat
.
com
>
*
config
/
rs6000
/
rs6000
.
h
(
SLOW_UNALIGNED_ACCESS
)
:
Simplify
.
*
config
/
rs6000
/
rs6000
.
h
(
SLOW_UNALIGNED_ACCESS
)
:
Simplify
.
...
...
gcc/libgcc2.c
View file @
a1f04b2e
...
@@ -1497,7 +1497,8 @@ __bb_exit_func (void)
...
@@ -1497,7 +1497,8 @@ __bb_exit_func (void)
use of rationale standards here. */
use of rationale standards here. */
time
((
void
*
)
&
time_value
);
time
((
void
*
)
&
time_value
);
fprintf
(
file
,
"Basic block profiling finished on %s
\n
"
,
ctime
((
void
*
)
&
time_value
));
fprintf
(
file
,
"Basic block profiling finished on %s
\n
"
,
ctime
((
void
*
)
&
time_value
));
/* We check the length field explicitly in order to allow compatibility
/* We check the length field explicitly in order to allow compatibility
with older GCC's which did not provide it. */
with older GCC's which did not provide it. */
...
@@ -1842,7 +1843,9 @@ __bb_exit_trace_func (void)
...
@@ -1842,7 +1843,9 @@ __bb_exit_trace_func (void)
if
(
!
printed_something
)
if
(
!
printed_something
)
{
{
fprintf
(
file
,
"Functions in `bb.in' not executed during basic block profiling on %s
\n
"
,
ctime
((
void
*
)
&
time_value
));
fprintf
(
file
,
"Functions in `bb.in' not executed during basic block profiling on %s
\n
"
,
ctime
((
void
*
)
&
time_value
));
printed_something
=
1
;
printed_something
=
1
;
}
}
...
...
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