mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
39d050ee50
microblaze-linux uses the standard ELF script, microblaze-elf its own script lacking an input section pattern needed to make this test pass. Add the missing pattern for .data, in line with most other sections that do have .* patterns. * scripttempl/elfmicroblaze.sc (.data): Add .data.* entry. * testsuite/ld-elf/var1.d: Don't xfail microblaze.
12 lines
165 B
Makefile
12 lines
165 B
Makefile
#ld: $srcdir/$subdir/var1.t --sort-section name
|
|
#nm: -n
|
|
#xfail: d30v-*-* dlx-*-* ft32-*-*
|
|
|
|
#...
|
|
[0-9a-f]* D var1
|
|
#...
|
|
[0-9a-f]*3 A var2
|
|
#...
|
|
[0-9a-f]* D var3
|
|
#pass
|