[PATCH] ia64: re-allow zero-length symbols (PR/847)

Jan Beulich JBeulich@novell.com
Mon Apr 18 08:39:00 GMT 2005


Built and tested on ia64-unknown-linux-gnu.

Jan

gas/
2005-03-07  Jan Beulich  <jbeulich@novell.com>

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

--- /home/jbeulich/src/binutils/mainline/2005-04-15/gas/config/tc-ia64.c	2005-04-11 08:11:27.000000000 +0200
+++ 2005-04-15/gas/config/tc-ia64.c	2005-04-18 10:32:50.379897066 +0200
@@ -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");


-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: binutils-mainline-ia64-nameless-symbols.patch
URL: <https://sourceware.org/pipermail/binutils/attachments/20050418/d2a4945c/attachment.ksh>


More information about the Binutils mailing list