mirror of
https://github.com/upx/upx
synced 2025-10-05 19:20:23 +08:00
Cosmetic macros.S cleanups.
This commit is contained in:
parent
c04737ce20
commit
06eec508df
|
@ -27,7 +27,13 @@
|
|||
;
|
||||
*/
|
||||
|
||||
//.altmacro
|
||||
#undef amd64
|
||||
#undef i386
|
||||
#undef i486
|
||||
#undef i586
|
||||
#undef x86_64
|
||||
|
||||
//.altmacro // not supported by x86_64-linux-as
|
||||
.code64
|
||||
|
||||
.macro section name
|
||||
|
|
|
@ -27,8 +27,15 @@
|
|||
;
|
||||
*/
|
||||
|
||||
#undef amd64
|
||||
#undef i386
|
||||
#undef i486
|
||||
#undef i586
|
||||
#undef x86_64
|
||||
|
||||
.altmacro
|
||||
.intel_syntax noprefix
|
||||
.arch i8086, nojumps
|
||||
.code16
|
||||
|
||||
.macro section name
|
||||
|
|
|
@ -27,8 +27,16 @@
|
|||
;
|
||||
*/
|
||||
|
||||
#undef amd64
|
||||
#undef i386
|
||||
#undef i486
|
||||
#undef i586
|
||||
#undef x86_64
|
||||
|
||||
.altmacro
|
||||
.intel_syntax noprefix
|
||||
// FIXME: enabing this causes stub changes ???
|
||||
//.arch i386, nojumps
|
||||
.code32
|
||||
|
||||
.macro section name
|
||||
|
@ -38,6 +46,7 @@
|
|||
|
||||
.macro CPU id
|
||||
.ifc \id, 386
|
||||
// FIXME: enabing this causes stub changes ???
|
||||
//.arch i386, nojumps
|
||||
.endif
|
||||
.ifc \id, 486
|
||||
|
|
Loading…
Reference in New Issue
Block a user