On Tue, Jan 28, 2014 at 5:35 PM, H.J. Lu <hjl.to...@gmail.com> wrote:
>>>> The .code16gcc directive was added to binutils back in 1999: > scan-asm testcase doesn't do anything useful. The only > difference in assembly code between -m16 and -m32 is the > .code16gcc directive All magic is done in assembler. The test would just pass -m16 in dg-options and scan for the above directive. It is a simple test that -m16 works as expected. Uros.