]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/as.c
* as.c (main): Mark symbols created via the --defsym command line
authorNick Clifton <nickc@redhat.com>
Tue, 30 Jan 2007 14:44:36 +0000 (14:44 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 30 Jan 2007 14:44:36 +0000 (14:44 +0000)
commitbf083c64df944d5de2c01b0bb0ab821801b7b3f9
treeb708c773e7bc06bf7b473d762956ba86ae7a4d20
parentef7723ebe72dd86e57d4c54d5eadc12d0f13e5b2
* as.c (main): Mark symbols created via the --defsym command line
  option as volatile so that they can be overridden later on by a
  .set directive.  This maintains compatibility with the behaviour
  of earlier versions of the assembler.
* doc/as.texinfo (--defsym): Document that the defined symbol's
  value can be overridden via a .set directive.
gas/ChangeLog
gas/as.c
gas/doc/as.texinfo