OSDN Git Service

* gcc.target/xstormy16/below100.S (.chip_info): Use
authordj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 19 Nov 2008 21:43:16 +0000 (21:43 +0000)
committerdj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 19 Nov 2008 21:43:16 +0000 (21:43 +0000)
position-independent expressions for the fillers.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142020 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/xstormy16/below100.S

index 305a992..83490a9 100644 (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
index f85c6d6..27faa2e 100644 (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)    **/
                                 /*************************************/