aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2016-02-03 06:37:21 -0800
committerH.J. Lu <hjl.tools@gmail.com>2016-02-03 06:37:21 -0800
commitab71ce86464303fbe2e6cccd274e62451cc9c158 (patch)
tree4b222eb911375280300085d0e6a49ed5964b3909
parent4f038ee5d22f04a16a413cf2e3d8ddeecdc75639 (diff)
downloadgdb-ab71ce86464303fbe2e6cccd274e62451cc9c158.zip
gdb-ab71ce86464303fbe2e6cccd274e62451cc9c158.tar.gz
gdb-ab71ce86464303fbe2e6cccd274e62451cc9c158.tar.bz2
Remove duplicated marker for 2.26 in gas/NEWS
* NEWS: Remove duplicated marker for 2.26.
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/NEWS2
2 files changed, 4 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 702f937..c48a408 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2016-02-03 H.J. Lu <hongjiu.lu@intel.com>
+
+ * NEWS: Remove duplicated marker for 2.26.
+
2016-02-02 Renlin Li <renlin.li@arm.com>
* testsuite/gas/arm/thumb2_it_search.d: Skip non-elf targets.
diff --git a/gas/NEWS b/gas/NEWS
index d66c2f5..feec9a6 100644
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -8,8 +8,6 @@ Changes in 2.26:
* Add support for the ARC EM/HS, and ARC600/700 architectures. Remove
assembler support for Argonaut RISC architectures.
-Changes in 2.26:
-
* Symbol and label names can now be enclosed in double quotes (") which allows
them to contain characters that are not part of valid symbol names in high
level languages.