mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-01 22:34:22 +08:00
PR ld/15598
* ld.texinfo (Source Code Reference): Fix typos.
This commit is contained in:
parent
b241c8905a
commit
10bf68945e
@ -1,3 +1,8 @@
|
||||
2013-06-10 Dilyan Palauzov <dilyan.palauzov@aegee.org>
|
||||
|
||||
PR ld/15598
|
||||
* ld.texinfo (Source Code Reference): Fix typos.
|
||||
|
||||
2013-06-07 Will Newton <will.newton@linaro.org>
|
||||
|
||||
* emulparams/aarch64elf.sh: Add IREL_IN_PLT.
|
||||
|
@ -3601,7 +3601,7 @@ value. So for example the following C declaration, at file scope:
|
||||
int foo = 1000;
|
||||
@end smallexample
|
||||
|
||||
creates a entry called @samp{foo} in the symbol table. This entry
|
||||
creates an entry called @samp{foo} in the symbol table. This entry
|
||||
holds the address of an @samp{int} sized block of memory where the
|
||||
number 1000 is initially stored.
|
||||
|
||||
@ -3622,7 +3622,7 @@ address. Whereas:
|
||||
int * a = & foo;
|
||||
@end smallexample
|
||||
|
||||
looks up the symbol @samp{foo} in the symbol table, gets it address
|
||||
looks up the symbol @samp{foo} in the symbol table, gets its address
|
||||
and then copies this address into the block of memory associated with
|
||||
the variable @samp{a}.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user