public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [xstormy] fix testsuite support source
@ 2008-11-12 17:18 DJ Delorie
  2008-11-13  2:53 ` Ben Elliston
  0 siblings, 1 reply; 5+ messages in thread
From: DJ Delorie @ 2008-11-12 17:18 UTC (permalink / raw)
  To: gcc-patches


This adapts to changes in the xstormy16 assembler.  OK?

2008-10-27  DJ Delorie  <dj@redhat.com>

	* gcc.target/xstormy16/below100.S (.chip_info): Use
	position-independent expressions for the fillers.

Index: gcc.target/xstormy16/below100.S
===================================================================
--- gcc.target/xstormy16/below100.S	(revision 141789)
+++ gcc.target/xstormy16/below100.S	(working copy)
@@ -151,19 +151,19 @@ _fini:
 #else
         .word   0x08000+ROM_SIZE-PROTECT_SIZE
 #endif
                                 /*************************************/
                                 /** C0-CF : Fixed string            **/
                                 /*************************************/
-        .ascii  "CHIPINFORMATION"
-1:      .space  (0xd0-1b),0x00
+1:	.ascii  "CHIPINFORMATION"
+2:	.space  (0x10-(2b-1b)),0x00
                                 /*************************************/
                                 /** D0-DF : Chipname                **/
                                 /*************************************/
-        .ascii  "LC59_32K"
-2:      .space  (0xe0-2b),0x00
+1:	.ascii  "LC59_32K"
+2:	.space  (0x10-(2b-1b)),0x00
                                 /*************************************/
                                 /** E0-E1 : Format version(BCD4)    **/
                                 /*************************************/
         .byte   0x10, 0x00
         .space  6, 0x00
                                 /*************************************/

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

* Re: [xstormy] fix testsuite support source
  2008-11-12 17:18 [xstormy] fix testsuite support source DJ Delorie
@ 2008-11-13  2:53 ` Ben Elliston
  2008-11-13  7:20   ` DJ Delorie
  0 siblings, 1 reply; 5+ messages in thread
From: Ben Elliston @ 2008-11-13  2:53 UTC (permalink / raw)
  To: DJ Delorie; +Cc: gcc-patches

> This adapts to changes in the xstormy16 assembler.  OK?

Just out of curiousity, will this change remain backwards compatible
with older assemblers?

Cheers, Ben


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

* Re: [xstormy] fix testsuite support source
  2008-11-13  2:53 ` Ben Elliston
@ 2008-11-13  7:20   ` DJ Delorie
  0 siblings, 0 replies; 5+ messages in thread
From: DJ Delorie @ 2008-11-13  7:20 UTC (permalink / raw)
  To: Ben Elliston; +Cc: gcc-patches


> Just out of curiousity, will this change remain backwards compatible
> with older assemblers?

It should.  Difference-of-symbols is old, as is local labels.  If you
want, I can test it on a specific version that's "far enough back" for
you :-)

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

* Re: [xstormy] fix testsuite support source
  2008-11-19  9:52 Nick Clifton
@ 2008-11-19 21:57 ` DJ Delorie
  0 siblings, 0 replies; 5+ messages in thread
From: DJ Delorie @ 2008-11-19 21:57 UTC (permalink / raw)
  To: Nick Clifton; +Cc: gcc-patches


> Approved - please apply.

Thanks!  Done.

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

* Re: [xstormy] fix testsuite support source
@ 2008-11-19  9:52 Nick Clifton
  2008-11-19 21:57 ` DJ Delorie
  0 siblings, 1 reply; 5+ messages in thread
From: Nick Clifton @ 2008-11-19  9:52 UTC (permalink / raw)
  To: DJ Delorie; +Cc: gcc-patches

Hi DJ,

 > 2008-10-27  DJ Delorie  <dj@redhat.com>
 >
 > 	* gcc.target/xstormy16/below100.S (.chip_info): Use
 > 	position-independent expressions for the fillers.

Approved - please apply.

Cheers
   Nick

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

end of thread, other threads:[~2008-11-19 21:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-12 17:18 [xstormy] fix testsuite support source DJ Delorie
2008-11-13  2:53 ` Ben Elliston
2008-11-13  7:20   ` DJ Delorie
2008-11-19  9:52 Nick Clifton
2008-11-19 21:57 ` DJ Delorie

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