testsuite/ld-elf/pr26936.d: Pass -W.
Required for the expected "CU:" to be emitted for long source-paths. See binutils/dwarf.c: if (do_wide || strlen (directory) < 76) printf (_("CU: %s/%s:\n"), directory, file_table[0].name); else printf ("%s:\n", file_table[0].name);
This commit is contained in:
parent
2542804022
commit
5f410aa50c
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2020-12-02 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
* testsuite/ld-elf/pr26936.d: Pass -W.
|
||||
|
||||
2020-12-01 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
PR ld/26970
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
#source: pr26936c.s
|
||||
#as: --gen-debug
|
||||
#ld: -z noseparate-code -Ttext-segment 0x10000 -z max-page-size=0x1000
|
||||
#readelf: -wL
|
||||
#readelf: -wL -W
|
||||
#target: [check_shared_lib_support]
|
||||
# Assembly source file for the HPPA assembler is renamed and modifed by
|
||||
# sed. mn10300 and riscv put different numbers of local symbols in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue