Move the gdb 5.3 import from required to desired -- it was in required
due to a misunderstanding that import of unpatched 5.3 would support FreeBSD/sparc64 out of the box, but since apparently it can't, it's now a desired feature. sparc64 users will continue to have to rely on the gdb53 port. Submitted by: obrien
This commit is contained in:
parent
28f0756958
commit
b3576c7d78
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=15051
1 changed files with 8 additions and 8 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.0R/todo.sgml,v 1.52 2002/11/25 14:56:25 rwatson Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.0R/todo.sgml,v 1.53 2002/11/26 04:43:06 rwatson Exp $">
|
||||
<!ENTITY title "FreeBSD 5.0 Open Issues">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -173,13 +173,6 @@
|
|||
code duplication in the LOMAC tree to improve maintenance cost.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>gdb for sparc64</td>
|
||||
<td>--</td>
|
||||
<td>tmm@FreeBSD.org</td>
|
||||
<td>gdb 5.3 now works with sparc64; gdb import required.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>UFS2 bootable on i386</td>
|
||||
<td>In progress. We might want to miss on this one.</td>
|
||||
|
@ -321,6 +314,13 @@
|
|||
have before 5.0-RELEASE.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>gdb for sparc64</td>
|
||||
<td>--</td>
|
||||
<td>tmm@FreeBSD.org</td>
|
||||
<td>gdb 5.3 now works with sparc64; gdb import desired.</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
<h3>Areas requiring immediate testing due to 5.0 changes</h3>
|
||||
|
|
Loading…
Reference in a new issue