* include/ffi_common.h: Delete, after moving contents to...
authorgreen <green>
Mon, 23 Apr 2001 00:32:03 +0000 (00:32 +0000)
committergreen <green>
Mon, 23 Apr 2001 00:32:03 +0000 (00:32 +0000)
commit5435965f9015ce40584c98d3816c3d05e7de1d21
treee8653aa7700fcc34f6963bbedc74cbb0ff7b73ad
parent6fdb7de0fe3b7385e1fd78812ae69d9b3069d994
    * include/ffi_common.h: Delete, after moving contents to...
        * include/ffi_private.h: Subsume contents of ffi_common.h.
        * include/Makefile.am (noinst_HEADERS): Remove ffi_common.h.
        * include/Makefile.in: Rebuilt.
        * arm/ffi.c, m68k/ffi.c, mips/ffi.c, powerpc/ffi.c, s390/ffi.c,
        ia64/ffi.c: Include ffi_private.h, not ffi_common.h.
        * alpha/ffi.c, sparc/ffi.c, x86/ffi.c: Don't include ffi_common.h.
        * types.c, raw_api.c, java_raw_api.c, prep_cif.c: Don't include
        ffi_common.h.
        * debug.c: Include ffi_private.h instead of ffi_common.h.

        * mips/ffi.c (calc_n32_struct_flags): Make static.
        (FIX_ARGP): Remove call to debugging routine ffi_stop_here.

        * mips/n32.S: Include ffi_private.h.
        * mips/o32.S: Include ffi_private.h.
23 files changed:
libffi/ChangeLog
libffi/README
libffi/alpha/ffi.c
libffi/arm/ffi.c
libffi/debug.c
libffi/ia64/ffi.c
libffi/include/Makefile.am
libffi/include/Makefile.in
libffi/include/ffi_common.h [deleted file]
libffi/include/ffi_private.h
libffi/java_raw_api.c
libffi/m68k/ffi.c
libffi/mips/ffi.c
libffi/mips/n32.S
libffi/mips/o32.S
libffi/powerpc/ffi.c
libffi/prep_cif.c
libffi/raw_api.c
libffi/s390/ffi.c
libffi/sparc/ffi.c
libffi/testsuite/lib/libffi.exp
libffi/testsuite/libffi.call/many.c
libffi/types.c