aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2004-04-21 06:08:47 +0000
committerBen Elliston <bje@au.ibm.com>2004-04-21 06:08:47 +0000
commit58434bc1b4c4db2fc376b7a705d1b6a89e8eadb8 (patch)
tree5c14d221d0e74951c0a303e28f9d5609597617df /ld
parent7a7f4e42f4173526da95c01e12e2b5cfc14c9846 (diff)
downloadgdb-58434bc1b4c4db2fc376b7a705d1b6a89e8eadb8.zip
gdb-58434bc1b4c4db2fc376b7a705d1b6a89e8eadb8.tar.gz
gdb-58434bc1b4c4db2fc376b7a705d1b6a89e8eadb8.tar.bz2
* ld.texinfo (Simple Example): Add missing punctuation.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/ld.texinfo2
2 files changed, 5 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index eb09765..01cb060 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2004-04-21 Ben Elliston <bje@au.ibm.com>
+
+ * ld.texinfo (Simple Example): Add missing punctuation.
+
2004-04-20 Chris Demetriou <cgd@broadcom.com>
* NEWS: Note that MIPS --embedded-relocs option is deprecated.
diff --git a/ld/ld.texinfo b/ld/ld.texinfo
index f6bd9ff..28dcf2e 100644
--- a/ld/ld.texinfo
+++ b/ld/ld.texinfo
@@ -2365,7 +2365,7 @@ at address @samp{0x8000000}. After the linker places the @samp{.data}
output section, the value of the location counter will be
@samp{0x8000000} plus the size of the @samp{.data} output section. The
effect is that the linker will place the @samp{.bss} output section
-immediately after the @samp{.data} output section in memory
+immediately after the @samp{.data} output section in memory.
The linker will ensure that each output section has the required
alignment, by increasing the location counter if necessary. In this