Browse Source

* arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return

type const.
binutils-2_13-branch
Andrew Cagney 25 years ago
parent
commit
ab89facf70
  1. 5
      gdb/ChangeLog
  2. 2
      gdb/arm-tdep.c

5
gdb/ChangeLog

@ -1,3 +1,8 @@
2002-04-21 Andrew Cagney <ac131313@redhat.com>
* arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
type const.
2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
* alphafbsd-tdep.c: Update copyright years. Include

2
gdb/arm-tdep.c

@ -2111,7 +2111,7 @@ static const char arm_default_thumb_be_breakpoint[] = THUMB_BE_BREAKPOINT;
memory. It is nice that this is the same size as a handle -
otherwise remote-rdp will have to change. */
unsigned char *
static const unsigned char *
arm_breakpoint_from_pc (CORE_ADDR *pcptr, int *lenptr)
{
struct gdbarch_tdep *tdep = gdbarch_tdep (current_gdbarch);

Loading…
Cancel
Save