mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-19 07:13:40 +08:00
Re: PowerPC notoc call stub tests
Correct the tests for powerpc 32-bit targets. * testsuite/ld-powerpc/callstub-1.d: Pass -melf64ppc to ld. * testsuite/ld-powerpc/callstub-2.d: Likewise.
This commit is contained in:
parent
55904abea4
commit
3836e1d1ab
@ -1,3 +1,8 @@
|
||||
2019-07-08 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* testsuite/ld-powerpc/callstub-1.d: Pass -melf64ppc to ld.
|
||||
* testsuite/ld-powerpc/callstub-2.d: Likewise.
|
||||
|
||||
2019-07-04 Jan Beulich <jbeulich@suse.com>
|
||||
|
||||
* testsuite/ld-elf/group9.s: Correct argument of .type.
|
||||
|
@ -1,5 +1,5 @@
|
||||
#as: -a64 -mfuture
|
||||
#ld: -shared --plt-align=0 --hash-style=gnu
|
||||
#ld: -melf64ppc -shared --plt-align=0 --hash-style=gnu
|
||||
#objdump: -dr -Mfuture
|
||||
|
||||
.*
|
||||
|
@ -1,5 +1,5 @@
|
||||
#as: -a64
|
||||
#ld: -shared --plt-align=0 --hash-style=gnu
|
||||
#ld: -melf64ppc -shared --plt-align=0 --hash-style=gnu
|
||||
#objdump: -dr
|
||||
|
||||
.*
|
||||
|
Loading…
Reference in New Issue
Block a user