From: Jan Beulich Date: Wed, 20 Apr 2005 07:30:24 +0000 (+0000) Subject: gas/ X-Git-Tag: binutils-2_16~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d02a8e352b5fca5caefc853ea65340903cd9f1a;p=thirdparty%2Fbinutils-gdb.git gas/ 2005-04-20 Jan Beulich PR/847 * config/tc-ia64.c (ia64_canonicalize_symbol_name): Re-allow zero- length symbols. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 82dc1d1512b..d1c635e7c81 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2005-04-20 Jan Beulich + + PR/847 + * config/tc-ia64.c (ia64_canonicalize_symbol_name): Re-allow zero- + length symbols. + 2005-04-18 Maciej W. Rozycki * config/tc-mips.c (normalize_constant_expr): Don't check for diff --git a/gas/config/tc-ia64.c b/gas/config/tc-ia64.c index b959cdcf919..bb7647a4388 100644 --- a/gas/config/tc-ia64.c +++ b/gas/config/tc-ia64.c @@ -7969,8 +7969,6 @@ ia64_canonicalize_symbol_name (name) { if (full > 0) as_bad ("Standalone `#' is illegal"); - else - as_bad ("Zero-length symbol is illegal"); } else if (len < full - 1) as_warn ("Redundant `#' suffix operators");