This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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");


Attachment: binutils-mainline-ia64-nameless-symbols.patch
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]