diff options
author | Alan Modra <amodra@gmail.com> | 2015-08-13 15:51:51 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2015-08-13 15:53:49 +0930 |
commit | 9791c250490d7c3c961860419e4436c758a91a21 (patch) | |
tree | 68e1869f5964ffcdfba64bc0e0fc2505ad5637ca /gas/ChangeLog | |
parent | ea8812bceab054cab438bb51916f1d81118811b3 (diff) | |
download | gdb-9791c250490d7c3c961860419e4436c758a91a21.zip gdb-9791c250490d7c3c961860419e4436c758a91a21.tar.gz gdb-9791c250490d7c3c961860419e4436c758a91a21.tar.bz2 |
Correct local label doc
* doc/as.texinfo (Local Labels): Allowed range of N in local
labels is non-negative integers, not positive integers.
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 220047c..d5b29f2 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2015-08-13 Alan Modra <amodra@gmail.com> + + * doc/as.texinfo (Local Labels): Allowed range of N in local + labels is non-negative integers, not positive integers. + 2015-08-12 David Weatherford <weath@cadence.com> * config/tc-xtensa.c (struct litpool_frag, struct litpool_seg): |