diff options
author | Daniel Jacobowitz <drow@false.org> | 2009-07-28 16:39:06 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2009-07-28 16:39:06 +0000 |
commit | 3612b1927e247d33aab56de742e16f110f148711 (patch) | |
tree | fc046cc74e65e51ae57bcef2cbb2a8140a4edae8 /gdb/cris-tdep.c | |
parent | d551e57bf793cc95d833626ff467e84f0bfab146 (diff) | |
download | binutils-gdb-3612b1927e247d33aab56de742e16f110f148711.tar.gz |
* arch-utils.c (displaced_step_at_entry_point): Do not call
gdbarch_convert_from_func_ptr_addr.
* cris-tdep.c: Remove outdated comment.
* infcall.c (call_function_by_hand): Do not call
gdbarch_convert_from_func_ptr_addr after entry_point_address.
* objfiles.c (entry_point_address): Call both
gdbarch_convert_from_func_ptr_addr and
gdbarch_addr_bits_remove.
Diffstat (limited to 'gdb/cris-tdep.c')
-rw-r--r-- | gdb/cris-tdep.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/cris-tdep.c b/gdb/cris-tdep.c index 999231cfe06..69e7e5bd4bc 100644 --- a/gdb/cris-tdep.c +++ b/gdb/cris-tdep.c @@ -39,7 +39,6 @@ #include "regcache.h" #include "gdb_assert.h" -/* To get entry_point_address. */ #include "objfiles.h" #include "solib.h" /* Support for shared libraries. */ |