aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2002-12-03 18:52:45 +0000
committerNick Clifton <nickc@redhat.com>2002-12-03 18:52:45 +0000
commit6b0817e5ee38f926e56057ba30af0baf7e150fb2 (patch)
treeb2015ed12034a15d0934454b201f0fa7fe4adf95 /gas
parente1a9cb8e15a2f05592910ee3e27dacf7fbee68b0 (diff)
downloadgdb-6b0817e5ee38f926e56057ba30af0baf7e150fb2.zip
gdb-6b0817e5ee38f926e56057ba30af0baf7e150fb2.tar.gz
gdb-6b0817e5ee38f926e56057ba30af0baf7e150fb2.tar.bz2
Fix typo in ChangeLog entry.
Add paranoia checks to .PPC.EMB.apuinfo merging code.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 5c59ad5..7c4f230 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,7 +1,7 @@
2002-12-03 Nick Clifton <nickc@redhat.com>
* config/tc-ppc.c (ppc_cleanup): Do not set SEC_MERGE flag on
- .PPC.EMB>apuinfo sections.
+ .PPC.EMB.apuinfo sections.
2002-12-03 Richard Henderson <rth@redhat.com>