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:
parent
01d685ccfd
commit
34323e64d2
2 changed files with 9 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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) **/
|
||||
/*************************************/
|
||||
|
|
Loading…
Add table
Reference in a new issue