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
af18e951
Commit
af18e951
authored
Mar 04, 2002
by
Neil Booth
Committed by
Neil Booth
Mar 04, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* xmalloc.c (xmalloc_fail): Clarify error message further.
From-SVN: r50287
parent
cff42170
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
libiberty/ChangeLog
+4
-0
libiberty/xmalloc.c
+1
-1
No files found.
libiberty/ChangeLog
View file @
af18e951
2002-03-04 Neil Booth <neil@daikokuya.demon.co.uk>
* xmalloc.c (xmalloc_fail): Clarify error message further.
2002-03-03 Neil Booth <neil@daikokuya.demon.co.uk>
2002-03-03 Neil Booth <neil@daikokuya.demon.co.uk>
* xmalloc.c (xmalloc_fail): Clarify error message.
* xmalloc.c (xmalloc_fail): Clarify error message.
...
...
libiberty/xmalloc.c
View file @
af18e951
...
@@ -120,7 +120,7 @@ xmalloc_failed (size)
...
@@ -120,7 +120,7 @@ xmalloc_failed (size)
else
else
allocated
=
(
char
*
)
sbrk
(
0
)
-
(
char
*
)
&
environ
;
allocated
=
(
char
*
)
sbrk
(
0
)
-
(
char
*
)
&
environ
;
fprintf
(
stderr
,
fprintf
(
stderr
,
"
\n
%s%sout of memory allocating %lu bytes after a
llocating
%lu bytes
\n
"
,
"
\n
%s%sout of memory allocating %lu bytes after a
total of
%lu bytes
\n
"
,
name
,
*
name
?
": "
:
""
,
name
,
*
name
?
": "
:
""
,
(
unsigned
long
)
size
,
(
unsigned
long
)
allocated
);
(
unsigned
long
)
size
,
(
unsigned
long
)
allocated
);
#else
/* HAVE_SBRK */
#else
/* HAVE_SBRK */
...
...
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