From: Alan Modra Date: Thu, 29 Sep 2016 21:36:10 +0000 (+0930) Subject: [RS6000] Revert rs6000_opt_vars change X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5ad0684a5864cfa56947d8ebd1c227959b05b077;p=gcc.git [RS6000] Revert rs6000_opt_vars change Doubly wrong. Broke AIX bootstrap, and not updated for the change in name. * config/rs6000/rs6000.c (rs6000_opt_vars): Revert last change. From-SVN: r240639 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1658dcb3424..6892a5acf6c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2016-09-30 Alan Modra + + * config/rs6000/rs6000.c (rs6000_opt_vars): Revert last change. + 2016-09-29 Uros Bizjak * config/i386/driver-i386.c (host_detect_local_cpu): Check maximum diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c index c7ba617d4f0..e93688a446e 100644 --- a/gcc/config/rs6000/rs6000.c +++ b/gcc/config/rs6000/rs6000.c @@ -37129,9 +37129,6 @@ static struct rs6000_opt_var const rs6000_opt_vars[] = { "warn-cell-microcode", offsetof (struct gcc_options, x_rs6000_warn_cell_microcode), offsetof (struct cl_target_option, x_rs6000_warn_cell_microcode), }, - { "gnu-attr", - offsetof (struct gcc_options, x_rs6000_gnu_attr), - offsetof (struct cl_target_option, x_rs6000_gnu_attr), }, }; /* Inner function to handle attribute((target("..."))) and #pragma GCC target