* [Adeos-main] patch for 2.6.x adeos
@ 2005-06-10 7:42 Rus V. Brushkoff
2005-06-10 8:01 ` Philippe Gerum
0 siblings, 1 reply; 2+ messages in thread
From: Rus V. Brushkoff @ 2005-06-10 7:42 UTC (permalink / raw)
To: adeos-main
[-- Attachment #1: Type: TEXT/PLAIN, Size: 66 bytes --]
Hi.
This needed to compile adeos with recent binutils.
Rus
[-- Attachment #2: Type: TEXT/PLAIN, Size: 670 bytes --]
--- x86.c 2005-06-10 09:16:37.000000000 +0300
+++ /usr/src/linux-2.6.11-adeos.curr/adeos/x86.c 2005-05-11 13:05:49.000000000 +0300
@@ -120,7 +122,7 @@
"addl $4,%esp\n\t" \
"iret\n" \
"2: movl ("SYMBOL_NAME_STR(__adeos_std_vector_table + 4 * trapnr)"),%eax\n\t" \
- "movl 8(%esp),%es\n\t" \
+ "mov 8(%esp),%es\n\t" \
"movl %eax,8(%esp)\n\t" \
"popl %eax\n\t" \
"popl %ds\n\t" \
@@ -167,7 +169,7 @@
"addl $4,%esp\n\t" \
"iret\n" \
"2: movl ("SYMBOL_NAME_STR(__adeos_std_vector_table + 4 * trapnr)"),%eax\n\t" \
- "movl %eax,12(%esp)\n\t" \
+ "mov %eax,12(%esp)\n\t" \
"popl %eax\n\t" \
"popl %ds\n\t" \
"popl %es\n\t" \
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Adeos-main] patch for 2.6.x adeos
2005-06-10 7:42 [Adeos-main] patch for 2.6.x adeos Rus V. Brushkoff
@ 2005-06-10 8:01 ` Philippe Gerum
0 siblings, 0 replies; 2+ messages in thread
From: Philippe Gerum @ 2005-06-10 8:01 UTC (permalink / raw)
To: Rus V. Brushkoff; +Cc: adeos-main
Rus V. Brushkoff wrote:
> Hi.
>
> This needed to compile adeos with recent binutils.
Applied, thanks.
>
>
> Rus
>
>
> ------------------------------------------------------------------------
>
> --- x86.c 2005-06-10 09:16:37.000000000 +0300
> +++ /usr/src/linux-2.6.11-adeos.curr/adeos/x86.c 2005-05-11 13:05:49.000000000 +0300
> @@ -120,7 +122,7 @@
> "addl $4,%esp\n\t" \
> "iret\n" \
> "2: movl ("SYMBOL_NAME_STR(__adeos_std_vector_table + 4 * trapnr)"),%eax\n\t" \
> - "movl 8(%esp),%es\n\t" \
> + "mov 8(%esp),%es\n\t" \
> "movl %eax,8(%esp)\n\t" \
> "popl %eax\n\t" \
> "popl %ds\n\t" \
> @@ -167,7 +169,7 @@
> "addl $4,%esp\n\t" \
> "iret\n" \
> "2: movl ("SYMBOL_NAME_STR(__adeos_std_vector_table + 4 * trapnr)"),%eax\n\t" \
> - "movl %eax,12(%esp)\n\t" \
> + "mov %eax,12(%esp)\n\t" \
> "popl %eax\n\t" \
> "popl %ds\n\t" \
> "popl %es\n\t" \
--
Philippe.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-06-10 8:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-10 7:42 [Adeos-main] patch for 2.6.x adeos Rus V. Brushkoff
2005-06-10 8:01 ` Philippe Gerum
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.