diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2007-12-17 17:49:29 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2007-12-17 17:49:29 +0000 |
commit | 0975518d972018c8a301867e13fcddc05045c26a (patch) | |
tree | 55f9bb868ed57f7622aedc5295f4d025b0d66b28 /gdb/ChangeLog | |
parent | 973367cf6426f6690996526f452005f669b0601e (diff) | |
download | gdb-0975518d972018c8a301867e13fcddc05045c26a.tar.gz |
* utils.c (string_to_core_addr): If the executable format
indicates that addresses should be sign-extended and there are
only 8 hex digits in the address, then do so.
* Makefile.in (utils.o): Depend on $(gdbcore_h).
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 af731981c06..b5ba6da8383 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2007-12-17 Nigel Stephens <nigel@mips.com> + Maciej W. Rozycki <macro@mips.com> + + * utils.c (string_to_core_addr): If the executable format + indicates that addresses should be sign-extended and there are + only 8 hex digits in the address, then do so. + * Makefile.in (utils.o): Depend on $(gdbcore_h). + 2007-12-17 Chris Dearman <chris@mips.com> * symfile.c (init_filename_language_table): Recognise .sx as |