aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index f823111..8334b12 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2007-04-18 Denis Pilat <denis.pilat@st.com>
+
+ * dwarf2read.c (read_subrange_type): Use DW_ATE_signed default type
+ when missing from DW_TAG_subrange_type. Remove the handling of null
+ return from die_type.
+
2007-04-18 Maciej W. Rozycki <macro@mips.com>
* mips-tdep.c (mips_eabi_push_dummy_call): Revert the last
@@ -9,7 +15,7 @@
2007-04-18 Denis Pilat <denis.pilat@st.com>
* infcmd.c (post_create_inferior): Start with a call to
- target_terminal_ours().
+ target_terminal_ours.
2007-04-17 Maciej W. Rozycki <macro@mips.com>