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]

[commit] Fix arm tipo


Hello,

This tweak fixes a tipo in arm-tdep.c. I introduced it when introducing get_frame_func().

commited,
Andrew
2003-04-06  Andrew Cagney  <cagney at redhat dot com>

	* arm-tdep.c (arm_frameless_function_invocation): Fix typo.

Index: arm-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/arm-tdep.c,v
retrieving revision 1.127
diff -u -r1.127 arm-tdep.c
--- arm-tdep.c	5 Apr 2003 18:54:38 -0000	1.127
+++ arm-tdep.c	6 Apr 2003 19:07:14 -0000
@@ -295,7 +295,7 @@
 	stmdb sp!, {}
 	sub sp, ip, #4.  */
 
-  func_start = (get_frame_func (fi)) + FUNCTION_START_OFFSET);
+  func_start = (get_frame_func (fi) + FUNCTION_START_OFFSET);
   after_prologue = SKIP_PROLOGUE (func_start);
 
   /* There are some frameless functions whose first two instructions

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