Bug 197794

Summary: Avoid duplicate filenames in Vex
Product: [Developer tools] valgrind Reporter: Nicholas Nethercote <njn>
Component: vexAssignee: Julian Seward <jseward>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 3.5 SVN   
Target Milestone: blocking3.5.0   
Platform: unspecified   
OS: All   
Latest Commit: Version Fixed In:
Bug Depends on: 197793    
Bug Blocks: 155913    

Description Nicholas Nethercote 2009-06-25 03:15:54 UTC
Vex currently has duplicate filenames in different directories, eg. priv/guest-{x86,amd64,ppc,arm}/toIR.c.  This confuses automake.  It would be better to rename these files to avoid the duplication.  Julian has to do this because it's in Vex.  Makefile.vex.am will need updating accordingly;  there are XXX marks indicating the temporary workarounds that are removable.