mend
[platform/upstream/libffi.git] / patches / amiga
1 Index: libffi/ChangeLog
2 ===================================================================
3 --- libffi.orig/ChangeLog
4 +++ libffi/ChangeLog
5 @@ -1,5 +1,10 @@
6  2012-01-23  Anthony Green  <green@moxielogic.com>
7 -           Dmitry Nadezhin  <dmitry.nadezhin@gmail.com>
8 +           Chris Young  <cdyoung@ntlworld.com>
9 +
10 +       * configure.ac: Add Amiga support.
11 +       * configure: Rebuilt.
12 +
13 +2012-01-23  Dmitry Nadezhin  <dmitry.nadezhin@gmail.com>
14  
15         * include/ffi_common.h (LIKELY, UNLIKELY): Fix definitions.
16  
17 Index: libffi/configure
18 ===================================================================
19 --- libffi.orig/configure
20 +++ libffi/configure
21 @@ -13128,6 +13128,9 @@ case "$host" in
22    powerpc*-*-linux* | powerpc-*-sysv*)
23         TARGET=POWERPC; TARGETDIR=powerpc
24         ;;
25 +  powerpc-*-amigaos*)
26 +       TARGET=POWERPC; TARGETDIR=powerpc
27 +       ;;
28    powerpc-*-beos*)
29         TARGET=POWERPC; TARGETDIR=powerpc
30         ;;
31 Index: libffi/configure.ac
32 ===================================================================
33 --- libffi.orig/configure.ac
34 +++ libffi/configure.ac
35 @@ -146,6 +146,9 @@ case "$host" in
36    powerpc*-*-linux* | powerpc-*-sysv*)
37         TARGET=POWERPC; TARGETDIR=powerpc
38         ;;
39 +  powerpc-*-amigaos*)
40 +       TARGET=POWERPC; TARGETDIR=powerpc
41 +       ;;
42    powerpc-*-beos*)
43         TARGET=POWERPC; TARGETDIR=powerpc
44         ;;
45 Index: libffi/README
46 ===================================================================
47 --- libffi.orig/README
48 +++ libffi/README
49 @@ -63,6 +63,7 @@ tested:
50  | MIPS         | Linux            |
51  | MIPS         | RTEMS            |
52  | MIPS64       | Linux            |
53 +| PowerPC      | AMIGA            |
54  | PowerPC      | Linux            |
55  | PowerPC      | Mac OSX          |
56  | PowerPC      | FreeBSD          |
57 @@ -145,7 +146,10 @@ History
58  See the ChangeLog files for details.
59  
60  3.0.11 MMM-DD-YY
61 -        ??????????
62 +        Lots of build fixes.
63 +        Add Amiga newer MacOS support.
64 +       Fix Octeon and MC68881 support.
65 +       Fix code pessimizations.
66  
67  3.0.10 Aug-23-11
68          Add support for Apple's iOS.