mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
Removed an already fixed item.
committer: mfx <mfx> 1139864523 +0000
This commit is contained in:
parent
a0f2241f3a
commit
5d45ce5cf7
4
TODO
4
TODO
|
@ -1,12 +1,10 @@
|
||||||
UPX TODO list. Last updated 2006-01-21.
|
UPX TODO list. Last updated 2006-02-13.
|
||||||
|
|
||||||
|
|
||||||
IMPORTANT PROBLEMS THAT SHOULD BE FIXED SOON:
|
IMPORTANT PROBLEMS THAT SHOULD BE FIXED SOON:
|
||||||
|
|
||||||
- brute + linux/elf386 does not work
|
- brute + linux/elf386 does not work
|
||||||
|
|
||||||
- stub ctojr32 needs CPU 486 because of bswap
|
|
||||||
|
|
||||||
|
|
||||||
OTHER:
|
OTHER:
|
||||||
|
|
||||||
|
|
|
@ -284,8 +284,6 @@ reloc_endx:
|
||||||
%macro ctojr32 0
|
%macro ctojr32 0
|
||||||
%push ctojr32
|
%push ctojr32
|
||||||
|
|
||||||
CPU 486 ; FIXME: ctojr32 uses bswap
|
|
||||||
|
|
||||||
;; I got confused by the syntactic sugar of the fake %ifdefs.
|
;; I got confused by the syntactic sugar of the fake %ifdefs.
|
||||||
;; I can read the section name more easily when it is at the left margin.
|
;; I can read the section name more easily when it is at the left margin.
|
||||||
;; Also, some of the logic to select the sections is not that simple,
|
;; Also, some of the logic to select the sections is not that simple,
|
||||||
|
@ -379,7 +377,9 @@ lxunf: ; in: Carry set iff we should apply mru and 0!=n_mru
|
||||||
|
|
||||||
;__LXUNF486__ >=486
|
;__LXUNF486__ >=486
|
||||||
mov al, byte 0
|
mov al, byte 0
|
||||||
|
CPU 486
|
||||||
bswap eax ; preserve Carry (2-byte instruction)
|
bswap eax ; preserve Carry (2-byte instruction)
|
||||||
|
CPU 386
|
||||||
;__LXUNF487__ 0!=n_mru && >=486
|
;__LXUNF487__ 0!=n_mru && >=486
|
||||||
jnc unf_store ; do not apply mru
|
jnc unf_store ; do not apply mru
|
||||||
|
|
||||||
|
@ -579,8 +579,6 @@ unfcount:
|
||||||
push eax
|
push eax
|
||||||
push edx
|
push edx
|
||||||
ret
|
ret
|
||||||
|
|
||||||
CPU 386
|
|
||||||
%pop
|
%pop
|
||||||
%endmacro
|
%endmacro
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user