]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - ld/ldlex.l
ld: Support input section description keyword: REVERSE
[thirdparty/binutils-gdb.git] / ld / ldlex.l
index 94b2ea70acd7a84e9edd1a51a4012cb2a098eb0f..101f5271b94c50347d7a7bd6bf3e95124d842ea3 100644 (file)
@@ -322,6 +322,7 @@ V_IDENTIFIER [*?.$_a-zA-Z\[\]\-\!\^\\]([*?.$_a-zA-Z0-9\[\]\-\!\^\\]|::)*
 <WILD>"SORT"                           { RTOKEN(SORT_BY_NAME); }
 <WILD>"SORT_BY_INIT_PRIORITY"          { RTOKEN(SORT_BY_INIT_PRIORITY); }
 <WILD>"SORT_NONE"                      { RTOKEN(SORT_NONE); }
+<WILD>"REVERSE"                                { RTOKEN(REVERSE); }
 <EXPRESSION>"NOLOAD"                   { RTOKEN(NOLOAD); }
 <EXPRESSION>"READONLY"                 { RTOKEN(READONLY); }
 <EXPRESSION>"DSECT"                    { RTOKEN(DSECT); }