diff options
author | Nick Clifton <nickc@redhat.com> | 2015-04-29 11:10:45 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2015-04-29 11:10:45 +0100 |
commit | 5d239759c00a60a00986427b46c4f32e7fe3d616 (patch) | |
tree | 8a37988748903aeb6e2549528b73d8632b79b043 /gas/ChangeLog | |
parent | 9081b64dc1b85a63466962adbc92d1c3e560a659 (diff) | |
download | gdb-5d239759c00a60a00986427b46c4f32e7fe3d616.zip gdb-5d239759c00a60a00986427b46c4f32e7fe3d616.tar.gz gdb-5d239759c00a60a00986427b46c4f32e7fe3d616.tar.bz2 |
Updates the description of GAS's .set directive, to note that for some targets a symbolic value can only be set once.
* doc/as.texinfo (Set): Note that a symbol cannot be set multiple
times if the expression is not constant and the target uses linker
relaxation.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 2266429..1affd22 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2015-04-29 Nick Clifton <nickc@redhat.com> + + * doc/as.texinfo (Set): Note that a symbol cannot be set multiple + times if the expression is not constant and the target uses linker + relaxation. + 2015-04-28 Renlin Li <renlin.li@arm.com> * config/tc-arm.c (arm_init_frag): Always emit mapping symbols. |