OSDN Git Service

2002-04-28 David S. Miller <davem@redhat.com>
[pf3gnuchains/gcc-fork.git] / libffi / ChangeLog
1 2002-04-28  David S. Miller  <davem@redhat.com>
2
3         * configure.in, configure: Fix SPARC test in previous change.
4
5 2002-04-29  Gerhard Tonn  <GerhardTonn@swol.de>
6
7         * Makefile.am: Add Linux for S/390 support.
8         * Makefile.in: Regenerate.
9         * configure.in: Add Linux for S/390 support.
10         * configure: Regenerate.
11         * include/ffi.h.in: Add Linux for S/390 support.
12         * src/s390/ffi.c: New file from libffi CVS tree.
13         * src/s390/sysv.S: New file from libffi CVS tree.
14
15 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
16
17         * configure.in (HAVE_AS_SPARC_UA_PCREL): Check for working
18         %r_disp32().
19         * src/sparc/v8.S: Use it.
20         * src/sparc/v9.S: Likewise.
21         * fficonfig.h.in: Rebuilt.
22         * configure: Rebuilt.
23
24 2002-04-08  Hans Boehm  <Hans_Boehm@hp.com>
25
26         * src/java_raw_api.c (ffi_java_raw_size): Handle FFI_TYPE_DOUBLE
27         correctly.
28         * src/ia64/unix.S: Add unwind information. Fix comments.
29         Save sp in a way that's compatible with unwind info.
30         (ffi_call_unix): Correctly restore sp in all cases.
31         * src/ia64/ffi.c: Add, fix comments.
32
33 2002-04-08  Jakub Jelinek  <jakub@redhat.com>
34
35         * src/sparc/v8.S: Make .eh_frame dependent on target word size.
36
37 2002-04-06  Jason Thorpe  <thorpej@wasabisystems.com>
38
39         * configure.in (alpha*-*-netbsd*): Add target.
40         * configure: Regenerate.
41
42 2002-04-04  Jeff Sturm  <jsturm@one-point.com>
43
44         * src/sparc/v8.S: Add unwind info.
45         * src/sparc/v9.S: Likewise.
46
47 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
48
49         * configure.in: Enable i*86-*-netbsdelf*.
50         * configure: Rebuilt.
51         
52 2002-03-29  David Billinghurst <David.Billinghurst@riotinto.com>
53
54         PR other/2620
55         * src/mips/n32.s: Delete
56         * src/mips/o32.s: Delete
57
58 2002-03-21  Loren J. Rittle  <ljrittle@acm.org>
59
60         * configure.in: Enable alpha*-*-freebsd*.
61         * configure: Rebuilt.
62
63 2002-03-17  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
64
65         * Makefile.am: libfficonvenience -> libffi_convenience.
66         * Makefile.in: Rebuilt.
67         
68         * Makefile.am: Define ffitest_OBJECTS.
69         * Makefile.in: Rebuilt.
70
71 2002-03-07  Andreas Tobler  <toa@pop.agri.ch>
72             David Edelsohn  <edelsohn@gnu.org>
73
74         * Makefile.am (EXTRA_DIST): Add Darwin and AIX closure files.
75         (TARGET_SRC_POWERPC_AIX): Add aix_closure.S.
76         (TARGET_SRC_POWERPC_DARWIN): Add darwin_closure.S.
77         * Makefile.in: Regenerate.
78         * include/ffi.h.in: Add AIX and Darwin closure definitions.
79         * src/powerpc/ffi_darwin.c (ffi_prep_closure): New function.
80         (flush_icache, flush_range): New functions.
81         (ffi_closure_helper_DARWIN): New function.
82         * src/powerpc/aix_closure.S: New file.
83         * src/powerpc/darwin_closure.S: New file.
84         
85 2002-02-24  Jeff Sturm  <jsturm@one-point.com>
86
87         * include/ffi.h.in: Add typedef for ffi_arg.
88         * src/ffitest.c (main): Declare rint with ffi_arg.
89  
90 2002-02-21  Andreas Tobler  <toa@pop.agri.ch>
91
92         * src/powerpc/ffi_darwin.c (ffi_prep_args): Skip appropriate
93         number of GPRs for floating-point arguments.
94
95 2002-01-31  Anthony Green  <green@redhat.com>
96
97         * configure: Rebuilt.
98         * configure.in: Replace CHECK_SIZEOF and endian tests with
99         cross-compiler friendly macros.
100         * aclocal.m4 (AC_COMPILE_CHECK_SIZEOF, AC_C_BIGENDIAN_CROSS): New
101         macros.
102
103 2002-01-18  David Edelsohn  <edelsohn@gnu.org>
104
105         * src/powerpc/darwin.S (_ffi_call_AIX): New.
106         * src/powerpc/aix.S (ffi_call_DARWIN): New.
107
108 2002-01-17  David Edelsohn  <edelsohn@gnu.org>
109
110         * Makefile.am (EXTRA_DIST): Add Darwin and AIX files.
111         (TARGET_SRC_POWERPC_AIX): New.
112         (POWERPC_AIX): New stanza.
113         * Makefile.in: Regenerate.
114         * configure.in: Add AIX case.
115         * configure: Regenerate.
116         * include/ffi.h.in (ffi_abi): Add FFI_AIX.
117         * src/powerpc/ffi_darwin.c (ffi_status): Use "long" to scale frame
118         size.  Fix "long double" support.
119         (ffi_call): Add FFI_AIX case.
120         * src/powerpc/aix.S: New.
121
122 2001-10-09  John Hornkvist  <john@toastedmarshmallow.com>
123
124         Implement Darwin PowerPC ABI.
125         * configure.in: Handle powerpc-*-darwin*.
126         * Makefile.am: Set source files for POWERPC_DARWIN.
127         * configure: Rebuilt.
128         * Makefile.in: Rebuilt.
129         * include/ffi.h.in: Define FFI_DARWIN and FFI_DEFAULT_ABI for
130         POWERPC_DARWIN.
131         * src/powerpc/darwin.S: New file.
132         * src/powerpc/ffi_darwin.c: New file.
133
134 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
135
136         * src/x86/ffi.c: Fix spelling error of "separate" as "seperate".
137
138 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
139
140         * src/x86/sysv.S: Avoid gas-only .balign directive.
141         Use C style comments.
142
143 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
144
145         * src/alpha/ffi.c (ffi_prep_closure): Avoid gas-only mnemonic.
146         Fixes PR bootstrap/3563.
147
148 2001-06-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
149
150         * src/alpha/osf.S (ffi_closure_osf): Use .rdata for ECOFF.
151
152 2001-06-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
153
154         * configure.in: Recognize sparc*-sun-* host.
155         * configure: Regenerate.
156         
157 2001-06-06  Andrew Haley  <aph@redhat.com>
158
159         * src/alpha/osf.S (__FRAME_BEGIN__): Conditionalize for ELF.
160
161 2001-06-03  Andrew Haley  <aph@redhat.com>
162
163         * src/alpha/osf.S: Add unwind info.
164         * src/powerpc/sysv.S: Add unwind info.
165         * src/powerpc/ppc_closure.S: Likewise.
166
167 2000-05-31  Jeff Sturm  <jsturm@one-point.com>
168
169         * configure.in: Fix AC_ARG_ENABLE usage.
170         * configure: Rebuilt.
171
172 2001-05-06  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
173
174         * configure.in: Remove warning about beta code.
175         * configure: Rebuilt.
176
177 2001-04-25  Hans Boehm <Hans_Boehm@hp.com>
178
179         * src/ia64/unix.S: Restore stack pointer when returning from
180         ffi_closure_UNIX.
181         * src/ia64/ffi.c: Fix typo in comment.
182
183 2001-04-18  Jim Wilson  <wilson@redhat.com>
184
185         * src/ia64/unix.S: Delete unnecessary increment and decrement of loc2
186         to eliminate RAW DV.
187
188 2001-04-12  Bryce McKinlay  <bryce@albatross.co.nz>
189
190         * Makefile.am: Make a libtool convenience library.
191         * Makefile.in: Rebuilt.
192
193 2001-03-29  Bryce McKinlay  <bryce@albatross.co.nz>
194
195         * configure.in: Use different syntax for subdirectory creation.
196         * configure: Rebuilt.
197
198 2001-03-27  Jon Beniston  <jon@beniston.com>
199
200         * configure.in: Added X86_WIN32 target (Win32, CygWin, MingW).
201         * configure: Rebuilt.
202         * Makefile.am: Added X86_WIN32 target support.
203         * Makefile.in: Rebuilt.
204
205         * include/ffi.h.in: Added X86_WIN32 target support.
206
207         * src/ffitest.c: Doesn't run structure tests for X86_WIN32 targets.
208         * src/types.c: Added X86_WIN32 target support.
209
210         * src/x86/win32.S: New file. Based on sysv.S, but with EH
211         stuff removed and made to work with CygWin's gas.
212
213 2001-03-26  Bryce McKinlay  <bryce@albatross.co.nz>
214
215         * configure.in: Make target subdirectory in build dir.
216         * Makefile.am: Override suffix based rules to specify correct output
217         subdirectory.
218         * Makefile.in: Rebuilt.
219         * configure: Rebuilt.
220
221 2001-03-23  Kevin B Hendricks  <khendricks@ivey.uwo.ca>
222
223         * src/powerpc/ppc_closure.S: New file.
224         * src/powerpc/ffi.c (ffi_prep_args): Fixed ABI compatibility bug
225         involving long long and register pairs.
226         (ffi_prep_closure): New function.
227         (flush_icache): Likewise.
228         (ffi_closure_helper_SYSV): Likewise.
229         * include/ffi.h.in (FFI_CLOSURES): Define on PPC.
230         (FFI_TRAMPOLINE_SIZE): Likewise.
231         (FFI_NATIVE_RAW_API): Likewise.
232         * Makefile.in: Rebuilt.
233         * Makefile.am (EXTRA_DIST): Added src/powerpc/ppc_closure.S.
234         (TARGET_SRC_POWERPC): Likewise.
235
236 2001-03-19  Tom Tromey  <tromey@redhat.com>
237
238         * Makefile.in: Rebuilt.
239         * Makefile.am (ffitest_LDFLAGS): New macro.
240
241 2001-03-02  Nick Clifton  <nickc@redhat.com>
242
243         * include/ffi.h.in: Remove RCS ident string.
244         * include/ffi_mips.h: Remove RCS ident string.
245         * src/debug.c: Remove RCS ident string.
246         * src/ffitest.c: Remove RCS ident string.
247         * src/prep_cif.c: Remove RCS ident string.
248         * src/types.c: Remove RCS ident string.
249         * src/alpha/ffi.c: Remove RCS ident string.
250         * src/alpha/osf.S: Remove RCS ident string.
251         * src/arm/ffi.c: Remove RCS ident string.
252         * src/arm/sysv.S: Remove RCS ident string.
253         * src/mips/ffi.c: Remove RCS ident string.
254         * src/mips/n32.S: Remove RCS ident string.
255         * src/mips/o32.S: Remove RCS ident string.
256         * src/sparc/ffi.c: Remove RCS ident string.
257         * src/sparc/v8.S: Remove RCS ident string.
258         * src/sparc/v9.S: Remove RCS ident string.
259         * src/x86/ffi.c: Remove RCS ident string.
260         * src/x86/sysv.S: Remove RCS ident string.
261
262 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
263
264         * include/ffi.h.in: Change sourceware.cygnus.com references to
265         gcc.gnu.org.
266
267 2000-12-09  Richard Henderson  <rth@redhat.com>
268
269         * src/alpha/ffi.c (ffi_call): Simplify struct return test.
270         (ffi_closure_osf_inner): Index rather than increment avalue
271         and arg_types.  Give ffi_closure_osf the raw return value type.
272         * src/alpha/osf.S (ffi_closure_osf): Handle return value type
273         promotion.
274
275 2000-12-07  Richard Henderson  <rth@redhat.com>
276
277         * src/raw_api.c (ffi_translate_args): Fix typo.
278         (ffi_prep_closure): Likewise.
279
280         * include/ffi.h.in [ALPHA]: Define FFI_CLOSURES and
281         FFI_TRAMPOLINE_SIZE.
282         * src/alpha/ffi.c (ffi_prep_cif_machdep): Adjust minimal
283         cif->bytes for new ffi_call_osf implementation.
284         (ffi_prep_args): Absorb into ...
285         (ffi_call): ... here.  Do all stack allocation here and
286         avoid a callback function.
287         (ffi_prep_closure, ffi_closure_osf_inner): New.
288         * src/alpha/osf.S (ffi_call_osf): Reimplement with no callback.
289         (ffi_closure_osf): New.
290
291 2000-09-10  Alexandre Oliva  <aoliva@redhat.com>
292
293         * config.guess, config.sub, install-sh: Removed.
294         * ltconfig, ltmain.sh, missing, mkinstalldirs: Likewise.
295         * Makefile.in: Rebuilt.
296
297         * acinclude.m4: Include libtool macros from the top level.
298         * aclocal.m4, configure: Rebuilt.
299
300 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
301
302         * configure.in [i*86-*-freebsd*] (TARGET, TARGETDIR): Set.
303         * configure: Rebuilt.
304
305 2000-05-11  Scott Bambrough  <scottb@netwinder.org>
306
307         * libffi/src/arm/sysv.S (ffi_call_SYSV): Doubles are not saved to 
308         memory correctly.  Use conditional instructions, not branches where 
309         possible.
310
311 2000-05-04  Tom Tromey  <tromey@cygnus.com>
312
313         * configure: Rebuilt.
314         * configure.in: Match `arm*-*-linux-*'.
315         From Chris Dornan <cdornan@arm.com>.
316
317 2000-04-28  Jakub Jelinek  <jakub@redhat.com>
318
319         * Makefile.am (SUBDIRS): Define.
320         (AM_MAKEFLAGS): Likewise.
321         (Multilib support.): Add section.
322         * Makefile.in: Rebuilt.
323         * ltconfig (extra_compiler_flags, extra_compiler_flags_value):
324         New variables. Set for gcc using -print-multi-lib. Export them
325         to libtool.
326         (sparc64-*-linux-gnu*): Use libsuff 64 for search paths.
327         * ltmain.sh (B|b|V): Don't throw away gcc's -B, -b and -V options
328         for -shared links.
329         (extra_compiler_flags_value, extra_compiler_flags): Check these
330         for extra compiler options which need to be passed down in
331         compiler_flags.
332
333 2000-04-16  Anthony Green  <green@redhat.com>
334
335         * configure: Rebuilt.
336         * configure.in: Change i*86-pc-linux* to i*86-*-linux*.
337
338 2000-04-14  Jakub Jelinek  <jakub@redhat.com>
339
340         * include/ffi.h.in (SPARC64): Define for 64bit SPARC builds.
341         Set SPARC FFI_DEFAULT_ABI based on SPARC64 define.
342         * src/sparc/ffi.c (ffi_prep_args_v8): Renamed from ffi_prep_args.
343         Replace all void * sizeofs with sizeof(int).
344         Only compare type with FFI_TYPE_LONGDOUBLE if LONGDOUBLE is
345         different than DOUBLE.
346         Remove FFI_TYPE_SINT32 and FFI_TYPE_UINT32 cases (handled elsewhere).
347         (ffi_prep_args_v9): New function.
348         (ffi_prep_cif_machdep): Handle V9 ABI and long long on V8.
349         (ffi_V9_return_struct): New function.
350         (ffi_call): Handle FFI_V9 ABI from 64bit code and FFI_V8 ABI from
351         32bit code (not yet cross-arch calls).
352         * src/sparc/v8.S: Add struct return delay nop.
353         Handle long long.
354         * src/sparc/v9.S: New file.
355         * src/prep_cif.c (ffi_prep_cif): Return structure pointer
356         is used on sparc64 only for structures larger than 32 bytes.
357         Pass by reference for structures is done for structure arguments
358         larger than 16 bytes.
359         * src/ffitest.c (main): Use 64bit rint on sparc64.
360         Run long long tests on sparc.
361         * src/types.c (FFI_TYPE_POINTER): Pointer is 64bit on alpha and
362         sparc64.
363         (FFI_TYPE_LONGDOUBLE): long double is 128 bit aligned to 128 bits
364         on sparc64.
365         * configure.in (sparc-*-linux*): New supported target.
366         (sparc64-*-linux*): Likewise.
367         * configure: Rebuilt.
368         * Makefile.am: Add v9.S to SPARC files.
369         * Makefile.in: Likewise.
370         (LINK): Surround $(CCLD) into double quotes, so that multilib
371         compiles work correctly.
372
373 2000-04-04  Alexandre Petit-Bianco  <apbianco@cygnus.com>
374
375         * configure: Rebuilt.
376         * configure.in: (i*86-*-solaris*): New libffi target. Patch
377         proposed by Bryce McKinlay.
378
379 2000-03-20  Tom Tromey  <tromey@cygnus.com>
380
381         * Makefile.in: Hand edit for java_raw_api.lo.
382
383 2000-03-08  Bryce McKinlay  <bryce@albatross.co.nz>
384
385         * config.guess, config.sub: Update from the gcc tree.
386         Fix for PR libgcj/168.
387
388 2000-03-03  Tom Tromey  <tromey@cygnus.com>
389
390         * Makefile.in: Fixed ia64 by hand.
391
392         * configure: Rebuilt.
393         * configure.in (--enable-multilib): New option.
394         (libffi_basedir): New subst.
395         (AC_OUTPUT): Added multilib code.
396
397 2000-03-02  Tom Tromey  <tromey@cygnus.com>
398
399         * Makefile.in: Rebuilt.
400         * Makefile.am (TARGET_SRC_IA64): Use `ia64', not `alpha', as
401         directory name.
402
403 2000-02-25  Hans Boehm <boehm@acm.org>
404
405         * src/ia64/ffi.c, src/ia64/ia64_flags.h, src/ia64/unix.S: New
406         files.
407         * src/raw_api.c (ffi_translate_args): Fixed typo in argument
408         list.
409         (ffi_prep_raw_closure): Use ffi_translate_args, not
410         ffi_closure_translate.
411         * src/java_raw_api.c: New file.
412         * src/ffitest.c (closure_test_fn): New function.
413         (main): Define `rint' as long long on IA64.  Added new test when
414         FFI_CLOSURES is defined.
415         * include/ffi.h.in (ALIGN): Use size_t, not unsigned.
416         (ffi_abi): Recognize IA64.
417         (ffi_raw): Added `flt' field.
418         Added "Java raw API" code.
419         * configure.in: Recognize ia64.
420         * Makefile.am (TARGET_SRC_IA64): New macro.
421         (libffi_la_common_SOURCES): Added java_raw_api.c.
422         (libffi_la_SOURCES): Define in IA64 case.
423
424 2000-01-04  Tom Tromey  <tromey@cygnus.com>
425
426         * Makefile.in: Rebuilt with newer automake.
427
428 1999-12-31  Tom Tromey  <tromey@cygnus.com>
429
430         * Makefile.am (INCLUDES): Added -I$(top_srcdir)/src.
431
432 1999-09-01  Tom Tromey  <tromey@cygnus.com>
433
434         * include/ffi.h.in: Removed PACKAGE and VERSION defines and
435         undefs.
436         * fficonfig.h.in: Rebuilt.
437         * configure: Rebuilt.
438         * configure.in: Pass 3rd argument to AM_INIT_AUTOMAKE.
439         Use AM_PROG_LIBTOOL (automake 1.4 compatibility).
440         * acconfig.h: Don't #undef PACKAGE or VERSION.
441
442 1999-08-09  Anthony Green  <green@cygnus.com>
443
444         * include/ffi.h.in: Try to work around messy header problem
445         with PACKAGE and VERSION.
446
447         * configure: Rebuilt.
448         * configure.in: Change version to 2.00-beta.
449
450         * fficonfig.h.in: Rebuilt.
451         * acconfig.h (FFI_NO_STRUCTS, FFI_NO_RAW_API): Define.
452
453         * src/x86/ffi.c (ffi_raw_call): Rename.
454
455 1999-08-02  Kresten Krab Thorup  <krab@dominiq.is.s.u-tokyo.ac.jp>
456
457         * src/x86/ffi.c (ffi_closure_SYSV): New function.
458         (ffi_prep_incoming_args_SYSV): Ditto.
459         (ffi_prep_closure): Ditto.
460         (ffi_closure_raw_SYSV): Ditto.
461         (ffi_prep_raw_closure): More ditto.
462         (ffi_call_raw): Final ditto.
463
464         * include/ffi.h.in: Add definitions for closure and raw API.
465
466         * src/x86/ffi.c (ffi_prep_cif_machdep): Added case for
467         FFI_TYPE_UINT64.  
468
469         * Makefile.am (libffi_la_common_SOURCES): Added raw_api.c
470
471         * src/raw_api.c: New file.
472
473         * include/ffi.h.in (ffi_raw): New type.
474         (UINT_ARG, SINT_ARG): New defines.
475         (ffi_closure, ffi_raw_closure): New types.
476         (ffi_prep_closure, ffi_prep_raw_closure): New declarations.
477         
478         * configure.in: Add check for endianness and sizeof void*.
479
480         * src/x86/sysv.S (ffi_call_SYSV): Call fixup routine via argument,
481         instead of directly.
482
483         * configure: Rebuilt.
484
485 Thu Jul  8 14:28:42 1999  Anthony Green  <green@cygnus.com>
486
487         * configure.in: Add x86 and powerpc BeOS configurations.
488         From Makoto Kato <m_kato@ga2.so-net.ne.jp>.
489
490 1999-05-09  Anthony Green  <green@cygnus.com>
491
492         * configure.in: Add warning about this being beta code.
493         Remove src/Makefile.am from the picture.
494         * configure: Rebuilt.
495
496         * Makefile.am: Move logic from src/Makefile.am.  Add changes
497         to support libffi as a target library.
498         * Makefile.in: Rebuilt.
499
500         * aclocal.m4, config.guess, config.sub, ltconfig, ltmain.sh:
501         Upgraded to new autoconf, automake, libtool.
502
503         * README: Tweaks.
504
505         * LICENSE: Update copyright date.
506
507         * src/Makefile.am, src/Makefile.in: Removed.
508
509 1998-11-29  Anthony Green  <green@cygnus.com>
510
511         * include/ChangeLog: Removed.
512         * src/ChangeLog: Removed.
513         * src/mips/ChangeLog: Removed.
514         * src/sparc/ChangeLog: Remboved.
515         * src/x86/ChangeLog: Removed.
516
517         * ChangeLog.v1: Created.