Commit 34323e64 by DJ Delorie Committed by DJ Delorie

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
parent 01d685cc
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
......
......@@ -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) **/
/*************************************/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment