mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
ld: Fix a typo in testsuite/ld-x86-64/bnd-plt-1.d
Pass -mx86-used-note=no to assembler. * testsuite/ld-x86-64/bnd-plt-1.d: Fix a typo.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2021-01-26 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* testsuite/ld-x86-64/bnd-plt-1.d: Fix a typo.
|
||||
|
||||
2021-01-26 Alan Modra <amodra@gmail.com>
|
||||
|
||||
PR 27226
|
||||
|
@ -1,5 +1,5 @@
|
||||
#source: bnd-branch-1.s -mx86-used-note=no
|
||||
#as: --64
|
||||
#source: bnd-branch-1.s
|
||||
#as: --64 -mx86-used-note=no
|
||||
#ld: -shared -melf_x86_64 -z bndplt --hash-style=sysv -z max-page-size=0x200000 -z noseparate-code
|
||||
#objdump: -dw
|
||||
|
||||
|
Reference in New Issue
Block a user