This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Fix thinko in linker documentation.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=3bbec4bd95396936f21dbb07b79d2b6286b4cfec

commit 3bbec4bd95396936f21dbb07b79d2b6286b4cfec
Author: Nick Clifton <nickc@redhat.com>
Date:   Fri Apr 12 13:15:21 2019 +0100

    Fix thinko in linker documentation.
    
    	PR 24450
    	* ld.texi (Output Section Attributes): Add ALIGN_WITH_INPUT to
    	example of section attributes.

Diff:
---
 ld/ChangeLog | 6 ++++++
 ld/ld.texi   | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/ld/ChangeLog b/ld/ChangeLog
index c8eda47..c161ffe 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,9 @@
+2019-04-12  Nick Clifton  <nickc@redhat.com>
+
+	PR 24450
+	* ld.texi (Output Section Attributes): Add ALIGN_WITH_INPUT to
+	example of section attributes.
+
 2019-04-11  Faraz Shahbazker  <fshahbazker@wavecomp.com>
 
 	* NEWS: Mention new option --no-print-map-discarded.
diff --git a/ld/ld.texi b/ld/ld.texi
index 71c8d25..20140bc 100644
--- a/ld/ld.texi
+++ b/ld/ld.texi
@@ -4997,7 +4997,7 @@ like this:
 @group
 @var{section} [@var{address}] [(@var{type})] :
   [AT(@var{lma})]
-  [ALIGN(@var{section_align})]
+  [ALIGN(@var{section_align}) | ALIGN_WITH_INPUT]
   [SUBALIGN(@var{subsection_align})]
   [@var{constraint}]
   @{


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]