diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2007-04-17 15:07:21 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2007-04-17 15:07:21 +0000 |
commit | 9193427347c48c04b9d61b275e6270c31b063b97 (patch) | |
tree | 4c8d8077dea9ea2424b6aa7d9c439c0d1e2b3d6a /gdb/ChangeLog | |
parent | 968b53918b58e35bc65bcd8bf4436d77380db2c0 (diff) | |
download | fsf-binutils-gdb-9193427347c48c04b9d61b275e6270c31b063b97.zip fsf-binutils-gdb-9193427347c48c04b9d61b275e6270c31b063b97.tar.gz fsf-binutils-gdb-9193427347c48c04b9d61b275e6270c31b063b97.tar.bz2 |
* symtab.c (skip_prologue_using_sal): Allow the end of the prologue
sal to be bigger than the end of the function.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3b60b27..ff31867 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2007-04-17 Andreas Schwab <schwab@suse.de> + + * symtab.c (skip_prologue_using_sal): Allow the end of the prologue + sal to be bigger than the end of the function. + 2007-04-17 Maciej W. Rozycki <macro@mips.com> Nigel Stephens <nigel@mips.com> |