aboutsummaryrefslogtreecommitdiff
path: root/docs/CompilerWriterInfo.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/CompilerWriterInfo.html')
-rw-r--r--docs/CompilerWriterInfo.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/CompilerWriterInfo.html b/docs/CompilerWriterInfo.html
index c3be1617a2..20ebb39ceb 100644
--- a/docs/CompilerWriterInfo.html
+++ b/docs/CompilerWriterInfo.html
@@ -31,7 +31,7 @@
<li><a href="#linux">Linux</a></li>
<li><a href="#osx">OS X</a></li>
</ol></li>
- <li><a href="#fmt">Binary File Formats</a></li>
+ <li><a href="#misc">Miscellaneous resources</a></li>
</ol>
<div class="doc_author">
@@ -216,13 +216,16 @@ ABI</a></li>
</div>
<!-- *********************************************************************** -->
-<div class="doc_section"><a name="fmt">Binary File Formats</a></div>
+<div class="doc_section"><a name="misc">Miscellaneous resources</a></div>
<!-- *********************************************************************** -->
<ul>
<li><a
href="http://www.nondot.org/sabre/os/articles/ExecutableFileFormats/">Executable
File Format library</a></li>
+<li><a href="http://gcc.gnu.org/projects/prefetch.html">GCC prefetch project</a>
+page has a good survey of the prefetching capabilities of a variety of modern
+processors.</li>
</ul>
<!-- *********************************************************************** -->