aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2015-08-13 15:51:51 +0930
committerAlan Modra <amodra@gmail.com>2015-08-13 15:53:49 +0930
commit9791c250490d7c3c961860419e4436c758a91a21 (patch)
tree68e1869f5964ffcdfba64bc0e0fc2505ad5637ca /gas/ChangeLog
parentea8812bceab054cab438bb51916f1d81118811b3 (diff)
downloadgdb-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/ChangeLog5
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):