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
9d6aab7e
Commit
9d6aab7e
authored
May 11, 2005
by
Kazu Hirata
Committed by
Kazu Hirata
May 11, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* fold-const.c, libgcov.c: Fix comment typos.
From-SVN: r99582
parent
a15900b5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/ChangeLog
+4
-0
gcc/fold-const.c
+1
-1
gcc/libgcov.c
+2
-2
No files found.
gcc/ChangeLog
View file @
9d6aab7e
2005-05-11 Kazu Hirata <kazu@cs.umass.edu>
* fold-const.c, libgcov.c: Fix comment typos.
2005-05-11 Daniel Jacobowitz <dan@codesourcery.com>
* config/arm/linux-elf.h (SUBTARGET_FRAME_POINTER_REQUIRED): Define.
...
...
gcc/fold-const.c
View file @
9d6aab7e
...
...
@@ -9950,7 +9950,7 @@ contains_label_1 (tree *tp,
}
}
/* Checks wheter the sub-tree ST contains a label LABEL_EXPR which is
/* Checks whet
h
er the sub-tree ST contains a label LABEL_EXPR which is
accessible from outside the sub-tree. Returns NULL_TREE if no
addressable label is found. */
...
...
gcc/libgcov.c
View file @
9d6aab7e
...
...
@@ -91,7 +91,7 @@ static gcov_unsigned_t gcov_crc32;
/* Size of the longest file name. */
static
size_t
gcov_max_filename
=
0
;
/* Make sure path comp
e
nent of the given FILENAME exists, create
/* Make sure path comp
o
nent of the given FILENAME exists, create
missing directories. FILENAME must be writable.
Returns zero on success, or -1 if an error occurred. */
...
...
@@ -208,7 +208,7 @@ gcov_exit (void)
prefix_length
=
strlen
(
gcov_prefix
);
/* Remove an unnec
ce
sary trailing '/' */
/* Remove an unnec
es
sary trailing '/' */
if
(
IS_DIR_SEPARATOR
(
gcov_prefix
[
prefix_length
-
1
]))
prefix_length
--
;
}
...
...
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