projects
/
platform
/
upstream
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea36057
)
Add `%P' on error in plugin message.
author
H.J. Lu
<hjl.tools@gmail.com>
Mon, 6 Dec 2010 00:59:14 +0000
(
00:59
+0000)
committer
H.J. Lu
<hjl.tools@gmail.com>
Mon, 6 Dec 2010 00:59:14 +0000
(
00:59
+0000)
ld/plugin.c
patch
|
blob
|
history
diff --git
a/ld/plugin.c
b/ld/plugin.c
index
1832e49
..
8c919b6
100644
(file)
--- a/
ld/plugin.c
+++ b/
ld/plugin.c
@@
-587,7
+587,7
@@
message (int level, const char *format, ...)
case LDPL_ERROR:
default:
{
- char *newfmt = ACONCAT ((level == LDPL_FATAL ? "%
F" : "%X
",
+ char *newfmt = ACONCAT ((level == LDPL_FATAL ? "%
P%F:" : "%P%X:
",
format, "\n", NULL));
vfinfo (stderr, newfmt, args, TRUE);
}