public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Re: [PATCH] ia64: re-allow zero-length symbols (PR/847)
@ 2005-04-20  7:31 Jan Beulich
  0 siblings, 0 replies; 6+ messages in thread
From: Jan Beulich @ 2005-04-20  7:31 UTC (permalink / raw)
  To: drow; +Cc: binutils

Done.

>>> Daniel Jacobowitz <drow@false.org> 19.04.05 23:08:12 >>>
On Tue, Apr 19, 2005 at 12:30:12AM -0700, James E Wilson wrote:
> On Tue, 2005-04-19 at 00:00, Jan Beulich wrote:
> > PR/847 was reported against 2.16 - should the patch therefore also be applied to that tree?
> 
> Oh, yeah.  It should go on the branch also.

Yes please.  Jan, let me know when you've done this; I'm about to close
the door on 2.16.

-- 
Daniel Jacobowitz
CodeSourcery, LLC

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] ia64: re-allow zero-length symbols (PR/847)
  2005-04-19  7:30 ` James E Wilson
@ 2005-04-19 21:08   ` Daniel Jacobowitz
  0 siblings, 0 replies; 6+ messages in thread
From: Daniel Jacobowitz @ 2005-04-19 21:08 UTC (permalink / raw)
  To: James E Wilson; +Cc: Jan Beulich, binutils

On Tue, Apr 19, 2005 at 12:30:12AM -0700, James E Wilson wrote:
> On Tue, 2005-04-19 at 00:00, Jan Beulich wrote:
> > PR/847 was reported against 2.16 - should the patch therefore also be applied to that tree?
> 
> Oh, yeah.  It should go on the branch also.

Yes please.  Jan, let me know when you've done this; I'm about to close
the door on 2.16.

-- 
Daniel Jacobowitz
CodeSourcery, LLC

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] ia64: re-allow zero-length symbols (PR/847)
  2005-04-19  7:01 Jan Beulich
@ 2005-04-19  7:30 ` James E Wilson
  2005-04-19 21:08   ` Daniel Jacobowitz
  0 siblings, 1 reply; 6+ messages in thread
From: James E Wilson @ 2005-04-19  7:30 UTC (permalink / raw)
  To: Jan Beulich; +Cc: drow, binutils

On Tue, 2005-04-19 at 00:00, Jan Beulich wrote:
> PR/847 was reported against 2.16 - should the patch therefore also be applied to that tree?

Oh, yeah.  It should go on the branch also.
-- 
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] ia64: re-allow zero-length symbols (PR/847)
@ 2005-04-19  7:01 Jan Beulich
  2005-04-19  7:30 ` James E Wilson
  0 siblings, 1 reply; 6+ messages in thread
From: Jan Beulich @ 2005-04-19  7:01 UTC (permalink / raw)
  To: drow; +Cc: binutils

PR/847 was reported against 2.16 - should the patch therefore also be applied to that tree?

>>> James E Wilson <wilson@specifixinc.com> 18.04.05 21:16:18 >>>
On Mon, 2005-04-18 at 01:39, Jan Beulich wrote:
> 	* config/tc-ia64.c (ia64_canonicalize_symbol_name): Re-allow zero-
> 	length symbols.

OK.
-- 
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com 



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] ia64: re-allow zero-length symbols (PR/847)
  2005-04-18  8:39 Jan Beulich
@ 2005-04-18 19:16 ` James E Wilson
  0 siblings, 0 replies; 6+ messages in thread
From: James E Wilson @ 2005-04-18 19:16 UTC (permalink / raw)
  To: Jan Beulich; +Cc: binutils

On Mon, 2005-04-18 at 01:39, Jan Beulich wrote:
> 	* config/tc-ia64.c (ia64_canonicalize_symbol_name): Re-allow zero-
> 	length symbols.

OK.
-- 
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH] ia64: re-allow zero-length symbols (PR/847)
@ 2005-04-18  8:39 Jan Beulich
  2005-04-18 19:16 ` James E Wilson
  0 siblings, 1 reply; 6+ messages in thread
From: Jan Beulich @ 2005-04-18  8:39 UTC (permalink / raw)
  To: binutils

[-- Attachment #1: Type: text/plain, Size: 671 bytes --]

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 #2: binutils-mainline-ia64-nameless-symbols.patch --]
[-- Type: text/plain, Size: 645 bytes --]

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-04-20  7:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-20  7:31 [PATCH] ia64: re-allow zero-length symbols (PR/847) Jan Beulich
  -- strict thread matches above, loose matches on Subject: below --
2005-04-19  7:01 Jan Beulich
2005-04-19  7:30 ` James E Wilson
2005-04-19 21:08   ` Daniel Jacobowitz
2005-04-18  8:39 Jan Beulich
2005-04-18 19:16 ` James E Wilson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).