Changeset 2a975935 for chapter06/adjusting.xml
- Timestamp:
- 02/19/2017 11:06:02 PM (6 years ago)
- Branches:
- 10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 8.0, 8.1, 8.1-rc1, 8.1-rc2, 8.2, 8.2-rc1, 8.3, 8.3-rc1, 8.3-rc2, 8.4, 8.4-rc1, 9.0, 9.0-rc1, 9.1, 9.1-rc1, arm, cross-chap5, ml-11.0, multilib, old-trunk, s6-init, trunk, xry111/arm64, xry111/clfs-ng, xry111/git-transition, xry111/glibc-2.34, xry111/lfs-next, xry111/pip3, xry111/queue-11.3, xry111/rust-wip-20221008, xry111/tester-nohack, xry111/usr-move
- Children:
- 23b9ed7
- Parents:
- ce8ddac
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter06/adjusting.xml
rce8ddac r2a975935 53 53 <screen os="c"><computeroutput>[Requesting program interpreter: /lib64/ld-linux-x86-64.so.2]</computeroutput></screen> 54 54 55 <para>Note that <filename class="directory">/lib</filename> is now 56 the prefix of our dynamic linker.</para> 55 <para>Note that on 64-bit systems <filename class="directory">/lib</filename> is 56 the location of our dynamic linker, but is accessed via a symbolic link 57 in /lib64.</para> 57 58 58 59 <note><para>On 32-bit systems the interpreter should be
Note:
See TracChangeset
for help on using the changeset viewer.