]> git.ipfire.org Git - thirdparty/gcc.git/blame - libffi/ChangeLog
* c-parse.in (asm patterns): Fix volatile check.
[thirdparty/gcc.git] / libffi / ChangeLog
CommitLineData
e15a68e7
AO
12000-08-22 Alexandre Oliva <aoliva@redhat.com>
2
3 * configure.in [i*86-*-freebsd*] (TARGET, TARGETDIR): Set.
4 * configure: Rebuilt.
5
7f8c11d5
SB
62000-05-11 Scott Bambrough <scottb@netwinder.org>
7
8 * libffi/src/arm/sysv.S (ffi_call_SYSV): Doubles are not saved to
9 memory correctly. Use conditional instructions, not branches where
10 possible.
11
c5acf51f
TT
122000-05-04 Tom Tromey <tromey@cygnus.com>
13
14 * configure: Rebuilt.
15 * configure.in: Match `arm*-*-linux-*'.
16 From Chris Dornan <cdornan@arm.com>.
17
91bffbe9
JJ
182000-04-28 Jakub Jelinek <jakub@redhat.com>
19
20 * Makefile.am (SUBDIRS): Define.
21 (AM_MAKEFLAGS): Likewise.
22 (Multilib support.): Add section.
23 * Makefile.in: Rebuilt.
24 * ltconfig (extra_compiler_flags, extra_compiler_flags_value):
25 New variables. Set for gcc using -print-multi-lib. Export them
26 to libtool.
27 (sparc64-*-linux-gnu*): Use libsuff 64 for search paths.
28 * ltmain.sh (B|b|V): Don't throw away gcc's -B, -b and -V options
29 for -shared links.
30 (extra_compiler_flags_value, extra_compiler_flags): Check these
31 for extra compiler options which need to be passed down in
32 compiler_flags.
33
bd66587e
AG
342000-04-16 Anthony Green <green@redhat.com>
35
36 * configure: Rebuilt.
37 * configure.in: Change i*86-pc-linux* to i*86-*-linux*.
38
3791773c
JJ
392000-04-14 Jakub Jelinek <jakub@redhat.com>
40
41 * include/ffi.h.in (SPARC64): Define for 64bit SPARC builds.
42 Set SPARC FFI_DEFAULT_ABI based on SPARC64 define.
43 * src/sparc/ffi.c (ffi_prep_args_v8): Renamed from ffi_prep_args.
44 Replace all void * sizeofs with sizeof(int).
45 Only compare type with FFI_TYPE_LONGDOUBLE if LONGDOUBLE is
46 different than DOUBLE.
47 Remove FFI_TYPE_SINT32 and FFI_TYPE_UINT32 cases (handled elsewhere).
48 (ffi_prep_args_v9): New function.
49 (ffi_prep_cif_machdep): Handle V9 ABI and long long on V8.
50 (ffi_V9_return_struct): New function.
51 (ffi_call): Handle FFI_V9 ABI from 64bit code and FFI_V8 ABI from
52 32bit code (not yet cross-arch calls).
53 * src/sparc/v8.S: Add struct return delay nop.
54 Handle long long.
55 * src/sparc/v9.S: New file.
56 * src/prep_cif.c (ffi_prep_cif): Return structure pointer
57 is used on sparc64 only for structures larger than 32 bytes.
58 Pass by reference for structures is done for structure arguments
59 larger than 16 bytes.
60 * src/ffitest.c (main): Use 64bit rint on sparc64.
61 Run long long tests on sparc.
62 * src/types.c (FFI_TYPE_POINTER): Pointer is 64bit on alpha and
63 sparc64.
64 (FFI_TYPE_LONGDOUBLE): long double is 128 bit aligned to 128 bits
65 on sparc64.
66 * configure.in (sparc-*-linux*): New supported target.
67 (sparc64-*-linux*): Likewise.
68 * configure: Rebuilt.
69 * Makefile.am: Add v9.S to SPARC files.
70 * Makefile.in: Likewise.
71 (LINK): Surround $(CCLD) into double quotes, so that multilib
72 compiles work correctly.
73
db459595
APB
742000-04-04 Alexandre Petit-Bianco <apbianco@cygnus.com>
75
76 * configure: Rebuilt.
77 * configure.in: (i*86-*-solaris*): New libffi target. Patch
78 proposed by Bryce McKinlay.
79
c1f63902
TT
802000-03-20 Tom Tromey <tromey@cygnus.com>
81
82 * Makefile.in: Hand edit for java_raw_api.lo.
83
0f72dc9e
BM
842000-03-08 Bryce McKinlay <bryce@albatross.co.nz>
85
86 * config.guess, config.sub: Update from the gcc tree.
87 Fix for PR libgcj/168.
88
3c18f2d1
TT
892000-03-03 Tom Tromey <tromey@cygnus.com>
90
323eee8a
TT
91 * Makefile.in: Fixed ia64 by hand.
92
3c18f2d1
TT
93 * configure: Rebuilt.
94 * configure.in (--enable-multilib): New option.
95 (libffi_basedir): New subst.
96 (AC_OUTPUT): Added multilib code.
97
a2b10a92
TT
982000-03-02 Tom Tromey <tromey@cygnus.com>
99
100 * Makefile.in: Rebuilt.
101 * Makefile.am (TARGET_SRC_IA64): Use `ia64', not `alpha', as
102 directory name.
103
dc5de370
HB
1042000-02-25 Hans Boehm <boehm@acm.org>
105
106 * src/ia64/ffi.c, src/ia64/ia64_flags.h, src/ia64/unix.S: New
107 files.
108 * src/raw_api.c (ffi_translate_args): Fixed typo in argument
109 list.
110 (ffi_prep_raw_closure): Use ffi_translate_args, not
111 ffi_closure_translate.
112 * src/java_raw_api.c: New file.
113 * src/ffitest.c (closure_test_fn): New function.
114 (main): Define `rint' as long long on IA64. Added new test when
115 FFI_CLOSURES is defined.
116 * include/ffi.h.in (ALIGN): Use size_t, not unsigned.
117 (ffi_abi): Recognize IA64.
118 (ffi_raw): Added `flt' field.
119 Added "Java raw API" code.
120 * configure.in: Recognize ia64.
121 * Makefile.am (TARGET_SRC_IA64): New macro.
122 (libffi_la_common_SOURCES): Added java_raw_api.c.
123 (libffi_la_SOURCES): Define in IA64 case.
124
d79229bd
TT
1252000-01-04 Tom Tromey <tromey@cygnus.com>
126
127 * Makefile.in: Rebuilt with newer automake.
128
2c33b220
TT
1291999-12-31 Tom Tromey <tromey@cygnus.com>
130
131 * Makefile.am (INCLUDES): Added -I$(top_srcdir)/src.
132
6ba9e3b0
TT
1331999-09-01 Tom Tromey <tromey@cygnus.com>
134
135 * include/ffi.h.in: Removed PACKAGE and VERSION defines and
136 undefs.
137 * fficonfig.h.in: Rebuilt.
138 * configure: Rebuilt.
139 * configure.in: Pass 3rd argument to AM_INIT_AUTOMAKE.
140 Use AM_PROG_LIBTOOL (automake 1.4 compatibility).
141 * acconfig.h: Don't #undef PACKAGE or VERSION.
142
63e5e3e0
AG
1431999-08-09 Anthony Green <green@cygnus.com>
144
145 * include/ffi.h.in: Try to work around messy header problem
146 with PACKAGE and VERSION.
147
148 * configure: Rebuilt.
149 * configure.in: Change version to 2.00-beta.
150
151 * fficonfig.h.in: Rebuilt.
152 * acconfig.h (FFI_NO_STRUCTS, FFI_NO_RAW_API): Define.
153
154 * src/x86/ffi.c (ffi_raw_call): Rename.
155
1561999-08-02 Kresten Krab Thorup <krab@dominiq.is.s.u-tokyo.ac.jp>
157
158 * src/x86/ffi.c (ffi_closure_SYSV): New function.
159 (ffi_prep_incoming_args_SYSV): Ditto.
160 (ffi_prep_closure): Ditto.
161 (ffi_closure_raw_SYSV): Ditto.
162 (ffi_prep_raw_closure): More ditto.
163 (ffi_call_raw): Final ditto.
164
165 * include/ffi.h.in: Add definitions for closure and raw API.
166
167 * src/x86/ffi.c (ffi_prep_cif_machdep): Added case for
168 FFI_TYPE_UINT64.
169
170 * Makefile.am (libffi_la_common_SOURCES): Added raw_api.c
171
172 * src/raw_api.c: New file.
173
174 * include/ffi.h.in (ffi_raw): New type.
175 (UINT_ARG, SINT_ARG): New defines.
176 (ffi_closure, ffi_raw_closure): New types.
177 (ffi_prep_closure, ffi_prep_raw_closure): New declarations.
178
179 * configure.in: Add check for endianness and sizeof void*.
180
181 * src/x86/sysv.S (ffi_call_SYSV): Call fixup routine via argument,
182 instead of directly.
183
184 * configure: Rebuilt.
185
186Thu Jul 8 14:28:42 1999 Anthony Green <green@cygnus.com>
187
188 * configure.in: Add x86 and powerpc BeOS configurations.
189 From Makoto Kato <m_kato@ga2.so-net.ne.jp>.
190
1911999-05-09 Anthony Green <green@cygnus.com>
192
193 * configure.in: Add warning about this being beta code.
194 Remove src/Makefile.am from the picture.
195 * configure: Rebuilt.
196
197 * Makefile.am: Move logic from src/Makefile.am. Add changes
198 to support libffi as a target library.
199 * Makefile.in: Rebuilt.
200
201 * aclocal.m4, config.guess, config.sub, ltconfig, ltmain.sh:
202 Upgraded to new autoconf, automake, libtool.
203
204 * README: Tweaks.
205
206 * LICENSE: Update copyright date.
207
208 * src/Makefile.am, src/Makefile.in: Removed.
209
2101998-11-29 Anthony Green <green@cygnus.com>
211
212 * include/ChangeLog: Removed.
213 * src/ChangeLog: Removed.
214 * src/mips/ChangeLog: Removed.
215 * src/sparc/ChangeLog: Remboved.
216 * src/x86/ChangeLog: Removed.
217
218 * ChangeLog.v1: Created.