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
2d234b4f
Commit
2d234b4f
authored
Dec 15, 1998
by
Zack Weinberg
Committed by
Jeff Law
Dec 15, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* fix-header.c: Don't define xstrdup here.
From-SVN: r24337
parent
b884a51a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
9 deletions
+4
-9
gcc/ChangeLog
+4
-0
gcc/fix-header.c
+0
-9
No files found.
gcc/ChangeLog
View file @
2d234b4f
Tue
Dec
15
23
:
47
:
42
1998
Zack
Weinberg
<
zack
@rabi
.
phys
.
columbia
.
edu
>
*
fix
-
header
.
c
:
Don
'
t
define
xstrdup
here
.
Wed
Dec
16
05
:
11
:
04
1998
J
"orn Rennecke <amylaar@cygnus.co.uk>
Wed
Dec
16
05
:
11
:
04
1998
J
"orn Rennecke <amylaar@cygnus.co.uk>
* loop.c (consec_sets_giv): New argument last_consec_insn.
* loop.c (consec_sets_giv): New argument last_consec_insn.
...
...
gcc/fix-header.c
View file @
2d234b4f
...
@@ -871,15 +871,6 @@ write_rbrac ()
...
@@ -871,15 +871,6 @@ write_rbrac ()
#endif
#endif
}
}
char
*
xstrdup
(
str
)
const
char
*
str
;
{
char
*
copy
=
(
char
*
)
xmalloc
(
strlen
(
str
)
+
1
);
strcpy
(
copy
,
str
);
return
copy
;
}
/* Returns 1 iff the file is properly protected from multiple inclusion:
/* Returns 1 iff the file is properly protected from multiple inclusion:
#ifndef PROTECT_NAME
#ifndef PROTECT_NAME
#define PROTECT_NAME
#define PROTECT_NAME
...
...
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