X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=ld%2Fmri.c;h=7f8d7064e83656614beff94a4074338039494797;hb=627d4cc2546b4b52bf9d7184927ac4ab5bdcaa83;hp=70d4e0281d447903c2e5aa1c4f4cbc7c7b5f399b;hpb=0ef76c43d739e436ad7f1cccd253cc5713d2d63d;p=deliverable%2Fbinutils-gdb.git diff --git a/ld/mri.c b/ld/mri.c index 70d4e0281d..7f8d7064e8 100644 --- a/ld/mri.c +++ b/ld/mri.c @@ -1,5 +1,5 @@ /* mri.c -- handle MRI style linker scripts - Copyright (C) 1991-2014 Free Software Foundation, Inc. + Copyright (C) 1991-2019 Free Software Foundation, Inc. Contributed by Steve Chamberlain . This file is part of the GNU Binutils. @@ -25,6 +25,7 @@ #include "sysdep.h" #include "bfd.h" +#include "bfdlink.h" #include "ld.h" #include "ldexp.h" #include "ldlang.h" @@ -285,14 +286,8 @@ mri_format (const char *name) if (strcmp (name, "S") == 0) lang_add_output_format ("srec", NULL, NULL, 1); - else if (strcmp (name, "IEEE") == 0) - lang_add_output_format ("ieee", NULL, NULL, 1); - - else if (strcmp (name, "COFF") == 0) - lang_add_output_format ("coff-m68k", NULL, NULL, 1); - else - einfo (_("%P%F: unknown format type %s\n"), name); + einfo (_("%F%P: unknown format type %s\n"), name); } void