summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/config
diff options
context:
space:
mode:
authorkan <kan@FreeBSD.org>2002-09-01 21:08:29 +0000
committerkan <kan@FreeBSD.org>2002-09-01 21:08:29 +0000
commit39de93233cda5f39f3c4b4d7ad6ebf62bbb82631 (patch)
tree19c8875827fc3c51235374a553707989fce39d97 /contrib/gcc/config
parent1ce52136766e6d5ea6b32453b65afb7a9ef2097d (diff)
downloadFreeBSD-src-39de93233cda5f39f3c4b4d7ad6ebf62bbb82631.zip
FreeBSD-src-39de93233cda5f39f3c4b4d7ad6ebf62bbb82631.tar.gz
Use the stock 3.2.1-prerelease file.
Approved by: obrien
Diffstat (limited to 'contrib/gcc/config')
-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 eb478e0..0eb75407 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
OpenPOWER on IntegriCloud