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
5f62fa6d
Commit
5f62fa6d
authored
Oct 02, 2015
by
Jonathan Wakely
Committed by
Jonathan Wakely
Oct 02, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* system.h (malloc.h): Don't include obsolete header.
From-SVN: r228391
parent
899de23a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
12 deletions
+4
-12
gcc/ChangeLog
+4
-0
gcc/system.h
+0
-12
No files found.
gcc/ChangeLog
View file @
5f62fa6d
2015
-
10
-
02
Jonathan
Wakely
<
jwakely
@
redhat
.
com
>
*
system
.
h
(
malloc
.
h
):
Don
't include obsolete header.
2015-10-02 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
2015-10-02 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
* config/aarch64/aarch64.c (aarch64_elf_asm_named_section): Delete.
* config/aarch64/aarch64.c (aarch64_elf_asm_named_section): Delete.
gcc/system.h
View file @
5f62fa6d
...
@@ -481,18 +481,6 @@ extern char *stpcpy (char *, const char *);
...
@@ -481,18 +481,6 @@ extern char *stpcpy (char *, const char *);
int
unsetenv
(
const
char
*
);
int
unsetenv
(
const
char
*
);
#endif
#endif
#ifdef __cplusplus
}
#endif
#ifdef HAVE_MALLOC_H
#include <malloc.h>
#endif
#ifdef __cplusplus
extern
"C"
{
#endif
#if defined (HAVE_DECL_MALLOC) && !HAVE_DECL_MALLOC
#if defined (HAVE_DECL_MALLOC) && !HAVE_DECL_MALLOC
extern
void
*
malloc
(
size_t
);
extern
void
*
malloc
(
size_t
);
#endif
#endif
...
...
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