2005-04-19  Jan Beulich  <jbeulich@novell.com>

	PR/847
	* config/tc-ia64.c (ia64_canonicalize_symbol_name): Re-allow zero-
	length symbols.
This commit is contained in:
Jan Beulich 2005-04-19 06:46:49 +00:00
parent 8470e92791
commit 4fdd1e4f49
2 changed files with 6 additions and 2 deletions

View 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.

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