Remove the deprecated -H/-h/-L/-l options

This commit is contained in:
Rangi42
2024-03-22 15:14:11 -04:00
committed by Sylvie
parent 106e516962
commit 14b72222b1
12 changed files with 11 additions and 248 deletions

View File

@@ -1,22 +1,14 @@
SECTION "test", ROM0
opt !h, !L ; already the default, but tests parsing "!"
pusho
opt p42, Q.4, h, L, Wno-div
opt p42, Q.4, Wno-div
ds 1
ld [$ff88], a
halt
println $8000_0000 / -1
def n = 3.14
println "{x:n} = {f:n}"
popo
opt H, l
ds 1
ld [$ff88], a
halt
println $8000_0000 / -1
def n = 3.14
println "{x:n} = {f:n}"

View File

@@ -1,2 +1,2 @@
warning: opt.asm(20): [-Wdiv]
warning: opt.asm(12): [-Wdiv]
Division of -2147483648 by -1 yields -2147483648

Binary file not shown.