below100.S (.chip_info): Use position-independent expressions for the fillers.

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

From-SVN: r142020
This commit is contained in:
DJ Delorie 2008-11-19 16:43:16 -05:00 committed by DJ Delorie
parent 01d685ccfd
commit 34323e64d2
2 changed files with 9 additions and 4 deletions

View file

@ -1,3 +1,8 @@
2008-11-19 DJ Delorie <dj@redhat.com>
* gcc.target/xstormy16/below100.S (.chip_info): Use
position-independent expressions for the fillers.
2008-11-19 Jason Merrill <jason@redhat.com>
PR c++/36410

View file

@ -154,13 +154,13 @@ _fini:
/*************************************/
/** 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) **/
/*************************************/