From b7d771a3b2336f136b0e496a0b61ac84d4b80d5b Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Wed, 22 Jul 2020 17:25:55 -0700 Subject: [PATCH] Fix expected values for 20212-reloc-data Somehow these weren't part of commit 689204. --- SourceGen/SGTestData/Expected/20212-reloc-data_64tass.S | 5 ----- SourceGen/SGTestData/Expected/20212-reloc-data_Merlin32.S | 5 ----- SourceGen/SGTestData/Expected/20212-reloc-data_cc65.S | 5 ----- 3 files changed, 15 deletions(-) diff --git a/SourceGen/SGTestData/Expected/20212-reloc-data_64tass.S b/SourceGen/SGTestData/Expected/20212-reloc-data_64tass.S index 8e01572..cc9d000 100644 --- a/SourceGen/SGTestData/Expected/20212-reloc-data_64tass.S +++ b/SourceGen/SGTestData/Expected/20212-reloc-data_64tass.S @@ -1,7 +1,6 @@ .cpu "65816" .enc "sg_ascii" .cdef $20,$7e,$20 -;Segment 02: Kind=Code; Attrs=NoSpecial; Name=' ' * = $030000 .al .xl @@ -78,7 +77,6 @@ _L30088 .byte $03 _L3008E rts -;Segment 03: Kind=Data; Attrs=BankRel, Dynamic; Name='PosFFE0 ' .logical $04ffe0 _L4FFE0 .long _L4FFE0 .byte $00 @@ -118,7 +116,6 @@ _L4FFE0 .long _L4FFE0 .byte $1f .text " !",$22,"#$%&'()*+,-./" -;Segment 04: Kind=Code; Attrs=NoSpecial; Name='Bank2 ' .here .logical $023456 .as @@ -135,7 +132,6 @@ _L23467 .fill 16,$00 _L23477 nop rts -;Segment 05: Kind=Code; Attrs=AbsBank, Dynamic; Name='Bank8 ' .here .logical $080000 _L80000 lda _L80000 @@ -158,7 +154,6 @@ _L80019 .long _L80019 .byte $00 _L80026 .text "This is a test." .byte $00 -;Segment 06: Kind=Data; Attrs=0; Name='Filler ' .here .logical $060000 .text "hello, world!" diff --git a/SourceGen/SGTestData/Expected/20212-reloc-data_Merlin32.S b/SourceGen/SGTestData/Expected/20212-reloc-data_Merlin32.S index 53f1bea..26ced48 100644 --- a/SourceGen/SGTestData/Expected/20212-reloc-data_Merlin32.S +++ b/SourceGen/SGTestData/Expected/20212-reloc-data_Merlin32.S @@ -1,4 +1,3 @@ -;Segment 02: Kind=Code; Attrs=NoSpecial; Name=' ' org $030000 mx %00 L30000 clc @@ -72,7 +71,6 @@ L30000 clc :L3008E rts -;Segment 03: Kind=Data; Attrs=BankRel, Dynamic; Name='PosFFE0 ' org $04ffe0 :L4FFE0 adr :L4FFE0 dfb $00 @@ -111,7 +109,6 @@ L30000 clc dfb $1f asc ' !"#$%&',27,'()*+,-./' -;Segment 04: Kind=Code; Attrs=NoSpecial; Name='Bank2 ' org $023456 mx %11 :L23456 ldal :L23456 @@ -126,7 +123,6 @@ L30000 clc :L23477 nop rts -;Segment 05: Kind=Code; Attrs=AbsBank, Dynamic; Name='Bank8 ' org $080000 :L80000 ldal :L80000 lda: :L80019 @@ -148,6 +144,5 @@ L30000 clc dfb $00 :L80026 asc 'This is a test.' dfb $00 -;Segment 06: Kind=Data; Attrs=0; Name='Filler ' org $060000 asc 'hello, world!' diff --git a/SourceGen/SGTestData/Expected/20212-reloc-data_cc65.S b/SourceGen/SGTestData/Expected/20212-reloc-data_cc65.S index ec87ac9..a534c09 100644 --- a/SourceGen/SGTestData/Expected/20212-reloc-data_cc65.S +++ b/SourceGen/SGTestData/Expected/20212-reloc-data_cc65.S @@ -1,5 +1,4 @@ .setcpu "65816" -;Segment 02: Kind=Code; Attrs=NoSpecial; Name=' ' ; .segment "SEG000" .org $030000 .a16 @@ -77,7 +76,6 @@ L30000: clc @L3008E: rts -;Segment 03: Kind=Data; Attrs=BankRel, Dynamic; Name='PosFFE0 ' ; .segment "SEG001" .org $04ffe0 @L4FFE0: .faraddr @L4FFE0 @@ -118,7 +116,6 @@ L30000: clc .byte $1f .byte " !",$22,"#$%&'()*+,-./" -;Segment 04: Kind=Code; Attrs=NoSpecial; Name='Bank2 ' ; .segment "SEG003" .org $023456 .a8 @@ -135,7 +132,6 @@ L30000: clc @L23477: nop rts -;Segment 05: Kind=Code; Attrs=AbsBank, Dynamic; Name='Bank8 ' ; .segment "SEG004" .org $080000 @L80000: lda @L80000 @@ -158,7 +154,6 @@ L30000: clc .byte $00 @L80026: .byte "This is a test." .byte $00 -;Segment 06: Kind=Data; Attrs=0; Name='Filler ' ; .segment "SEG005" .org $060000 .byte "hello, world!"