diff options
author | Nick Clifton <nickc@redhat.com> | 2000-12-05 00:56:09 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-12-05 00:56:09 +0000 |
commit | bccba5f08caf84add326b6e3541680bf1f5f8746 (patch) | |
tree | 27112b17fa82d5c9b9aa9adae45f27ed5f3a2a60 /gas/ChangeLog | |
parent | bb4e03e55591d8751dc9a669afd57f033c14fc22 (diff) | |
download | gdb-bccba5f08caf84add326b6e3541680bf1f5f8746.zip gdb-bccba5f08caf84add326b6e3541680bf1f5f8746.tar.gz gdb-bccba5f08caf84add326b6e3541680bf1f5f8746.tar.bz2 |
Add outputting_stabs_line_debug varaible and D10v code to use it
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 7d53f5c..65f487a 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,27 @@ +2000-12-04 Matthew Hiller <hiller@redhat.com> + + * config/tc-d10v.c (flag_allow_gstabs_packing): New variable. + (md_longopts): New options --gstabs-packing, --no-gstabs-packing. + (md_show_usage): Ditto. + (md_parse_option): Ditto. + (d10v_cleanup): Writes pending instruction only if + ! outputting_stabs_line_debug || ! flag_allow_gstabs_packing. + Fix compile time warning messages. + + * doc/c-d10v.texi: Documents new options. + +2000-12-04 Matthew Hiller <hiller@redhat.com> + + * stabs.c (outputting_stabs_line_debug): New variable. + (stabs_generate_asm_lineno): Set outputting_stabs_line_debug at + function entry and unset at function exit. + + * read.h (outputting_stabs_line_debug): New extern declaration. + + * as.c: Include dwarf2dbg.h for definition of dwarf2_finish. + + * dwarf2dbg.c: Fix compile time warning messages. + 2000-12-03 Kazu Hirata <kazu@hxi.com> * config/tc-a29k.c: Fix formatting. |