diff options
author | Alan Modra <amodra@gmail.com> | 2000-04-11 11:39:38 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-04-11 11:39:38 +0000 |
commit | 8be867464d33db5dee2dba5f197e5dd7f104dead (patch) | |
tree | 07cf19f683601b8e41e270e153b5c10b29c7f33e /ld | |
parent | 4af1d5f66272560aea5209caf523d6fece97f3bd (diff) | |
download | gdb-8be867464d33db5dee2dba5f197e5dd7f104dead.zip gdb-8be867464d33db5dee2dba5f197e5dd7f104dead.tar.gz gdb-8be867464d33db5dee2dba5f197e5dd7f104dead.tar.bz2 |
Remove extraneous paragraph.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/ld.texinfo | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index af33e1d..53d12fc 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2000-04-11 Alan Modra <alan@linuxcare.com.au> + + * ld.texinfo (Simple Example): Remove extraneous paragraph. + Fri Apr 7 15:56:57 2000 Andrew Cagney <cagney@b1.cygnus.com> * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add diff --git a/ld/ld.texinfo b/ld/ld.texinfo index 6662ca3..c9d0fc6 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -1680,12 +1680,6 @@ You write the @samp{SECTIONS} command as the keyword @samp{SECTIONS}, followed by a series of symbol assignments and output section descriptions enclosed in curly braces. -The first line in the above example sets the special symbol @samp{.}, -which is the location counter. If you do not specify the address of an -output section in some other way (other ways are described later), the -address is set from the current value of the location counter. The -location counter is then incremented by the size of the output section. - The first line inside the @samp{SECTIONS} command of the above example sets the value of the special symbol @samp{.}, which is the location counter. If you do not specify the address of an output section in some |