Improved the .heap section detection to avoid a detection error
authorJean-Paul Mari <djipi.mari@gmail.com>
Wed, 18 Oct 2017 18:00:53 +0000 (14:00 -0400)
committerJean-Paul Mari <djipi.mari@gmail.com>
Wed, 18 Oct 2017 18:00:53 +0000 (14:00 -0400)
docs/vj_ReleaseNotes.txt
src/file.cpp

index 0eaa385..3f1f325 100644 (file)
@@ -20,6 +20,8 @@ Release 3 (WiP)
 -- UI displays the source without the need to move down/up the scrollbar\r
 14) Fixed a crash when DWARF report a source line number exceeding the number of lines present in the source file\r
 -- This may come from the linker vlink\r
 -- UI displays the source without the need to move down/up the scrollbar\r
 14) Fixed a crash when DWARF report a source line number exceeding the number of lines present in the source file\r
 -- This may come from the linker vlink\r
+15) Improved the .heap section detection to avoid a detection error\r
+-- Depend vlink version, .heap section may have an Alloc flag\r
 \r
 Release 2 (3rd September 2017)\r
 ------------------------------\r
 \r
 Release 2 (3rd September 2017)\r
 ------------------------------\r
index 001b132..c1cf88a 100644 (file)
@@ -263,6 +263,9 @@ WriteLog("FILE: Cartridge run address is reported as $%X...\n", jaguarRunAddress
                                                                                        case ELF_debug_loc_TYPE:\r
                                                                                                break;\r
 \r
                                                                                        case ELF_debug_loc_TYPE:\r
                                                                                                break;\r
 \r
+                                                                                       case ELF_heap_TYPE:\r
+                                                                                               break;\r
+\r
                                                                                        case ELF_comment_TYPE:\r
                                                                                                break;\r
 \r
                                                                                        case ELF_comment_TYPE:\r
                                                                                                break;\r
 \r