remove extraneous code checked in with previous delta
[official-gcc.git] / libffi / ChangeLog
blob984d2bec60f7b2e863945d72983a36daf0a3e87f
1 2000-03-08  Bryce McKinlay  <bryce@albatross.co.nz>
3         * config.guess, config.sub: Update from the gcc tree.
4         Fix for PR libgcj/168.
6 2000-03-03  Tom Tromey  <tromey@cygnus.com>
8         * Makefile.in: Fixed ia64 by hand.
10         * configure: Rebuilt.
11         * configure.in (--enable-multilib): New option.
12         (libffi_basedir): New subst.
13         (AC_OUTPUT): Added multilib code.
15 2000-03-02  Tom Tromey  <tromey@cygnus.com>
17         * Makefile.in: Rebuilt.
18         * Makefile.am (TARGET_SRC_IA64): Use `ia64', not `alpha', as
19         directory name.
21 2000-02-25  Hans Boehm <boehm@acm.org>
23         * src/ia64/ffi.c, src/ia64/ia64_flags.h, src/ia64/unix.S: New
24         files.
25         * src/raw_api.c (ffi_translate_args): Fixed typo in argument
26         list.
27         (ffi_prep_raw_closure): Use ffi_translate_args, not
28         ffi_closure_translate.
29         * src/java_raw_api.c: New file.
30         * src/ffitest.c (closure_test_fn): New function.
31         (main): Define `rint' as long long on IA64.  Added new test when
32         FFI_CLOSURES is defined.
33         * include/ffi.h.in (ALIGN): Use size_t, not unsigned.
34         (ffi_abi): Recognize IA64.
35         (ffi_raw): Added `flt' field.
36         Added "Java raw API" code.
37         * configure.in: Recognize ia64.
38         * Makefile.am (TARGET_SRC_IA64): New macro.
39         (libffi_la_common_SOURCES): Added java_raw_api.c.
40         (libffi_la_SOURCES): Define in IA64 case.
42 2000-01-04  Tom Tromey  <tromey@cygnus.com>
44         * Makefile.in: Rebuilt with newer automake.
46 1999-12-31  Tom Tromey  <tromey@cygnus.com>
48         * Makefile.am (INCLUDES): Added -I$(top_srcdir)/src.
50 1999-09-01  Tom Tromey  <tromey@cygnus.com>
52         * include/ffi.h.in: Removed PACKAGE and VERSION defines and
53         undefs.
54         * fficonfig.h.in: Rebuilt.
55         * configure: Rebuilt.
56         * configure.in: Pass 3rd argument to AM_INIT_AUTOMAKE.
57         Use AM_PROG_LIBTOOL (automake 1.4 compatibility).
58         * acconfig.h: Don't #undef PACKAGE or VERSION.
60 1999-08-09  Anthony Green  <green@cygnus.com>
62         * include/ffi.h.in: Try to work around messy header problem
63         with PACKAGE and VERSION.
65         * configure: Rebuilt.
66         * configure.in: Change version to 2.00-beta.
68         * fficonfig.h.in: Rebuilt.
69         * acconfig.h (FFI_NO_STRUCTS, FFI_NO_RAW_API): Define.
71         * src/x86/ffi.c (ffi_raw_call): Rename.
73 1999-08-02  Kresten Krab Thorup  <krab@dominiq.is.s.u-tokyo.ac.jp>
75         * src/x86/ffi.c (ffi_closure_SYSV): New function.
76         (ffi_prep_incoming_args_SYSV): Ditto.
77         (ffi_prep_closure): Ditto.
78         (ffi_closure_raw_SYSV): Ditto.
79         (ffi_prep_raw_closure): More ditto.
80         (ffi_call_raw): Final ditto.
82         * include/ffi.h.in: Add definitions for closure and raw API.
84         * src/x86/ffi.c (ffi_prep_cif_machdep): Added case for
85         FFI_TYPE_UINT64.  
87         * Makefile.am (libffi_la_common_SOURCES): Added raw_api.c
89         * src/raw_api.c: New file.
91         * include/ffi.h.in (ffi_raw): New type.
92         (UINT_ARG, SINT_ARG): New defines.
93         (ffi_closure, ffi_raw_closure): New types.
94         (ffi_prep_closure, ffi_prep_raw_closure): New declarations.
95         
96         * configure.in: Add check for endianness and sizeof void*.
98         * src/x86/sysv.S (ffi_call_SYSV): Call fixup routine via argument,
99         instead of directly.
101         * configure: Rebuilt.
103 Thu Jul  8 14:28:42 1999  Anthony Green  <green@cygnus.com>
105         * configure.in: Add x86 and powerpc BeOS configurations.
106         From Makoto Kato <m_kato@ga2.so-net.ne.jp>.
108 1999-05-09  Anthony Green  <green@cygnus.com>
110         * configure.in: Add warning about this being beta code.
111         Remove src/Makefile.am from the picture.
112         * configure: Rebuilt.
114         * Makefile.am: Move logic from src/Makefile.am.  Add changes
115         to support libffi as a target library.
116         * Makefile.in: Rebuilt.
118         * aclocal.m4, config.guess, config.sub, ltconfig, ltmain.sh:
119         Upgraded to new autoconf, automake, libtool.
121         * README: Tweaks.
123         * LICENSE: Update copyright date.
125         * src/Makefile.am, src/Makefile.in: Removed.
127 1998-11-29  Anthony Green  <green@cygnus.com>
129         * include/ChangeLog: Removed.
130         * src/ChangeLog: Removed.
131         * src/mips/ChangeLog: Removed.
132         * src/sparc/ChangeLog: Remboved.
133         * src/x86/ChangeLog: Removed.
135         * ChangeLog.v1: Created.