gas/
authorJan Beulich <jbeulich@novell.com>
Tue, 19 Apr 2005 06:46:49 +0000 (06:46 +0000)
committerJan Beulich <jbeulich@novell.com>
Tue, 19 Apr 2005 06:46:49 +0000 (06:46 +0000)
2005-04-19  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 3e0db6d..c77a720 100644 (file)
@@ -1,3 +1,9 @@
+2005-04-19  Jan Beulich  <jbeulich@novell.com>
+
+       PR/847
+       * config/tc-ia64.c (ia64_canonicalize_symbol_name): Re-allow zero-
+       length symbols.
+
 2005-04-18  Mark Kettenis  <kettenis@gnu.org>
 
        * config/tc-i386.c (md_begin): Allow hyphens in mnemonics.
index 1286825..484b25c 100644 (file)
@@ -8022,8 +8022,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");