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
b05c4e59
Commit
b05c4e59
authored
Jan 28, 2002
by
Kaveh R. Ghazi
Committed by
Kaveh Ghazi
Jan 28, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* libiberty.h (C_alloca): Add ATTRIBUTE_MALLOC.
From-SVN: r49299
parent
11e17422
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
include/ChangeLog
+4
-0
include/libiberty.h
+2
-2
No files found.
include/ChangeLog
View file @
b05c4e59
2002-01-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* libiberty.h (C_alloca): Add ATTRIBUTE_MALLOC.
2001-12-06 Richard Henderson <rth@redhat.com>
* demangle.h (no_demangling): New.
...
...
include/libiberty.h
View file @
b05c4e59
/* Function declarations for libiberty.
Copyright 2001 Free Software Foundation, Inc.
Copyright 2001
, 2002
Free Software Foundation, Inc.
Note - certain prototypes declared in this header file are for
functions whoes implementation copyright does not belong to the
...
...
@@ -283,7 +283,7 @@ extern int vasprintf PARAMS ((char **, const char *, va_list))
USE_C_ALLOCA yourself. The canonical autoconf macro C_ALLOCA is
also set/unset as it is often used to indicate whether code needs
to call alloca(0). */
extern
PTR
C_alloca
PARAMS
((
size_t
))
;
extern
PTR
C_alloca
PARAMS
((
size_t
))
ATTRIBUTE_MALLOC
;
#undef alloca
#if GCC_VERSION >= 2000 && !defined USE_C_ALLOCA
# define alloca(x) __builtin_alloca(x)
...
...
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