This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] add decl for arm_get_next_pc to arm-tdep.h


Hi

This fixes a little warning about an implicit declaration of
arm_get_next_pc.

Committed as obvious.
Keith

ChangeLog
2002-02-13  Keith Seitz  <keiths@redhat.com>

        * arm-tdep.h (arm_get_next_pc): Add declaration.

Patch
Index: arm-tdep.h
===================================================================
RCS file: /cvs/src/src/gdb/arm-tdep.h,v
retrieving revision 1.1
diff -p -r1.1 arm-tdep.h
*** arm-tdep.h	2002/02/11 18:34:08	1.1
--- arm-tdep.h	2002/02/13 17:04:18
*************** int arm_pc_is_thumb (CORE_ADDR);
*** 106,108 ****
--- 106,109 ----

  CORE_ADDR thumb_get_next_pc (CORE_ADDR);

+ CORE_ADDR arm_get_next_pc (CORE_ADDR);


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]