[FE training-materials-updates] GCC stands for GNU Compiler Collection

Alexandre Belloni alexandre.belloni at free-electrons.com
Wed Mar 20 10:21:48 CET 2013


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=7108d35535b7f64583a4d364319e1eb584bbfd83

>---------------------------------------------------------------

commit 7108d35535b7f64583a4d364319e1eb584bbfd83
Author: Alexandre Belloni <alexandre.belloni at free-electrons.com>
Date:   Mon Mar 18 11:10:57 2013 +0100

    GCC stands for GNU Compiler Collection
    
    Signed-off-by: Alexandre Belloni <alexandre.belloni at free-electrons.com>


>---------------------------------------------------------------

7108d35535b7f64583a4d364319e1eb584bbfd83
 .../kernel-source-code-drivers.tex                 |    2 +-
 .../sysdev-toolchains-definition.tex               |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/slides/kernel-source-code-drivers/kernel-source-code-drivers.tex b/slides/kernel-source-code-drivers/kernel-source-code-drivers.tex
index 70abc43..eb6850d 100644
--- a/slides/kernel-source-code-drivers/kernel-source-code-drivers.tex
+++ b/slides/kernel-source-code-drivers/kernel-source-code-drivers.tex
@@ -21,7 +21,7 @@
     \item Critical library routines.
     \end{itemize}
   \item No C++ used, see \url{http://www.tux.org/lkml/\#s15-3}
-  \item All the code compiled with gcc, the GNU C Compiler
+  \item All the code compiled with gcc
     \begin{itemize}
     \item Many gcc specific extensions used in the kernel code, any
       ANSI C compiler will not compile the kernel
diff --git a/slides/sysdev-toolchains-definition/sysdev-toolchains-definition.tex b/slides/sysdev-toolchains-definition/sysdev-toolchains-definition.tex
index a13885f..b982acf 100644
--- a/slides/sysdev-toolchains-definition/sysdev-toolchains-definition.tex
+++ b/slides/sysdev-toolchains-definition/sysdev-toolchains-definition.tex
@@ -143,11 +143,11 @@ struct stat {
 \end{frame}
 
 \begin{frame}
-  \frametitle{GCC compiler}
+  \frametitle{GCC}
   \begin{columns}
     \column{0.8\textwidth}
     \begin{itemize}
-    \item GNU C Compiler, the famous free software compiler
+    \item GNU Compiler Collection, the famous free software compiler
     \item Can compile C, C++, Ada, Fortran, Java, Objective-C,
       Objective-C++, and generate code for a large number of CPU
       architectures, including ARM, AVR, Blackfin, CRIS, FRV, M32, MIPS,



More information about the training-materials-updates mailing list