Cosmetic macros.S cleanups.
This commit is contained in:
@@ -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
|
.code64
|
||||||
|
|
||||||
.macro section name
|
.macro section name
|
||||||
|
|||||||
@@ -27,8 +27,15 @@
|
|||||||
;
|
;
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#undef amd64
|
||||||
|
#undef i386
|
||||||
|
#undef i486
|
||||||
|
#undef i586
|
||||||
|
#undef x86_64
|
||||||
|
|
||||||
.altmacro
|
.altmacro
|
||||||
.intel_syntax noprefix
|
.intel_syntax noprefix
|
||||||
|
.arch i8086, nojumps
|
||||||
.code16
|
.code16
|
||||||
|
|
||||||
.macro section name
|
.macro section name
|
||||||
|
|||||||
@@ -27,8 +27,16 @@
|
|||||||
;
|
;
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#undef amd64
|
||||||
|
#undef i386
|
||||||
|
#undef i486
|
||||||
|
#undef i586
|
||||||
|
#undef x86_64
|
||||||
|
|
||||||
.altmacro
|
.altmacro
|
||||||
.intel_syntax noprefix
|
.intel_syntax noprefix
|
||||||
|
// FIXME: enabing this causes stub changes ???
|
||||||
|
//.arch i386, nojumps
|
||||||
.code32
|
.code32
|
||||||
|
|
||||||
.macro section name
|
.macro section name
|
||||||
@@ -38,6 +46,7 @@
|
|||||||
|
|
||||||
.macro CPU id
|
.macro CPU id
|
||||||
.ifc \id, 386
|
.ifc \id, 386
|
||||||
|
// FIXME: enabing this causes stub changes ???
|
||||||
//.arch i386, nojumps
|
//.arch i386, nojumps
|
||||||
.endif
|
.endif
|
||||||
.ifc \id, 486
|
.ifc \id, 486
|
||||||
|
|||||||
Reference in New Issue
Block a user