* as.c (main): Mark symbols created via the --defsym command line
commit13bf25b614976d3676153a8530f5ba539865eb50
authorNick Clifton <nickc@redhat.com>
Tue, 30 Jan 2007 14:44:36 +0000 (30 14:44 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 30 Jan 2007 14:44:36 +0000 (30 14:44 +0000)
tree55889a9f46eddbb8eb2b57e310f3b98dbe791b7d
parentd5397bf5f3d4b90cd406f07d6a9afb4a6e0bb182
* 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