[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-535-g01aa1cc

git git at cross-lfs.org
Mon Dec 2 00:46:57 PST 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS Book".

The branch, master has been updated
       via  01aa1ccd86a4518c2380c0586207dd67b4d06bfd (commit)
       via  1011a669496cc1241ac86e7e6c80d3f05a2ac567 (commit)
      from  927789798b8e832dad940e96f94b31e0963d2bd7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 01aa1ccd86a4518c2380c0586207dd67b4d06bfd
Author: Chris Staub <chris at beaker67.com>
Date:   Mon Dec 2 03:46:50 2013 -0500

    Added description of libasan

diff --git a/BOOK/final-system/common/gcc.xml b/BOOK/final-system/common/gcc.xml
index e5d4a96..282012d 100644
--- a/BOOK/final-system/common/gcc.xml
+++ b/BOOK/final-system/common/gcc.xml
@@ -125,8 +125,8 @@ LDFLAGS="-Wl,-rpath-link,/usr/lib:/lib" \
 
       <seglistitem>
         <seg>c++, cc (link to gcc), cpp, g++, gcc, and gcov</seg>
-        <seg>libgcc.a, libgcc_eh.a, libgcc_s.so, libgcov.a, libgomp.[a,so],
-        libmudflap.[a,so], libmudflapth.[a,so], libssp.[a,so],
+        <seg>libasan.[a,so], libgcc.a, libgcc_eh.a, libgcc_s.so, libgcov.a,
+        libgomp.[a,so], libmudflap.[a,so], libmudflapth.[a,so], libssp.[a,so],
         libssp_nonshared.a, libstdc++.[a,so], libsupc++.a, and libtsan.[a,so]</seg>
         <seg>/usr/include/c++, /usr/lib/gcc, /usr/share/gcc-&gcc-version;</seg>
       </seglistitem>
@@ -199,6 +199,16 @@ LDFLAGS="-Wl,-rpath-link,/usr/lib:/lib" \
         </listitem>
       </varlistentry>
 
+      <varlistentry id="libasan">
+        <term><filename class="libraryfile">libasan</filename></term>
+        <listitem>
+          <para>The Address Sanitizer runtime library</para>
+          <indexterm zone="ch-system-gcc libasan">
+            <primary sortas="c-libasan">libasan</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
       <varlistentry id="libgcc">
         <term><filename class="libraryfile">libgcc</filename></term>
         <listitem>

commit 1011a669496cc1241ac86e7e6c80d3f05a2ac567
Author: Chris Staub <chris at beaker67.com>
Date:   Mon Dec 2 03:46:32 2013 -0500

    Updated date

diff --git a/BOOK/general.ent b/BOOK/general.ent
index 99064e2..bf30b29 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<!ENTITY month "11"> <!-- Use two digits -->
-<!ENTITY month_name "November">
-<!ENTITY day "26"> <!-- Use two digits -->
+<!ENTITY month "12"> <!-- Use two digits -->
+<!ENTITY month_name "December">
+<!ENTITY day "02"> <!-- Use two digits -->
 <!ENTITY year "2013"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

-----------------------------------------------------------------------

Summary of changes:
 BOOK/final-system/common/gcc.xml |   14 ++++++++++++--
 BOOK/general.ent                 |    6 +++---
 2 files changed, 15 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list