1
0
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:
Markus F.X.J. Oberhumer 2007-01-09 18:27:53 +01:00
parent c04737ce20
commit 06eec508df
3 changed files with 23 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -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