| Index: gdb/arm-symbian-tdep.c
|
| diff --git a/gdb/arm-symbian-tdep.c b/gdb/arm-symbian-tdep.c
|
| index 69821d33dd3a4f32a049ff5050897cfe0eac34c8..d7d34fdb537362322c1e84c921b18eb2ec5a57d6 100644
|
| --- a/gdb/arm-symbian-tdep.c
|
| +++ b/gdb/arm-symbian-tdep.c
|
| @@ -1,6 +1,6 @@
|
| /* ARM Symbian OS target support.
|
|
|
| - Copyright (C) 2008-2012 Free Software Foundation, Inc.
|
| + Copyright (C) 2008-2013 Free Software Foundation, Inc.
|
|
|
| This file is part of GDB.
|
|
|
| @@ -38,7 +38,7 @@ arm_symbian_skip_trampoline_code (struct frame_info *frame, CORE_ADDR pc)
|
| CORE_ADDR dest;
|
| gdb_byte buf[4];
|
|
|
| - if (!in_plt_section (pc, NULL))
|
| + if (!in_plt_section (pc))
|
| return 0;
|
|
|
| if (target_read_memory (pc, buf, 4) != 0)
|
|
|