yasm/modules
Peter Johnson 65f6f7a1ff Fix #223: Correctly handle "./" paths in dwarf2.
As dwarf2 has a directory table in addition to a filename table, we split
the provided pathname when generating the filename table.  This correctly
combined both "./foo" and "foo" into a single filename table entry.
However, we were only matching on pathname instead of dir+filename when
actually generating the dwarf opcodes, resulting in not finding the "./foo"
version.  Fix to check both dir and filename separately, splitting the same
way we do when generating the filename table.

svn path=/trunk/yasm/; revision=2367
2010-09-06 19:33:25 +00:00
..
arch gas: Fix movsw/movzw memory operand encodings. 2010-08-14 02:26:41 +00:00
dbgfmts Fix #223: Correctly handle "./" paths in dwarf2. 2010-09-06 19:33:25 +00:00
listfmts Add cmake build infrastructure. 2008-05-22 09:08:03 +00:00
objfmts coff: Add support for gas .secrel32 directive. 2010-08-18 06:23:30 +00:00
parsers Improve gas syntax .set directive to better match GNU as behavior. 2010-08-21 07:32:54 +00:00
preprocs Improve gas syntax .set directive to better match GNU as behavior. 2010-08-21 07:32:54 +00:00
CMakeLists.txt (cmake build) Install DLL files to correct locations on Windows. 2008-05-24 18:30:29 +00:00
Makefile.inc Create new working branch for new (Robertson 1977) optimizer. 2005-10-08 05:45:29 +00:00