diff options
author | Nick Clifton <nickc@redhat.com> | 2015-05-06 13:13:10 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2015-05-06 13:13:10 +0100 |
commit | ed1fcdd119b422267d0ae54f216bd3f63cdc6425 (patch) | |
tree | 50129a6bf97004add58e8803089bf3adf02ec270 /gas/ChangeLog | |
parent | 448eb63d72d960524ffe169f08419daf590b86d7 (diff) | |
download | gdb-ed1fcdd119b422267d0ae54f216bd3f63cdc6425.zip gdb-ed1fcdd119b422267d0ae54f216bd3f63cdc6425.tar.gz gdb-ed1fcdd119b422267d0ae54f216bd3f63cdc6425.tar.bz2 |
Update GAS documentation to note that dollar local labels are only supported on some targets.
* doc/as.texinfo (Dollar Local Labels): Note that these are only
supported on some targets.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 3d2feb9..09589a6 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2015-05-06 Nick Clifton <nickc@redhat.com> + + * doc/as.texinfo (Dollar Local Labels): Note that these are only + supported on some targets. + 2015-05-06 Renlin Li <renlin.li@arm.com> * config/tc-aarch64.c (mapping_state): Recording alignment before exit. |