- Update the URL for the ELF Toolchain project and remove the "soc" tag.
This commit is contained in:
parent
6e2c48c7aa
commit
c5e9e1780d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=31813
1 changed files with 5 additions and 5 deletions
|
@ -15,7 +15,7 @@ Ideas//EN"
|
|||
<ideas>
|
||||
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
|
||||
<cvs:keyword name="freebsd">
|
||||
$FreeBSD: www/en/projects/ideas/ideas.xml,v 1.83 2008/03/30 06:28:35 marcus Exp $
|
||||
$FreeBSD: www/en/projects/ideas/ideas.xml,v 1.84 2008/04/08 06:18:59 yar Exp $
|
||||
</cvs:keyword>
|
||||
</cvs:keywords>
|
||||
|
||||
|
@ -1710,7 +1710,7 @@ New tests must be created; existing tests must be completed and updated.
|
|||
<category>
|
||||
<title>Userland / Installation Tools</title>
|
||||
|
||||
<idea id="bsdelftools" class="soc">
|
||||
<idea id="bsdelftools">
|
||||
<title>BSD-licensed ELF Tools</title>
|
||||
|
||||
<desc>
|
||||
|
@ -1719,14 +1719,14 @@ New tests must be created; existing tests must be completed and updated.
|
|||
href="mailto:kaiw@FreeBSD.org">Kai Wang</a></p>
|
||||
<p>Create BSD-licensed versions of ELF processing tools (e.g., <strong>ld</strong>,
|
||||
<strong>dbx</strong>, <strong>as</strong> and others) using the ELF(3) and GELF(3)
|
||||
API set in FreeBSD -CURRENT. Identify overlapping functions in those tools and
|
||||
API set. Identify overlapping functions in those tools and
|
||||
create a library out of the common functions. Identify parts which can be
|
||||
generated by tools (e.g., machine code parser generators) to support our Tier-1
|
||||
and Tier-2 architectures.</p>
|
||||
<p><strong>References</strong>:</p>
|
||||
<ul>
|
||||
<li><a href="http://wiki.freebsd.org/ElfToolChain">Status of the BSD Elf
|
||||
Toolchain Project</a></li>
|
||||
<li><a href="http://elftoolchain.sourceforge.net/">The ELF
|
||||
Toolchain Project on SourceForge.Net</a></li>
|
||||
</ul>
|
||||
<p><strong>Requirements</strong>:</p>
|
||||
<ul>
|
||||
|
|
Loading…
Reference in a new issue