From: Ian Lance Taylor Date: Thu, 21 Mar 1996 18:32:34 +0000 (+0000) Subject: * ldmisc.c (vfinfo): case 'I': If the file is not in an archive, X-Git-Tag: gdb-4_18~9038 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4bcc5d32386649ed434f3c7486085437476f60f6;p=external%2Fbinutils.git * ldmisc.c (vfinfo): case 'I': If the file is not in an archive, and the local symbol name does not match the filename, print the filename as well. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 73da363..0ca280b 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,9 @@ Thu Mar 21 13:17:34 1996 Ian Lance Taylor + * ldmisc.c (vfinfo): case 'I': If the file is not in an archive, + and the local symbol name does not match the filename, print the + filename as well. + Patches from John Polstra for FreeBSD ELF: * lexsup.c (parse_args): -Bshareable is a synonym for -shared. * emulparams/elf_i386.sh (NONPAGED_TEXT_START_ADDR): Make the same