Fix huge_struct for solaris
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
2009-12-26 Andreas Tobler <a.tobler@schweiz.org>
|
||||
Anthony Green <green@redhat.com>
|
||||
|
||||
* testsuite/libffi.call/huge_struct.c (test_large_fn): Replace
|
||||
format code %p with %#x because %p does not add a leading 0x on
|
||||
Solaris. Also case relevant arguments to unsigned int.
|
||||
format code %p with %#lx because %p does not add a leading 0x on
|
||||
Solaris. Also change relevant arguments to unsigned long.
|
||||
|
||||
2009-12-26 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user