gas/
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:
parent
8470e92791
commit
4fdd1e4f49
@ -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.
|
||||
|
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user