diff options
author | Alexander Kabaev <kan@FreeBSD.org> | 2002-09-01 21:08:29 +0000 |
---|---|---|
committer | Alexander Kabaev <kan@FreeBSD.org> | 2002-09-01 21:08:29 +0000 |
commit | 2556bafc14bc3fd55675c1b734d3296946bf520a (patch) | |
tree | 19c8875827fc3c51235374a553707989fce39d97 /contrib/gcc/config/alpha/alpha.c | |
parent | 4dccc39462928e15f3a0f3554db1af9fa6566253 (diff) |
Use the stock 3.2.1-prerelease file.
Approved by: obrien
Notes
Notes:
svn path=/head/; revision=102798
Diffstat (limited to 'contrib/gcc/config/alpha/alpha.c')
-rw-r--r-- | contrib/gcc/config/alpha/alpha.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/contrib/gcc/config/alpha/alpha.c b/contrib/gcc/config/alpha/alpha.c index eb478e0e374c..0eb75407bf96 100644 --- a/contrib/gcc/config/alpha/alpha.c +++ b/contrib/gcc/config/alpha/alpha.c @@ -1666,7 +1666,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 |