* testutils.inc (setup): __start is also a valid start symbol.
authorThiemo Seufer <ths@networkno.de>
Tue, 29 Aug 2006 12:18:43 +0000 (12:18 +0000)
committerThiemo Seufer <ths@networkno.de>
Tue, 29 Aug 2006 12:18:43 +0000 (12:18 +0000)
sim/testsuite/sim/mips/ChangeLog
sim/testsuite/sim/mips/testutils.inc

index 9c7b78903d953d2ccb9a92b9996ccb7b99c0ef8d..07a765a5f031991bc5fc9fb7968449410fbf03b7 100644 (file)
@@ -1,3 +1,7 @@
+2006-08-08  Chris Dearman  <chris@mips.com>
+
+       * testutils.inc (setup): __start is also a valid start symbol.
+
 2006-05-15  Chao-ying Fu  <fu@mips.com>
 
        * mips32-dsp.s: Add some tests for shra_r.ph, shrav_r.ph, shra_r.w,
index f111f793140bb0112c8323615a7cb0170be441ba..1d4b732c5a110988b001b38dbfbb7c282d3a9286 100644 (file)
        .macro setup
 
        .global _start
+       .global __start
        .ent _start
 _start:
+__start:
        .set push
        .set noreorder
        j       DIAG