--- /dev/null
+<html>
+<head>
+<title>The Newlib home page</title>
+</head>
+<body>
+
+<div align="center">
+ <h1>The Newlib home page</h1>
+</div>
+
+<h2>What is it?</h2>
+
+<p>Newlib is a C library intended for use on embedded systems. It is a
+conglomeration of several library parts, all under free software licenses
+that make them easily usable on embedded products.
+
+<p>Newlib is only available in source form. It can be compiled for a
+wide array of processors, and will usually work on any architecture
+with the addition of a few low-level routines.
+
+
+<h2>Download</h2>
+
+<p>Go straight to the
+<a href="ftp://sourceware.cygnus.com/pub/newlib/">newlib ftp directory</a>
+to get latest version of newlib.
+
+<h2>Mailing lists/bugs</h2>
+
+<p>The <tt>newlib@sourceware.cygnus.com</tt> mailing list is for
+discussing newlib, asking questions, reporting bugs. <p>There is a
+<a href="/ml/newlib/"><b>web archive</b></a> of the <tt>newlib</tt> list.
+
+<p>There is also the <tt>crossgcc@sourceware.cygnus.com</tt> mailing
+list for discussing embedded development with the GNU tools. It also
+has a <a href="/ml/crossgcc/"><b>web archive</b></a>.
+
+<p>If you would like to join the <tt>newlib</tt> mailing list, use the
+form below. It is a low-volume mailing list.
+
+<blockquote>
+<form method="get" action="/cgi-bin/ml-request">
+ <input type="hidden" name="digest" value="off">
+ <input type="hidden" name="operation" value="subscribe">
+ <input type="hidden" name="listname" size="10" value="gdb-announce">
+ <input type="text" name="username" size="14" value="Your e-mail addr">
+ <input type="Submit" name="submit" value="Get on that list">
+</form>
+</blockquote>
+
+
+
+<hr>
+
+<p><i>This page was last modified with loving care by jsm@cygnus.com
+on 1999-09-02</i>.
+
+</body>
+</html>