Bug 443178 - Powerpc, test jm-mfspr expected output needs to be updated
Summary: Powerpc, test jm-mfspr expected output needs to be updated
Status: CLOSED FIXED
Alias: None
Product: valgrind
Classification: Developer tools
Component: vex (other bugs)
Version First Reported In: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Julian Seward
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-09-30 22:59 UTC by Carl Love
Modified: 2021-10-01 20:52 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carl Love 2021-09-30 22:59:40 UTC
The jm-insns.c test was changed.  It caused the contents of the LR and CTR registers to change.
Comment 1 Carl Love 2021-09-30 23:09:36 UTC
Committed fix.

commit f1d6dec60148d1ca7dc660f98e39ff31a9bfb5a0 (HEAD -> master, origin/master, origin/HEAD)
Author: Carl Love <cel@us.ibm.com>
Date:   Tue Sep 28 15:49:10 2021 +0000

    Fix tests for mfspr
    
    Split out the mfspr tests into a separate test using command line option
    "-M".  The value in the LR and CTR registers changed.  It appears the
    changes are due to changes in the test program jm-insns.c.  Splinting
    these instructions out will help to minimize the size of future updates
    when the test program changes.