use .word instead of .value, older gas don't support it
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 12 Mar 2008 00:08:57 +0000 (00:08 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 12 Mar 2008 00:08:57 +0000 (00:08 +0000)
[r18093]

ir/be/begnuas.c

index b848679..41cb56d 100644 (file)
@@ -364,7 +364,7 @@ static void dump_size_type(obstack_t *obst, size_t size) {
                break;
 
        case 2:
-               obstack_printf(obst, "\t.value\t");
+               obstack_printf(obst, "\t.word\t");
                break;
 
        case 4: