diff options
author | Nick Clifton <nickc@redhat.com> | 2000-10-25 19:15:34 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-10-25 19:15:34 +0000 |
commit | 85a396941012a60ef70ccc3de7de675e67d31325 (patch) | |
tree | af0e619c9cf2363b2065956934e1b8ff390f93e8 /gas/ChangeLog | |
parent | c56a7a95d19613c5111a365a0733d4a35bfbdbf6 (diff) | |
download | gdb-85a396941012a60ef70ccc3de7de675e67d31325.zip gdb-85a396941012a60ef70ccc3de7de675e67d31325.tar.gz gdb-85a396941012a60ef70ccc3de7de675e67d31325.tar.bz2 |
Add --gdwarf2 support to ARM toolchain
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index b1c211c..907d592 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,29 @@ +2000-10-25 Nick Clifton <nickc@redhat.com> + + * dwarf2out.c (dwarf2_generate_asm_lineno): New function: Generate + a DWARF2 line number information sequence. + + *dwarf2out.h: Add prototype for dwarf2_generate_asm_lineno. + + * read.c (generate_lineno_debug): Update comment describing why + DWARF2 line number debug information is not generated + automatically by this function. + + * doc/as.texinfo: Note that --gdwarf2 only works on some targets, + not all. + + * config/tc-arm.h (md_end): Define. + (DWARF2_LINE_MIN_INSN_LENGTH): Define. + + * config/tc-arm.c (output_inst): Call dwarf2_generate_asm_lineno + if generating DWARF2 line numbers. + (arm_end_of_source): New function. Call dwarf2_finish if + necessary. + + * config/tc-hppa.c (md_assemble): Use dwarf2_generate_asm_lineno. + * config/tc-m68hc11.c (m68hc11_new_insn): Use dwarf2_generate_asm_lineno. + * config/tc-sh.c (md_assemble): Use dwarf2_generate_asm_lineno. + 2000-10-25 Diego Novillo <dnovillo@cygnus.com> * tc-i386.c: Fix prototype declarations for functions taking no |