This is the mail archive of the
binutils-cvs@sourceware.org
mailing list for the binutils project.
src/gas ChangeLog as.c doc/as.texinfo
- From: nickc at sourceware dot org
- To: binutils-cvs at sourceware dot org
- Date: 30 Jan 2007 14:44:36 -0000
- Subject: src/gas ChangeLog as.c doc/as.texinfo
CVSROOT: /cvs/src
Module name: src
Changes by: nickc@sourceware.org 2007-01-30 14:44:36
Modified files:
gas : ChangeLog as.c
gas/doc : as.texinfo
Log message:
* 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.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.3123&r2=1.3124
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/as.c.diff?cvsroot=src&r1=1.69&r2=1.70
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/doc/as.texinfo.diff?cvsroot=src&r1=1.155&r2=1.156