aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-04-24 12:47:32 +0000
committerNick Clifton <nickc@redhat.com>2003-04-24 12:47:32 +0000
commit2c8714f20ff04a6c2781c4aaf1535f37b38d1bd3 (patch)
treec455f7eecb27e0476fb848acb19f2ac7f8beecbc /gas/ChangeLog
parent8d9cd6b19b78f2a0cd3df40b52b13062e72e41b7 (diff)
downloadgdb-2c8714f20ff04a6c2781c4aaf1535f37b38d1bd3.zip
gdb-2c8714f20ff04a6c2781c4aaf1535f37b38d1bd3.tar.gz
gdb-2c8714f20ff04a6c2781c4aaf1535f37b38d1bd3.tar.bz2
Add support for dwarf2 debug information.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 285877d..c5ba178 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,12 @@
+2003-04-24 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
+
+ * config/tc-h8300.h (DWARF2_LINE_MIN_INSN_LENGTH): New
+ * config/tc-h8300.c (dwarf2dbg.h): Include
+ (md_pseudo_table): Handle .loc and .file
+ (md_assemble): Call dwarf2_emit_insn if BFD_ASSEMBLER.
+ * Makefile.am: Add dependency on dwarf2dbg.h for h8300 targets.
+ * Makefile.in: Regenerate.
+
2003-04-24 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
* config/tc-h8300.c (Nmode, h8300hnmode, h8300snmode): New.