* ld-powerpc/powerpc.exp (ppcelftests): Assemble sda test with -a32.

This commit is contained in:
Alan Modra 2005-06-02 14:30:03 +00:00
parent e87d886e78
commit b38b1562e1
2 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,7 @@
2005-06-02 Alan Modra <amodra@bigpond.net.au>
* ld-powerpc/powerpc.exp (ppcelftests): Assemble sda test with -a32.
2005-05-31 Zack Weinberg <zack@codesourcery.com>
* ld-scripts/align.exp: Mark align1 XFAIL on PECOFF targets.

View file

@ -1,5 +1,5 @@
# Expect script for ld-powerpc tests
# Copyright 2002, 2003 Free Software Foundation
# Copyright 2002, 2003, 2005 Free Software Foundation
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@ -69,9 +69,9 @@ set ppcelftests {
{{readelf -WSsrl tlsso32.r} {objdump -dr tlsso32.d}
{objdump -sj.got tlsso32.g} {objdump -sj.tdata tlsso32.t}}
"tls32.so"}
{"Shared library with global symbol" "-shared -melf32ppc" "" {sdalib.s}
{"Shared library with global symbol" "-shared -melf32ppc" "-a32" {sdalib.s}
{} "sdalib.so"}
{"Dynamic application with SDA" "-melf32ppc tmpdir/sdalib.so" "" {sdadyn.s}
{"Dynamic application with SDA" "-melf32ppc tmpdir/sdalib.so" "-a32" {sdadyn.s}
{{objdump -R sdadyn.d}} "sdadyn"}
}