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
66599806
Commit
66599806
authored
Sep 08, 1999
by
Jeff Garzik
Committed by
Jeff Law
Sep 08, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* libiberty.h (xmemdup): Add prototype for new function.
From-SVN: r29200
parent
b10647f1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
include/ChangeLog
+4
-0
include/libiberty.h
+4
-0
No files found.
include/ChangeLog
View file @
66599806
1999-09-07 Jeff Garzik <jgarzik@pobox.com>
* libiberty.h (xmemdup): Add prototype for new function.
1999-09-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1999-09-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* obstack.h (obstack_grow, obstack_grow0): Move (char*) casts
* obstack.h (obstack_grow, obstack_grow0): Move (char*) casts
...
...
include/libiberty.h
View file @
66599806
...
@@ -149,6 +149,10 @@ extern PTR xcalloc PARAMS ((size_t, size_t));
...
@@ -149,6 +149,10 @@ extern PTR xcalloc PARAMS ((size_t, size_t));
extern
char
*
xstrdup
PARAMS
((
const
char
*
));
extern
char
*
xstrdup
PARAMS
((
const
char
*
));
/* Copy an existing memory buffer to a new memory buffer without fail. */
extern
PTR
xmemdup
PARAMS
((
const
PTR
,
size_t
,
size_t
));
/* hex character manipulation routines */
/* hex character manipulation routines */
#define _hex_array_size 256
#define _hex_array_size 256
...
...
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