Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b78b4d7

Browse files
committed
Merge with 3.2
2 parents 106f8e3 + 8beaa6c commit b78b4d7

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

Modules/_ctypes/libffi/ChangeLog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3084,7 +3084,7 @@
30843084

30853085
2003-09-18 Kaz Kojima <[email protected]>
30863086

3087-
* src/sh/ffi.c (ffi_prep_args): Take account into the alignment
3087+
* src/sh/ffi.c (ffi_prep_args): Take account into the alignement
30883088
for the register size.
30893089
(ffi_closure_helper_SYSV): Handle the structure return value
30903090
address correctly.
@@ -3344,7 +3344,7 @@
33443344
2003-02-06 Andreas Tobler <[email protected]>
33453345

33463346
* libffi/src/powerpc/darwin_closure.S:
3347-
Fix alignment bug, allocate 8 bytes for the result.
3347+
Fix alignement bug, allocate 8 bytes for the result.
33483348
* libffi/src/powerpc/aix_closure.S:
33493349
Likewise.
33503350
* libffi/src/powerpc/ffi_darwin.c:

Modules/_ctypes/libffi/src/dlmalloc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1326,7 +1326,7 @@ static void* win32direct_mmap(size_t size) {
13261326
return (ptr != 0)? ptr: MFAIL;
13271327
}
13281328

1329-
/* This function supports releasing coalesced segments */
1329+
/* This function supports releasing coalesed segments */
13301330
static int win32munmap(void* ptr, size_t size) {
13311331
MEMORY_BASIC_INFORMATION minfo;
13321332
char* cptr = ptr;
@@ -1362,7 +1362,7 @@ static int win32munmap(void* ptr, size_t size) {
13621362
#define CALL_MORECORE(S) MFAIL
13631363
#endif /* HAVE_MORECORE */
13641364

1365-
/* mstate bit set if contiguous morecore disabled or failed */
1365+
/* mstate bit set if continguous morecore disabled or failed */
13661366
#define USE_NONCONTIGUOUS_BIT (4U)
13671367

13681368
/* segment bit set in create_mspace_with_base */

Modules/_ctypes/libffi/src/powerpc/ffi_darwin.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ typedef struct aix_fd_struct {
592592
+---------------------------------------+ 160
593593
| result area 8 |
594594
+---------------------------------------+ 168
595-
| alignment to the next multiple of 16 |
595+
| alignement to the next multiple of 16 |
596596
SP current --> +---------------------------------------+ 176 <- parent frame
597597
| back chain to caller 4 |
598598
+---------------------------------------+ 180

Modules/_ctypes/libffi_osx/powerpc/ppc-ffi_darwin.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ ffi_call(
650650
+---------------------------------------+ 160
651651
| result area 8 |
652652
+---------------------------------------+ 168
653-
| alignment to the next multiple of 16 |
653+
| alignement to the next multiple of 16 |
654654
SP current --> +---------------------------------------+ 176 <- parent frame
655655
| back chain to caller 4 |
656656
+---------------------------------------+ 180

0 commit comments

Comments
 (0)