diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-09-15 17:07:02 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-09-15 17:07:02 +0000 |
commit | 7aa8f49656c7c82b933a78d17ffed157feeff50f (patch) | |
tree | fb3e3738417259110233c8a83e50a563bab8050f /ld | |
parent | 8150b20a18314a62b5cee799e14c92a25a8caa27 (diff) | |
download | gdb-7aa8f49656c7c82b933a78d17ffed157feeff50f.zip gdb-7aa8f49656c7c82b933a78d17ffed157feeff50f.tar.gz gdb-7aa8f49656c7c82b933a78d17ffed157feeff50f.tar.bz2 |
* ldmisc.c (vfinfo): Print BFD file name as well as file name
returned by find_nearest_line, in case the file name is something
unhelpful such as a .h file. Handle %u.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index d5def59..5e7018e 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +Thu Sep 15 13:05:44 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) + + * ldmisc.c (vfinfo): Print BFD file name as well as file name + returned by find_nearest_line, in case the file name is something + unhelpful such as a .h file. Handle %u. + Wed Sep 14 12:49:12 1994 Steve Chamberlain (sac@jonny.cygnus.com) * ldlang.c (lang_do_assignments): Make sure output statement |