aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2007-01-30 14:44:36 +0000
committerNick Clifton <nickc@redhat.com>2007-01-30 14:44:36 +0000
commitbf083c64df944d5de2c01b0bb0ab821801b7b3f9 (patch)
treeb708c773e7bc06bf7b473d762956ba86ae7a4d20 /gas/ChangeLog
parentef7723ebe72dd86e57d4c54d5eadc12d0f13e5b2 (diff)
downloadgdb-bf083c64df944d5de2c01b0bb0ab821801b7b3f9.zip
gdb-bf083c64df944d5de2c01b0bb0ab821801b7b3f9.tar.gz
gdb-bf083c64df944d5de2c01b0bb0ab821801b7b3f9.tar.bz2
* 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.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index ffba5c5..d23030c 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,12 @@
+2007-01-30 Nick Clifton <nickc@redhat.com>
+
+ * 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.
+
2076-01-28 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c (swap_imm_operands): Renamed to ...