OSDN Git Service

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