]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gas/
authorJan Beulich <jbeulich@novell.com>
Wed, 20 Apr 2005 07:30:24 +0000 (07:30 +0000)
committerJan Beulich <jbeulich@novell.com>
Wed, 20 Apr 2005 07:30:24 +0000 (07:30 +0000)
2005-04-20  Jan Beulich  <jbeulich@novell.com>

PR/847
* config/tc-ia64.c (ia64_canonicalize_symbol_name): Re-allow zero-
length symbols.

gas/ChangeLog
gas/config/tc-ia64.c

index 82dc1d1512b4df640a7946fd0a6e3e3f614ae6aa..d1c635e7c81b865635e9e691a55008511ede3a7b 100644 (file)
@@ -1,3 +1,9 @@
+2005-04-20  Jan Beulich  <jbeulich@novell.com>
+
+       PR/847
+       * config/tc-ia64.c (ia64_canonicalize_symbol_name): Re-allow zero-
+       length symbols.
+
 2005-04-18  Maciej W. Rozycki  <macro@linux-mips.org>
 
        * config/tc-mips.c (normalize_constant_expr): Don't check for
index b959cdcf9197f7bd3f062bc0f73426ce51d2f71b..bb7647a4388d207cf5b3176b9e9e98f937e329ef 100644 (file)
@@ -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");