* ldlang.c (new_afile): Pass NULL as last argument to concat.
This commit is contained in:
parent
c8d02404ea
commit
ef76742fc5
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Mon Feb 21 15:15:29 1994 Ian Lance Taylor (ian@cygnus.com)
|
||||
|
||||
* ldlang.c (new_afile): Pass NULL as last argument to concat.
|
||||
|
||||
Thu Feb 17 15:51:23 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
||||
|
||||
* ldlang.c, ldmain.c: Include libiberty.h.
|
||||
|
|
|
@ -338,7 +338,7 @@ new_afile (name, file_type, target)
|
|||
p->is_archive = true;
|
||||
p->filename = name;
|
||||
p->real = true;
|
||||
p->local_sym_name = concat ("-l", name, "");
|
||||
p->local_sym_name = concat ("-l", name, (const char *) NULL);
|
||||
p->just_syms_flag = false;
|
||||
p->search_dirs_flag = true;
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue