| OLD | NEW | 
|---|
| 1 # Test rel32 jump instructions with abs32 and .reloc obstructions. | 1 # Test rel32 jump instructions with abs32 and .reloc obstructions. | 
| 2 | 2 | 
| 3 # .text start RVA and end RVA | 3 # .text start RVA and end RVA | 
| 4 1000 | 4 1000 | 
| 5 3000 | 5 3000 | 
| 6 # .reloc start RVA and end RVA | 6 # .reloc start RVA and end RVA | 
| 7 # Typically this won't overlap with .text. | 7 # Typically this won't overlap with .text. | 
| 8 # Note: If we use 1020, then the algorithm would never encounter it, so the | 8 # Note: If we use 1020, then the algorithm would never encounter it, so the | 
| 9 # .reloc does not get skipped! This edge case is not worth fixing right now. | 9 # .reloc does not get skipped! This edge case is not worth fixing right now. | 
| 10 101F | 10 101F | 
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 53 # 1027 | 53 # 1027 | 
| 54 # 102D | 54 # 102D | 
| 55 1033 | 55 1033 | 
| 56 1039 | 56 1039 | 
| 57 103F | 57 103F | 
| 58 1045 | 58 1045 | 
| 59 # 1057 | 59 # 1057 | 
| 60 # 105D | 60 # 105D | 
| 61 1063  # Op code 0F 8E overlaps with abs32 105F, but still okay | 61 1063  # Op code 0F 8E overlaps with abs32 105F, but still okay | 
| 62 1069 | 62 1069 | 
| OLD | NEW | 
|---|