aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2008-05-21 12:16:22 +0000
committerNick Clifton <nickc@redhat.com>2008-05-21 12:16:22 +0000
commit45f111cc654c10f9c96e8d944626b3292d0567ae (patch)
treecb1d91e4d1ec96d70e0c71745a84ddbaa5930e4b /ld/ChangeLog
parent7fb9f789e396b4653bba0ff56d786f5470a870c9 (diff)
downloadfsf-binutils-gdb-45f111cc654c10f9c96e8d944626b3292d0567ae.zip
fsf-binutils-gdb-45f111cc654c10f9c96e8d944626b3292d0567ae.tar.gz
fsf-binutils-gdb-45f111cc654c10f9c96e8d944626b3292d0567ae.tar.bz2
PR ld/6519
* ld.texinfo (Orphan Sections): Mention that the linker will provide start and stop symbols for orphaned sections if their names are valid C identifiers. * NEWS: Add an addendum to the description of the linker feature for providing orphan section start and end symbols.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index f50dcf9..b2ccc4f 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,12 @@
+2008-05-21 Nick Clifton <nickc@redhat.com>
+
+ PR ld/6519
+ * ld.texinfo (Orphan Sections): Mention that the linker will
+ provide start and stop symbols for orphaned sections if their
+ names are valid C identifiers.
+ * NEWS: Add an addendum to the description of the linker feature
+ for providing orphan section start and end symbols.
+
2008-05-21 Maxim Kuvyrkov <maxim@codesourcery.com>
* configure.in (--enable-got): New option. Handle it.