From 3cc2ca3f5c5bd9409b41212edd5f370df9a3ff3f Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Fri, 19 Apr 1991 01:05:13 +0000 Subject: [PATCH] Added patch from chrisb --- ld/ld-lnk960.c | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) diff --git a/ld/ld-lnk960.c b/ld/ld-lnk960.c index d099d960bf..984ed2ee9d 100755 --- a/ld/ld-lnk960.c +++ b/ld/ld-lnk960.c @@ -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