This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libffi broken with your latest change


The broken file is:
$ nm src/x86/sysv.o 
00000083 t .ffi_call_SYSV_end
         U FFI_TYPE_DOUBLE
         U FFI_TYPE_FLOAT
         U FFI_TYPE_INT
         U FFI_TYPE_LONGDOUBLE
         U FFI_TYPE_SINT64
0000007f t epilogue

But wait - could this be a preprocessor bug?  Neil, any idea?
The preprocessor defines:
#define FFI_TYPE_INT 1
and then we have:
 cmpl $FFI_TYPE_INT,%ecx

which is not changed.

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]