mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
* ar.c (normalize): Fix full_pathname code.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
1999-10-15 Ian Lance Taylor <ian@zembu.com>
|
||||||
|
|
||||||
|
* ar.c (normalize): Fix full_pathname code.
|
||||||
|
|
||||||
1999-10-08 Ben Elliston <bje@cygnus.com>
|
1999-10-08 Ben Elliston <bje@cygnus.com>
|
||||||
|
|
||||||
* binutils.texi: Some rewording and clarifications.
|
* binutils.texi: Some rewording and clarifications.
|
||||||
|
@ -299,7 +299,7 @@ normalize (file, abfd)
|
|||||||
const char *filename;
|
const char *filename;
|
||||||
|
|
||||||
if (full_pathname)
|
if (full_pathname)
|
||||||
return filename;
|
return file;
|
||||||
|
|
||||||
filename = strrchr (file, '/');
|
filename = strrchr (file, '/');
|
||||||
if (filename != (char *) NULL)
|
if (filename != (char *) NULL)
|
||||||
|
Reference in New Issue
Block a user