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
c7544ff7
Commit
c7544ff7
authored
Sep 22, 1993
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(L_bb): Test inhibit_libc.
From-SVN: r5383
parent
0defb1d5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
gcc/libgcc2.c
+4
-2
No files found.
gcc/libgcc2.c
View file @
c7544ff7
...
@@ -1313,6 +1313,7 @@ struct bb
...
@@ -1313,6 +1313,7 @@ struct bb
#ifdef BLOCK_PROFILER_CODE
#ifdef BLOCK_PROFILER_CODE
BLOCK_PROFILER_CODE
BLOCK_PROFILER_CODE
#else
#else
#ifndef inhibit_libc
/* Simple minded basic block profiling output dumper for
/* Simple minded basic block profiling output dumper for
systems that don't provde tcov support. At present,
systems that don't provde tcov support. At present,
...
@@ -1483,8 +1484,9 @@ __bb_init_func (struct bb *blocks)
...
@@ -1483,8 +1484,9 @@ __bb_init_func (struct bb *blocks)
bb_head
=
blocks
;
bb_head
=
blocks
;
}
}
#endif
/* !BLOCK_PROFILER_CODE */
#endif
/* not inhibit_libc */
#endif
/* L_bb */
#endif
/* not BLOCK_PROFILER_CODE */
#endif
/* L_bb */
/* frills for C++ */
/* frills for C++ */
...
...
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