diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-07-02 21:53:21 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-07-02 21:53:21 +0000 |
commit | 243e769870661251e1de092134e44f14c701e9cf (patch) | |
tree | dedb5b8c303f99eebf1c18964a54f891e57397e7 /ld/ChangeLog | |
parent | be89267cfcf8507dd99bb6f3f53bed3f1eda45db (diff) | |
download | gdb-243e769870661251e1de092134e44f14c701e9cf.zip gdb-243e769870661251e1de092134e44f14c701e9cf.tar.gz gdb-243e769870661251e1de092134e44f14c701e9cf.tar.bz2 |
* lexsup.c (parse_args): Cast fopen result to PTR before storing
it in link_info.base_file. Fix indentation.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index ae09d76..9d95aa1 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +Sun Jul 2 17:52:34 1995 Ian Lance Taylor <ian@cygnus.com> + + * lexsup.c (parse_args): Cast fopen result to PTR before storing + it in link_info.base_file. Fix indentation. + Wed Jun 28 17:11:25 1995 Steve Chamberlain <sac@slash.cygnus.com> * ldmain.c (main): Always initialize PE info in link_info. |