* ld.texinfo (Output Section Keywords <CONSTRUCTORS>): Correct
authorAlan Modra <amodra@gmail.com>
Sun, 23 Jan 2005 07:43:52 +0000 (07:43 +0000)
committerAlan Modra <amodra@gmail.com>
Sun, 23 Jan 2005 07:43:52 +0000 (07:43 +0000)
__DTOR_LIST__ description.

ld/ChangeLog
ld/ld.texinfo

index 52c5c3da957cabf26cf8ee75bf5a52da916fc7b4..31c44b5a34950d32c304259c4a4b36be950f7624 100644 (file)
@@ -1,3 +1,8 @@
+2005-01-23  Alan Modra  <amodra@bigpond.net.au>
+
+       * ld.texinfo (Output Section Keywords <CONSTRUCTORS>): Correct
+       __DTOR_LIST__ description.
+
 2005-01-23  Alan Modra  <amodra@bigpond.net.au>
 
        * ld.texinfo (Location Counter <dot outside sections>): Document
index 9897530fc938032763c6a49195db3bdc0b23d4a5..5452fe9193bc5a70328bab9118956b69ddbfb502 100644 (file)
@@ -3396,7 +3396,9 @@ linker to place constructor information in the output section where the
 ignored for other object file formats.
 
 The symbol @w{@code{__CTOR_LIST__}} marks the start of the global
-constructors, and the symbol @w{@code{__DTOR_LIST}} marks the end.  The
+constructors, and the symbol @w{@code{__CTOR_END__}} marks the end.
+Similarly, @w{@code{__DTOR_LIST__}} and @w{@code{__DTOR_END__}} mark
+the start and end of the global destructors.  The
 first word in the list is the number of entries, followed by the address
 of each constructor or destructor, followed by a zero word.  The
 compiler must arrange to actually run the code.  For these object file