diff options
| author | Ulrich Drepper <[email protected]> | 2005-09-03 16:42:46 +0000 |
|---|---|---|
| committer | Ulrich Drepper <[email protected]> | 2005-09-03 16:42:46 +0000 |
| commit | e3f9b7db6c7361579ec5cc5eb5e414f7e93baeb6 (patch) | |
| tree | cfd78459bef5ec9a464464dcafb48827eb32f3cc /src/ldgeneric.c | |
| parent | d0449526a43807acf72cb5c9d5c1320290b9b914 (diff) | |
Cleanup of messages.
Diffstat (limited to 'src/ldgeneric.c')
| -rw-r--r-- | src/ldgeneric.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ldgeneric.c b/src/ldgeneric.c index 1b6c7207..6f8a042c 100644 --- a/src/ldgeneric.c +++ b/src/ldgeneric.c @@ -1590,7 +1590,7 @@ open_elf (struct usedfiles *fileinfo, Elf *elf) __fsetlocking (ldin, FSETLOCKING_BYCALLER); if (ldin == NULL) - error (EXIT_FAILURE, errno, gettext ("cannot open \"%s\""), + error (EXIT_FAILURE, errno, gettext ("cannot open '%s'"), fileinfo->rfname); /* Parse the file. If it is a linker script no problems will be @@ -3452,7 +3452,7 @@ find_entry_point (void) { if (ld_state.entry != NULL) error (0, 0, gettext ("\ -cannot find entry symbol \"%s\": defaulting to %#0*" PRIx64), +cannot find entry symbol '%s': defaulting to %#0*" PRIx64), ld_state.entry, xelf_getclass (ld_state.outelf) == ELFCLASS32 ? 10 : 18, (uint64_t) result); |
