summaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2004-02-09 12:15:57 +0000
committerNick Clifton <nickc@redhat.com>2004-02-09 12:15:57 +0000
commit8c8a4ea65f3e896f6f28656ad40a235323223bdd (patch)
treef4e02fee5512559ed0be8b1ed329eec195afc82d /bfd/ChangeLog
parent00a45f85a9055e61a63aff6a81edf8cdd3e1e1a0 (diff)
downloadgdb-8c8a4ea65f3e896f6f28656ad40a235323223bdd.tar.gz
Add support for relaxing the 32bit ldc/stc instructions.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index cbd41d03c1c..81c80d3f2b2 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2004-02-09 Anil Paranjpe <anilp1@KPITCummins.com>
+
+ * coff-h8300.c: Added comments about relaxation for ldc.w and stc.w.
+ * elf32-h8300.c: Likewise.
+
2004-02-09 Christian Vogel <vogelchr@vogel.cx>
Nick Clifton <nickc@redhat.com>