diff --git a/test/arm.S b/test/arm.S index 3b76769..a30efab 100644 --- a/test/arm.S +++ b/test/arm.S @@ -1,3 +1,4 @@ +/* $Id$ */ .text adc %r0, %r1, %r2 adceq %r0, %r1, %r2 diff --git a/test/java.S b/test/java.S index 15602dd..0d5e4b4 100644 --- a/test/java.S +++ b/test/java.S @@ -1,3 +1,4 @@ +/* $Id$ */ .text aaload aastore diff --git a/test/mips.S b/test/mips.S index d1836f2..7b2a825 100644 --- a/test/mips.S +++ b/test/mips.S @@ -1,2 +1,3 @@ +/* $Id$ */ .text nop diff --git a/test/sparc.S b/test/sparc.S index 718b2c6..256e443 100644 --- a/test/sparc.S +++ b/test/sparc.S @@ -1,3 +1,4 @@ +/* $Id$ */ .text ldd [%r4 + %r7], %r11 /* 0xd6190007 */ ldub [%r23], %r19 /* 0xe60dc000 */ diff --git a/test/sparc64.S b/test/sparc64.S index e8cfec6..25391e2 100644 --- a/test/sparc64.S +++ b/test/sparc64.S @@ -1,3 +1,4 @@ +/* $Id$ */ .text ldd [%r4 + %r7], %r11 /* 0xd6190007 */ ldub [%r23], %r19 /* 0xe60dc000 */