From ffc18d8a8287dba8df90476299bdbd6c135e0756 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Tue, 2 Dec 2003 05:58:11 +0000 Subject: * ldmain.c (main): Remove mpc860c0 code. * lexsup.c (enum option_values): Delete OPTION_MPC860C0. (ld_options): Delete mpc860c0 entry. (parse_args): Likewise. --- ld/ldmain.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'ld/ldmain.c') diff --git a/ld/ldmain.c b/ld/ldmain.c index b18b580..51e8b8a 100644 --- a/ld/ldmain.c +++ b/ld/ldmain.c @@ -316,7 +316,6 @@ main (int argc, char **argv) and _fini symbols. We are compatible. */ link_info.init_function = "_init"; link_info.fini_function = "_fini"; - link_info.mpc860c0 = 0; link_info.pei386_auto_import = -1; link_info.pei386_runtime_pseudo_reloc = FALSE; link_info.spare_dynamic_tags = 5; @@ -345,8 +344,6 @@ main (int argc, char **argv) { if (command_line.gc_sections) einfo ("%P%F: --gc-sections and -r may not be used together\n"); - if (link_info.mpc860c0) - einfo (_("%P%F: -r and --mpc860c0 may not be used together\n")); else if (command_line.relax) einfo (_("%P%F: --relax and -r may not be used together\n")); if (link_info.shared) -- cgit v1.1