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
cb7c0b5a
Commit
cb7c0b5a
authored
21 years ago
by
Matt Kraai
Committed by
Matt Kraai
21 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in: Fix comment typos.
From-SVN: r77806
parent
45f9877a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/Makefile.in
+2
-2
No files found.
gcc/ChangeLog
View file @
cb7c0b5a
2004-02-14 Matt Kraai <kraai@alumni.cmu.edu>
* Makefile.in: Fix comment typos.
2004-02-14 Olivier Hainque <hainque@act-europe.fr>
* loop.c (check_dbra_loop): Use gen_int_mode instead of GEN_INT
...
...
This diff is collapsed.
Click to expand it.
gcc/Makefile.in
View file @
cb7c0b5a
...
...
@@ -2655,7 +2655,7 @@ TEXI_GCCINSTALL_FILES = install.texi install-old.texi fdl.texi
TEXI_CPPINT_FILES
=
cppinternals.texi
# The *.1, *.7, *.info, and *.dvi files are being generated from implicit
# patterns.
To use them, put each of the specific target with with their
# patterns.
To use them, put each of the specific targets with its
# specific dependencies but no build commands.
doc/cpp.info
:
$(TEXI_CPP_FILES)
...
...
@@ -2720,7 +2720,7 @@ doc/%.7: %.pod
cpp.pod
:
cpp.texi cppenv.texi cppopts.texi
# These next rules exist because the output name is not the same as
# the input name, so our implict %.pod rule will not work.
# the input name, so our implic
i
t %.pod rule will not work.
gcc.pod
:
invoke.texi cppenv.texi cppopts.texi
$(STAMP)
$@
...
...
This diff is collapsed.
Click to expand it.
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