2008-06-10 Martin Baulig <martin@ximian.com>
authorMartin Baulig <martin@novell.com>
Tue, 10 Jun 2008 15:57:56 +0000 (15:57 -0000)
committerMartin Baulig <martin@novell.com>
Tue, 10 Jun 2008 15:57:56 +0000 (15:57 -0000)
* MonoSymbolTable.cs
(OffsetTable.MinorVersion): Bump to 6.  There were no changes to
the file format, but we were generating incorrect source file
indices in the line number table due to a bug, which made
backtraces report an incorrect source file.

svn path=/trunk/mcs/; revision=105456

mcs/class/Mono.CompilerServices.SymbolWriter/ChangeLog
mcs/class/Mono.CompilerServices.SymbolWriter/MonoSymbolTable.cs

index da31a364ffe9c6eebdd612cb883b44d406b2b561..5787408e283487e4b7fc1b972b1b849a552a789d 100644 (file)
@@ -1,3 +1,11 @@
+2008-06-10  Martin Baulig  <martin@ximian.com>
+
+       * MonoSymbolTable.cs
+       (OffsetTable.MinorVersion): Bump to 6.  There were no changes to
+       the file format, but we were generating incorrect source file
+       indices in the line number table due to a bug, which made
+       backtraces report an incorrect source file.
+
 2008-06-10  Martin Baulig  <martin@ximian.com>
 
        * MonoSymbolWriter.cs
index aa8e501f9a99803566cbc1521eb72ca9ee97e234..b9f31e037e1620d16880e25fda45da228442605c 100644 (file)
@@ -73,7 +73,7 @@ namespace Mono.CompilerServices.SymbolWriter
        public class OffsetTable
        {
                public const int  MajorVersion = 42;
-               public const int  MinorVersion = 5;
+               public const int  MinorVersion = 6;
                public const long Magic        = 0x45e82623fd7fa614;
 
                #region This is actually written to the symbol file