mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +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:
@ -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>
|
2019-07-04 Jan Beulich <jbeulich@suse.com>
|
||||||
|
|
||||||
* testsuite/ld-elf/group9.s: Correct argument of .type.
|
* testsuite/ld-elf/group9.s: Correct argument of .type.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#as: -a64 -mfuture
|
#as: -a64 -mfuture
|
||||||
#ld: -shared --plt-align=0 --hash-style=gnu
|
#ld: -melf64ppc -shared --plt-align=0 --hash-style=gnu
|
||||||
#objdump: -dr -Mfuture
|
#objdump: -dr -Mfuture
|
||||||
|
|
||||||
.*
|
.*
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#as: -a64
|
#as: -a64
|
||||||
#ld: -shared --plt-align=0 --hash-style=gnu
|
#ld: -melf64ppc -shared --plt-align=0 --hash-style=gnu
|
||||||
#objdump: -dr
|
#objdump: -dr
|
||||||
|
|
||||||
.*
|
.*
|
||||||
|
Reference in New Issue
Block a user