llvm-6502/lib/Target/CBackend
John Criswell 01b2d61311 Fixed the CBE on Solaris/Sparc. We need to define the return value of
the write() system call because it returns 64 bits on Solaris 64 bit,
and an implicit return value of int says it returns 32 bits.
Admittedly, this is a bit of a hack.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10375 91177308-0d34-0410-b5e6-96231b3b80d8
2003-12-10 18:06:34 +00:00
..
CBackend.cpp Fixed the CBE on Solaris/Sparc. We need to define the return value of 2003-12-10 18:06:34 +00:00
Makefile Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
Writer.cpp Fixed the CBE on Solaris/Sparc. We need to define the return value of 2003-12-10 18:06:34 +00:00