Bug 277199 - The test_isa_2_06_part1.c in none/tests/ppc64 should be a symlink to 32-bit testcase of same name
Summary: The test_isa_2_06_part1.c in none/tests/ppc64 should be a symlink to 32-bit t...
Status: RESOLVED FIXED
Alias: None
Product: valgrind
Classification: Developer tools
Component: general (other bugs)
Version First Reported In: 3.7 SVN
Platform: Unlisted Binaries Linux
: NOR normal
Target Milestone: ---
Assignee: Julian Seward
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-06 13:49 UTC by Maynard Johnson
Modified: 2011-07-24 14:41 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 Maynard Johnson 2011-07-06 13:49:03 UTC
There currently exists two identical testcase source files -- none/tests/ppc32/test_isa_2_06_part1.c and none/tests/ppc64/test_isa_2_06_part1.c.  For ease of maintenance, the intention is to use the same source file for both the 32-bit and 64-bit tests, but I should have used a symbolic link instead of a copy.  This is analogous to none/tests/ppc{32|64}/jm-insns.c, where the 64-bit file is a symbolic link to the 32-bit file.  So we should remove none/tests/ppc64/test_isa_2_06_part1.c and replace it with a symbolic link to none/tests/ppc32/test_isa_2_06_part1.c.
Comment 1 Julian Seward 2011-07-24 14:41:00 UTC
Fixed, r11909.