Added patch from chrisb

This commit is contained in:
Steve Chamberlain 1991-04-19 01:05:13 +00:00
parent 5f288d8af8
commit 3cc2ca3f5c
1 changed files with 7 additions and 17 deletions

View File

@ -166,29 +166,19 @@ static void lnk960_after_parse()
}
/* if there has been no hll list then add our own */
if(had_hll && !had_hll_name) {
append(&hll_list_tail,"c");
if (lang_float_flag == true) {
append(&hll_list_tail,"m");
}
else {
append(&hll_list_tail,"mstub");
}
append(&hll_list_tail,"cg");
if (ldfile_output_machine == bfd_mach_i960_ka_sa ||
ldfile_output_machine == bfd_mach_i960_ca) {
{
append(&hll_list_tail,"f");
}
ldfile_output_machine == bfd_mach_i960_ca) {
{
append(&hll_list_tail,"fpg");
}
}
}
add_on(hll_list, lang_input_file_is_l_enum);
add_on(syslib_list, lang_input_file_is_search_file_enum);
}
static void