diff options
Diffstat (limited to 'bfd/sparclinux.c')
-rw-r--r-- | bfd/sparclinux.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/sparclinux.c b/bfd/sparclinux.c index e7a7b95..23d448b 100644 --- a/bfd/sparclinux.c +++ b/bfd/sparclinux.c @@ -417,6 +417,7 @@ linux_tally_symbols (struct linux_link_hash_entry *h, void * data) p = strrchr (alloc, '_'); *p++ = '\0'; _bfd_error_handler + /* xgettext:c-format */ (_("Output file requires shared library `%s.so.%s'\n"), alloc, p); free (alloc); |