Changeset 46b5c6b for chapter08/gcc.xml


Ignore:
Timestamp:
01/21/2024 07:21:08 PM (5 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, 12.1-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
47bc996
Parents:
24d03240
git-author:
Xi Ruoyao <xry111@…> (01/21/2024 05:32:56 PM)
git-committer:
Xi Ruoyao <xry111@…> (01/21/2024 07:21:08 PM)
Message:

gcc: Fix libcc1 description

libcpp is the preprocessor library, but it's a static library which is
only used by GCC itself and not installed.

libcc1 is actually a library for GDB to "compile" expressions, so we can
use fancy expressions in commands, like "print sin(x + 2.0)": the
expression sin(x + 2.0) needs to be "compiled" for evaluation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/gcc.xml

    r24d03240 r46b5c6b  
    535535        <term><filename class="libraryfile">libcc1</filename></term>
    536536        <listitem>
    537           <para>The C preprocessing library</para>
     537          <para>A library that allows GDB to make use of GCC</para>
    538538          <indexterm zone="ch-system-gcc libcc1">
    539539            <primary sortas="b-libcc1">libcc1</primary>
Note: See TracChangeset for help on using the changeset viewer.