diff options
author | Randolph Chung <tausq@debian.org> | 2006-03-01 05:19:13 +0000 |
---|---|---|
committer | Randolph Chung <tausq@debian.org> | 2006-03-01 05:19:13 +0000 |
commit | 477e69e8fd0b70c4afa73cfbefb9be2253850bd8 (patch) | |
tree | 00608fd088ca25d9d34fdb01a2cbf28f1886eded /gdb/ChangeLog | |
parent | 848359acedca430105ccf1dd52deb6f323ca877b (diff) | |
download | gdb-477e69e8fd0b70c4afa73cfbefb9be2253850bd8.zip gdb-477e69e8fd0b70c4afa73cfbefb9be2253850bd8.tar.gz gdb-477e69e8fd0b70c4afa73cfbefb9be2253850bd8.tar.bz2 |
2006-03-01 Randolph Chung <tausq@debian.org>
* hppa-hpux-tdep.c (initialize_hp_cxx_exception_support): Use
TDEP->is_elf to determine if we are working with a SOM binary.
(null_symtab_and_line): Remove unused variable.
* config/pa/hppa64.mt: Use tm-hppa.h.
* config/pa/tm-hppa64.h: Remove file.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 52a8cc6..5f6347e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2006-03-01 Randolph Chung <tausq@debian.org> + + * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support): Use + TDEP->is_elf to determine if we are working with a SOM binary. + (null_symtab_and_line): Remove unused variable. + * config/pa/hppa64.mt: Use tm-hppa.h. + * config/pa/tm-hppa64.h: Remove file. + 2006-03-01 Wu Zhou <woodzltc@cn.ibm.com> * f-typeprint.c (f_type_print_base): Delete the redundant space. |