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
82f7a846
Commit
82f7a846
authored
25 years ago
by
Zack Weinberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Forgot to commit the ChangeLog update for the errors.c patch.
Oops. From-SVN: r28933
parent
3d07a7c4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
gcc/ChangeLog
+17
-0
No files found.
gcc/ChangeLog
View file @
82f7a846
...
...
@@ -23,6 +23,23 @@ Fri Aug 27 09:36:17 1999 Andreas Schwab <schwab@suse.de>
1999
-
08
-
27
00
:
27
-
0700
Zack
Weinberg
<
zack
@bitmover
.
com
>
*
errors
.
c
:
New
file
;
defines
functions
error
,
warning
,
and
fatal
,
variables
have_error
and
progname
.
*
errors
.
h
:
New
file
;
prototypes
and
decls
for
stuff
in
errors
.
c
.
*
Makefile
:
Add
rules
to
build
errors
.
o
and
$
(
HOST_PREFIX
)
errors
.
o
.
Link
genconfig
,
gencodes
,
genemit
,
genopinit
,
genrecog
,
genextract
,
genpeep
,
genattr
,
and
genoutput
with
errors
.
o
.
Add
errors
.
h
to
deps
of
genconfig
.
o
,
gencodes
.
o
,
genemit
.
o
,
genopinit
.
o
,
genrecog
.
o
,
genextract
.
o
,
genpeep
.
o
,
genattr
.
o
,
and
genoutput
.
o
.
*
genconfig
.
c
,
gencodes
.
c
,
genemit
.
c
,
genopinit
.
c
,
genrecog
.
c
,
genextract
.
c
,
genpeep
.
c
,
genattr
.
c
:
Include
errors
.
h
.
Don
'
t
define
or
prototype
fatal
.
Set
progname
at
beginning
of
main
.
*
genoutput
.
c
:
Likewise
,
and
don
'
t
define
or
prototype
error
either
.
*
c
-
typeck
.
c
(
c_expand_start_case
)
:
Return
immediately
if
exp
is
an
ERROR_MARK
.
*
fold
-
const
.
c
(
operand_equal_p
)
:
Return
immediately
if
arg1
...
...
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