• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


Commit MetaInfo

Revision9dd9f850edab6ea48293ef6b1000ce178e9016f0 (tree)
Zeit2016-09-26 19:17:20
AutorThomas Preud'homme <thomas.preudhomme@arm....>
CommiterThomas Preud'homme

Log Message

2016-09-26 Andre Vieira <andre.simoesdiasvieira@arm.com>

Backport from mainline
2016-02-16 Nick Clifton <nickc@redhat.com>

gas/
* doc/as.texinfo (Section): Fix up texinfo snafus in previous
update.

Ändern Zusammenfassung

Diff

--- a/gas/ChangeLog.arm
+++ b/gas/ChangeLog.arm
@@ -1,6 +1,14 @@
11 2016-09-26 Andre Vieira <andre.simoesdiasvieira@arm.com>
22
33 Backport from mainline
4+ 2016-02-16 Nick Clifton <nickc@redhat.com>
5+
6+ * doc/as.texinfo (Section): Fix up texinfo snafus in previous
7+ update.
8+
9+2016-09-25 Andre Vieira <andre.simoesdiasvieira@arm.com>
10+
11+ Backport from mainline
412 2016-02-15 Nick Clifton <nickc@redhat.com>
513
614 * doc/as.texinfo (.section): Document that numeric values can now
--- a/gas/doc/as.texinfo
+++ b/gas/doc/as.texinfo
@@ -6232,6 +6232,7 @@ ways:
62326232
62336233 If the optional argument is quoted, it is taken as flags to use for the
62346234 section. Each flag is a single character. The following flags are recognized:
6235+
62356236 @table @code
62366237 @item b
62376238 bss section (uninitialized data)
@@ -6320,6 +6321,7 @@ macros just for that purpose.
63206321
63216322 The optional @var{flags} argument is a quoted string which may contain any
63226323 combination of the following characters:
6324+
63236325 @table @code
63246326 @item a
63256327 section is allocatable
@@ -6339,13 +6341,13 @@ section is a member of a section group
63396341 section is used for thread-local-storage
63406342 @item ?
63416343 section is a member of the previously-current section's group, if any
6342-@item @var{number}
6344+@item @code{<number>}
63436345 a numeric value indicating the bits to be set in the ELF section header's flags
63446346 field. Note - if one or more of the alphabetic characters described above is
63456347 also included in the flags field, their bit values will be ORed into the
63466348 resulting value.
6347-@item @{target specific}
6348-some targets extend this list with their own types
6349+@item @code{<target specific>}
6350+some targets extend this list with their own flag characters
63496351 @end table
63506352
63516353 Note - once a section's flags have been set they cannot be changed. There are
@@ -6353,9 +6355,10 @@ a few exceptions to this rule however. Processor and application specific
63536355 flags can be added to an already defined section. The @code{.interp},
63546356 @code{.strtab} and @code{.symtab} sections can have the allocate flag
63556357 (@code{a}) set after they are initially defined, and the @code{.note-GNU-stack}
6356-section may have the executable (@code(x)) flag added.
6358+section may have the executable (@code{x}) flag added.
63576359
63586360 The optional @var{type} argument may contain one of the following constants:
6361+
63596362 @table @code
63606363 @item @@progbits
63616364 section contains data
@@ -6369,9 +6372,9 @@ section contains an array of pointers to init functions
63696372 section contains an array of pointers to finish functions
63706373 @item @@preinit_array
63716374 section contains an array of pointers to pre-init functions
6372-@item @@@var{number}
6375+@item @@@code{<number>}
63736376 a numeric value to be set as the ELF section header's type field.
6374-@item @@@{target specific}
6377+@item @@@code{<target specific>}
63756378 some targets extend this list with their own types
63766379 @end table
63776380
@@ -6412,6 +6415,7 @@ be present along with an additional field like this:
64126415
64136416 The @var{GroupName} field specifies the name of the section group to which this
64146417 particular section belongs. The optional linkage field can contain:
6418+
64156419 @table @code
64166420 @item comdat
64176421 indicates that only one copy of this section should be retained
@@ -6447,6 +6451,7 @@ directive for compatibility with the Solaris assembler:
64476451
64486452 Note that the section name is quoted. There may be a sequence of comma
64496453 separated flags:
6454+
64506455 @table @code
64516456 @item #alloc
64526457 section is allocatable