public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-7577] IBM Z: arch14 fix option string used for Binutils
@ 2021-03-09 13:52 Andreas Krebbel
  0 siblings, 0 replies; only message in thread
From: Andreas Krebbel @ 2021-03-09 13:52 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:43c66b1606dbcd704f3c99a4d396f7d9fb917858

commit r11-7577-g43c66b1606dbcd704f3c99a4d396f7d9fb917858
Author: Andreas Krebbel <krebbel@linux.ibm.com>
Date:   Tue Mar 9 11:45:31 2021 +0100

    IBM Z: arch14 fix option string used for Binutils
    
    gcc/ChangeLog:
    
            * config/s390/s390.c (struct s390_processor processor_table):
            Binutils name string must not be empty.

Diff:
---
 gcc/config/s390/s390.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/config/s390/s390.c b/gcc/config/s390/s390.c
index de48271d6d4..151136bedbc 100644
--- a/gcc/config/s390/s390.c
+++ b/gcc/config/s390/s390.c
@@ -337,7 +337,7 @@ const struct s390_processor processor_table[] =
   { "z13",    "z13",    PROCESSOR_2964_Z13,    &zEC12_cost,  11 },
   { "z14",    "arch12", PROCESSOR_3906_Z14,    &zEC12_cost,  12 },
   { "z15",    "arch13", PROCESSOR_8561_Z15,    &zEC12_cost,  13 },
-  { "arch14", "",       PROCESSOR_ARCH14,      &zEC12_cost,  14 },
+  { "arch14", "arch14", PROCESSOR_ARCH14,      &zEC12_cost,  14 },
   { "native", "",       PROCESSOR_NATIVE,      NULL,         0  }
 };


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-03-09 13:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-09 13:52 [gcc r11-7577] IBM Z: arch14 fix option string used for Binutils Andreas Krebbel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).