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
56d35136
Commit
56d35136
authored
Dec 18, 2003
by
Dara Hazeghi
Committed by
R. Kelley Cook
Dec 18, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change version number from 3.4 -> 3.4.0
From-SVN: r74809
parent
90c2f1de
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
3 deletions
+8
-3
gcc/ChangeLog
+5
-0
gcc/doc/include/gcc-common.texi
+2
-2
gcc/version.c
+1
-1
No files found.
gcc/ChangeLog
View file @
56d35136
2003-12-18 Dara Hazeghi <dhazeghi@yahoo.com>
* version.c (version_string): Renumber as 3.4.0
* doc/include/gcc-common.texi: Likewise
2003-12-18 Richard Henderson <rth@redhat.com>
2003-12-18 Richard Henderson <rth@redhat.com>
* genrecog.c (print_host_wide_int): New.
* genrecog.c (print_host_wide_int): New.
...
...
gcc/doc/include/gcc-common.texi
View file @
56d35136
@c
Copyright
(
C
)
2001
,
2002
Free
Software
Foundation
,
Inc
.
@c
Copyright
(
C
)
2001
,
2002
,
2003
Free
Software
Foundation
,
Inc
.
@c
This
is
part
of
the
GCC
manual
.
@c
This
is
part
of
the
GCC
manual
.
@c
For
copying
conditions
,
see
the
file
gcc
.
texi
.
@c
For
copying
conditions
,
see
the
file
gcc
.
texi
.
@c
Common
values
used
in
the
GCC
manuals
:
@c
Common
values
used
in
the
GCC
manuals
:
@set
version
-
GCC
3
.
4
@set
version
-
GCC
3
.
4
.
0
@c
DEVELOPMENT
is
set
to
indicate
an
in
-
development
version
,
@c
DEVELOPMENT
is
set
to
indicate
an
in
-
development
version
,
@c
as
compared
to
a
release
version
.
When
making
a
release
@c
as
compared
to
a
release
version
.
When
making
a
release
...
...
gcc/version.c
View file @
56d35136
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
please modify this string to indicate that, e.g. by putting your
please modify this string to indicate that, e.g. by putting your
organization's name in parentheses at the end of the string. */
organization's name in parentheses at the end of the string. */
const
char
version_string
[]
=
"3.4 20031218 (experimental)"
;
const
char
version_string
[]
=
"3.4
.0
20031218 (experimental)"
;
/* This is the location of the online document giving instructions for
/* This is the location of the online document giving instructions for
reporting bugs. If you distribute a modified version of GCC,
reporting bugs. If you distribute a modified version of GCC,
...
...
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