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
0af23729
Commit
0af23729
authored
Aug 06, 2010
by
Michael Kohler
Committed by
Anthony Green
Aug 06, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix spelling errors
From-SVN: r162938
parent
07b6d9ef
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
4 deletions
+11
-4
libffi/ChangeLog
+7
-0
libffi/configure
+1
-1
libffi/configure.ac
+1
-1
libffi/src/dlmalloc.c
+1
-1
libffi/src/ia64/ffi.c
+1
-1
No files found.
libffi/ChangeLog
View file @
0af23729
...
...
@@ -22,6 +22,13 @@
* fficonfig.h.in: Regenerate.
* src/x86/sysv.S (.eh_frame): Use .ascii, .string or error.
2010-05-05 Michael Kohler <michaelkohler@live.com>
* src/dlmalloc.c (dlfree): Fix spelling.
* src/ia64/ffi.c (ffi_prep_cif_machdep): Ditto.
* configure.ac: Ditto.
* configure: Rebuilt.
2010-04-07 Jakub Jelinek <jakub@redhat.com>
* regex.c (byte_re_match_2_internal): Avoid set but not used
...
...
libffi/configure
View file @
0af23729
...
...
@@ -11320,7 +11320,7 @@ TARGETDIR="unknown"
case
"
$host
"
in
alpha
*
-
*
-
*
)
TARGET
=
ALPHA
;
TARGETDIR
=
alpha
;
# Support 128-bit long double, changable via command-line switch.
# Support 128-bit long double, chang
e
able via command-line switch.
HAVE_LONG_DOUBLE
=
'defined(__LONG_DOUBLE_128__)'
;;
...
...
libffi/configure.ac
View file @
0af23729
...
...
@@ -43,7 +43,7 @@ TARGETDIR="unknown"
case "$host" in
alpha*-*-*)
TARGET=ALPHA; TARGETDIR=alpha;
# Support 128-bit long double, changable via command-line switch.
# Support 128-bit long double, chang
e
able via command-line switch.
HAVE_LONG_DOUBLE='defined(__LONG_DOUBLE_128__)'
;;
...
...
libffi/src/dlmalloc.c
View file @
0af23729
...
...
@@ -4192,7 +4192,7 @@ void* dlmalloc(size_t bytes) {
void
dlfree
(
void
*
mem
)
{
/*
Consolidate freed chunks with prece
e
ding or succeeding bordering
Consolidate freed chunks with preceding or succeeding bordering
free chunks, if they exist, and then place in a bin. Intermixed
with special cases for top, dv, mmapped chunks, and usage errors.
*/
...
...
libffi/src/ia64/ffi.c
View file @
0af23729
...
...
@@ -225,7 +225,7 @@ ffi_prep_cif_machdep(ffi_cif *cif)
int
flags
;
/* Adjust cif->bytes to include space for the bits of the ia64_args frame
that prece
eds the integer register portion. The estimate that the
that prece
des the integer register portion. The estimate that the
generic bits did for the argument space required is good enough for the
integer component. */
cif
->
bytes
+=
offsetof
(
struct
ia64_args
,
gp_regs
[
0
]);
...
...
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