]> xenbits.xensource.com Git - people/royger/xen-test-framework.git/commit
Avoid generating *UND* symbols in object files
authorAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 22 Apr 2016 18:49:32 +0000 (19:49 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 22 Apr 2016 18:49:32 +0000 (19:49 +0100)
commit7860055f5e84f407248991928106d583cd604777
treed3fa2ce1eb1e81bf023274fe082cbc02ac8204cb
parent424bcd697313d555d21a88bf739ac8a6a8220fae
Avoid generating *UND* symbols in object files

The swint-emulation test contains hand-generated asm stubs which use arbitrary
identifiers just for their mnemonic properties.  Unfortunately, their use in
the .if statements generate *UND* symbols listed in the object files export
table.

Use .ifc rather than .if, which explicit interprets its parameters as strings
rather than expressions.  Unfortunately, there is no .elseifc directive.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
tests/swint-emulation/lowlevel.S