2.3.18ac10 / gcc 2.95.1

Bernhard Rosenkraenzer (linux-kernel@gmx.de)
Wed, 29 Sep 1999 18:05:44 +0200 (CEST)


This message is in MIME format. The first part should be readable text,
while the remaining parts are likely unreadable without MIME-aware tools.
Send mail to mime@docserver.cac.washington.edu for more info.

---1114144160-1960488648-938621144=:12969
Content-Type: TEXT/PLAIN; charset=US-ASCII

Hello,
glad to see most of my gcc 2.95.1 compatibility patches made it into this
release...
Only one is still missing (in net/wan/sbni.c):

--- linux/drivers/net/wan/sbni.c~ Mon Sep 20 18:40:03 1999
+++ linux/drivers/net/wan/sbni.c Mon Sep 20 19:02:22 1999
@@ -1371,7 +1371,7 @@
"movl %%edx,%%eax"
:
: "S" (mem), "D" (&crc32tab[0]), "c" (len), "d" (initial)
- : "eax", "edx", "ecx"
+ : "eax"
);
/* return crc; */
}

edx and ecx are already used as return variables, therefore they're
automatically clobbered.

LLaP
bero

-- 
Tired of waiting for Windows 2000?
	STOP WAITING! http://www.ms-windows-2000.com/

---1114144160-1960488648-938621144=:12969 Content-Type: APPLICATION/octet-stream; name="kernel-2.3-gcc2.95.patch.bz2" Content-Transfer-Encoding: BASE64 Content-ID: <Pine.LNX.4.10.9909291805440.12969@locutus.mandrakesoft.de> Content-Description: 2.3.18ac10 gcc 2.95.1 patch Content-Disposition: attachment; filename="kernel-2.3-gcc2.95.patch.bz2"

QlpoOTFBWSZTWSN0r5QAADffgAAwU3/8+EQCCAo+J9/DMADarBKgp6I9TRoH pPRqZBoyB6h6glUYmkzapmpoGRkDJo0BgSpkp6nqaaZDINPQjQNGQGKyKNrR Aw5wzOSGteGnBZGFM6IIIWvCKnRvhBbx1yKqrKZI5YvvyFYEHK4Fyg3+cNeW 6anYJVciBp6DHCZrzdG8+Eh9KiwturJZpQeg/lYlc5kqHDeoIyYFnzd3tvKH 1tErPTXWSIojA9t+kaJ2M5izBYJ69sSRcJCavLRbCJ8UwikxI2NJjabIMR7T gJ7MmDiUUc5Va6BZO0nEcqFwjMxdyRThQkCN0r5Q ---1114144160-1960488648-938621144=:12969--

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/