Add some new TODO list items for 5.3:
- BIND9 import (unowned) - Completed support for dynamic / for ia64 in gcc (obrien) - Thread-local storage (obrien) Submitted by: obrien
This commit is contained in:
parent
2f792636a4
commit
5ecb028ba7
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=19087
1 changed files with 28 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY email 'freebsd-qa'>
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.3R/todo.sgml,v 1.1 2003/11/07 07:31:43 rwatson Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.3R/todo.sgml,v 1.2 2003/11/14 05:13:54 scottl Exp $">
|
||||
<!ENTITY title "FreeBSD 5.3 Open Issues">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||
|
|
@ -56,6 +56,33 @@
|
|||
versions, and Thread Local Storage.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>BIND9 import into 5-CURRENT</td>
|
||||
<td>--</td>
|
||||
<td>--</td>
|
||||
<td>BIND9 must be imported for 5.3-RELEASE.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Completed compiler support for dynamic </td>
|
||||
<td>--</td>
|
||||
<td>&a.obrien;</td>
|
||||
<td>All platforms but IA64 have modifications to support /libexec/ld.so
|
||||
in the gcc base source tree; these changes must be merged back into
|
||||
the FSF tree and brought into FreeBSD on the vendor branch for
|
||||
5.3-RELEASE.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Thread-Local Storage</td>
|
||||
<td>--</td>
|
||||
<td>&a.obrien;</td>
|
||||
<td>To complete support for thread-local storage on FreeBSD, new
|
||||
toolchain pieces must be imported, and support must be added
|
||||
per-platform. Currently pending platforms are amd64, alpha, ia64,
|
||||
i386, sparc64, and powerpc.</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
<h3>Desired features for 5.3-RELEASE</h3>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue