[PATCH] ia64: re-allow zero-length symbols (PR/847)
Jan Beulich
JBeulich@novell.com
Mon Apr 18 08:39:00 GMT 2005
More information about the Binutils mailing list
Mon Apr 18 08:39:00 GMT 2005
- Previous message (by thread): CC='gcc -m64' not honoured in all ld tests [Was: Results for 2.16.90 20050417 testsuite on sparc64-unknown-linux-gnu]
- Next message (by thread): [PATCH] ia64: re-allow zero-length symbols (PR/847)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Previous message (by thread): CC='gcc -m64' not honoured in all ld tests [Was: Results for 2.16.90 20050417 testsuite on sparc64-unknown-linux-gnu]
- Next message (by thread): [PATCH] ia64: re-allow zero-length symbols (PR/847)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list