mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 11:00:01 +08:00
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:

committed by
Hans-Peter Nilsson

parent
2542804022
commit
5f410aa50c
@ -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
|
||||
|
Reference in New Issue
Block a user