LD: Add new %pU vfinfo format for printing linker script name

The %pT vfinfo format prints the linker script name with a line number,
however sometimes it may be necessary to print the linker script name
without any associated line number.

ld/ChangeLog:

	* ldmisc.c (vfinfo): Support new "%pU" format specifier.
This commit is contained in:
Jozef Lawrynowicz
2020-08-28 13:56:53 +01:00
parent 7ca371dba5
commit 87870682f3
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2020-08-28 Jozef Lawrynowicz <jozef.l@mittosystems.com>
* ldmisc.c (vfinfo): Support new "%pU" format specifier.
2020-08-28 Cooper Qu <cooper.qu@linux.alibaba.com>
* emulparams/cskyelf.sh: Support attribute section.