Bug 197794 - Avoid duplicate filenames in Vex
Summary: Avoid duplicate filenames in Vex
Status: RESOLVED FIXED
Alias: None
Product: valgrind
Classification: Developer tools
Component: vex (show other bugs)
Version: 3.5 SVN
Platform: unspecified All
: NOR normal
Target Milestone: blocking3.5.0
Assignee: Julian Seward
URL:
Keywords:
Depends on: 197793
Blocks: 155913
  Show dependency treegraph
 
Reported: 2009-06-25 03:15 UTC by Nicholas Nethercote
Modified: 2009-07-02 22:49 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.