Re: [PATCH] APM support doesn't compile with binutils 2.8.1.0.24

Linus Torvalds (torvalds@transmeta.com)
Wed, 25 Mar 1998 12:28:35 -0800 (PST)


On Wed, 25 Mar 1998, MOLNAR Ingo wrote:
>
> current GAS behavior:
>
> ASM("pushb %ds");
> ASM("pushw %ds");
> ASM("pushl %ds");
> ASM("push %ds");
>
> generates:
>
> 80484a9: 1e pushl %ds

Ok, the above is the old bug.

> 80484aa: 66 1e pushl %ds
> 80484ac: 1e pushl %ds
> 80484ad: 1e pushl %ds

But the others seem to be correct.

Linus

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu