summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/config/alpha/alpha.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gcc/config/alpha/alpha.c')
-rw-r--r--contrib/gcc/config/alpha/alpha.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/contrib/gcc/config/alpha/alpha.c b/contrib/gcc/config/alpha/alpha.c
index c91e68c..3bc8e4d 100644
--- a/contrib/gcc/config/alpha/alpha.c
+++ b/contrib/gcc/config/alpha/alpha.c
@@ -1664,7 +1664,11 @@ alpha_encode_section_info (decl)
XSTR (XEXP (DECL_RTL (decl), 0), 0) = string;
}
else if (symbol_str[0] == '@')
- abort ();
+ {
+ /* We're hosed. This can happen when the user adds a weak
+ attribute after rtl generation. They should have gotten
+ a warning about unspecified behaviour from varasm.c. */
+ }
}
/* legitimate_address_p recognizes an RTL expression that is a valid
OpenPOWER on IntegriCloud