mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-21 04:42:53 +08:00
0b1352e04c
binutils/ * testsuite/lib/binutils-common.exp (is_som_format): New proc. (run_dump_test): Correct target test for alternate .comm syntax. (get_standard_section_names): Handle som format. * testsuite/lib/utils-lib.exp (default_binutils_assemble_flags): Correct target test for alternate .comm syntax. gas/ * testsuite/gas/all/gas.exp (redef3): Don't xfail for hppa. (octa): Run for hppa. * testsuite/gas/elf/elf.exp (common1, common2): Likewise. * testsuite/gas/elf/symver.d: Delete notarget. ld/ * testsuite/ld-elf/comm-data5.d: Remove notarget for hppa. * testsuite/ld-scripts/defined6.d: Likewise.
22 lines
349 B
Makefile
22 lines
349 B
Makefile
#source: defined6.s
|
|
#ld: -T defined6.t
|
|
#nm: -B
|
|
|
|
# Check that DEFINED works with various symbol types
|
|
#...
|
|
0+1 A common
|
|
0+1 A common_post
|
|
0+1 A common_pre
|
|
0+1 A defined
|
|
0+1 A defined_post
|
|
0+1 A defined_pre
|
|
0+1 A undef
|
|
0+1 A undef_post
|
|
0+0 A undef_pre
|
|
0+1 A undefweak
|
|
0+1 A undefweak_post
|
|
0+0 A undefweak_pre
|
|
0+1 A weak
|
|
0+1 A weak_post
|
|
0+1 A weak_pre
|