Changeset 9f894d5 for chapter05


Ignore:
Timestamp:
01/19/2024 06:08:26 PM (8 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64
Children:
d8c2d84
Parents:
2576866 (diff), d11a0816 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge remote-tracking branch 'origin/trunk' into xry111/arm64

Location:
chapter05
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • chapter05/binutils-pass1.xml

    r2576866 r9f894d5  
    1 <?xml version="1.0" encoding="ISO-8859-1"?>
     1<?xml version="1.0" encoding="UTF-8"?>
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
    33  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
     
    143143          linker (provided by the Glibc package) will always use the
    144144          GNU-style hash table which is faster to query.  So the classic
    145           ELF hash table is completely useless.  This makes the the linker
     145          ELF hash table is completely useless.  This makes the linker
    146146          only generate the GNU-style hash table by default, so we can avoid
    147147          wasting time to generate the classic ELF hash table when we build
  • chapter05/chapter05.xml

    r2576866 r9f894d5  
    1 <?xml version="1.0" encoding="ISO-8859-1"?>
     1<?xml version="1.0" encoding="UTF-8"?>
    22<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
    33  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
  • chapter05/gcc-pass1.xml

    r2576866 r9f894d5  
    1 <?xml version="1.0" encoding="ISO-8859-1"?>
     1<?xml version="1.0" encoding="UTF-8"?>
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
    33  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
  • chapter05/glibc.xml

    r2576866 r9f894d5  
    1 <?xml version="1.0" encoding="ISO-8859-1"?>
     1<?xml version="1.0" encoding="UTF-8"?>
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
    33  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
  • chapter05/introduction.xml

    r2576866 r9f894d5  
    1 <?xml version="1.0" encoding="ISO-8859-1"?>
     1<?xml version="1.0" encoding="UTF-8"?>
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
    33  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
  • chapter05/libstdc++.xml

    r2576866 r9f894d5  
    1 <?xml version="1.0" encoding="ISO-8859-1"?>
     1<?xml version="1.0" encoding="UTF-8"?>
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
    33  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
  • chapter05/linux-headers.xml

    r2576866 r9f894d5  
    1 <?xml version="1.0" encoding="ISO-8859-1"?>
     1<?xml version="1.0" encoding="UTF-8"?>
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
    33  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
Note: See TracChangeset for help on using the changeset viewer.