OSDN Git Service

* as.c (main): Mark symbols created via the --defsym command line
authornickc <nickc>
Tue, 30 Jan 2007 14:44:36 +0000 (14:44 +0000)
committernickc <nickc>
Tue, 30 Jan 2007 14:44:36 +0000 (14:44 +0000)
commit3c4440e52173c3dfd04152f78c4ce5e0cc2f8e2b
tree2fd377100f09dd482c2c4816100ad0efe71cd802
parentb69d711453375b62ac76b6f32ab3e22eb2bbdbab
* 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