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 | 9544c605b634aa6fd72e24537c327dcce5f3a306 (patch) | |
tree | aeffb183db2fe0b702b2525932df982cec9d4a7e /gdb/ChangeLog | |
parent | aa707ed0e50465d070ac4a5a8f03ef07c5042319 (diff) | |
download | gdb-9544c605b634aa6fd72e24537c327dcce5f3a306.zip gdb-9544c605b634aa6fd72e24537c327dcce5f3a306.tar.gz gdb-9544c605b634aa6fd72e24537c327dcce5f3a306.tar.bz2 |
* 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 af73198..b5ba6da 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 |