diff options
-rw-r--r-- | ld/ChangeLog | 5 | ||||
-rw-r--r-- | ld/ld.texinfo | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 24cf64c..be5ee3e 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2010-08-31 Nick Clifton <nickc@redhat.com> + + * ld.texinfo (MEMORY): Clarify the behaviour of the ! character in + a region's attributes. + 2010-08-31 Alan Modra <amodra@gmail.com> * scripttempl/mmo.sc: Move assignment to "Main" inside .text diff --git a/ld/ld.texinfo b/ld/ld.texinfo index 7470c53..a3d8b9a 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -4643,7 +4643,7 @@ Initialized section @item L Same as @samp{I} @item ! -Invert the sense of any of the preceding attributes +Invert the sense of any of the attributes that follow @end table If a unmapped section matches any of the listed attributes other than |