Re: [Kgdb-bugreport] [PATCH] sparc, kgdbts: fix compile regression with kgdb test suite

2011-07-21 Thread David Miller
From: Jason Wessel jason.wes...@windriver.com Date: Tue, 19 Jul 2011 15:58:32 -0500 Commit 63ab25ebbc (kgdbts: unify/generalize gdb breakpoint adjustment) introduced a compile regression on sparc. kgdbts.c: In function 'check_and_rewind_pc': kgdbts.c:307: error: implicit declaration of

[Kgdb-bugreport] [PATCH] sparc, kgdbts: fix compile regression with kgdb test suite

2011-07-21 Thread Jason Wessel
Commit 63ab25ebbc (kgdbts: unify/generalize gdb breakpoint adjustment) introduced a compile regression on sparc. kgdbts.c: In function 'check_and_rewind_pc': kgdbts.c:307: error: implicit declaration of function 'instruction_pointer_set' Simply add the correct macro definition for instruction

Re: [Kgdb-bugreport] [PATCH] sparc, kgdbts: fix compile regression with kgdb test suite

2011-07-19 Thread Mike Frysinger
On Tue, Jul 19, 2011 at 16:58, Jason Wessel wrote: Commit 63ab25ebbc (kgdbts: unify/generalize gdb breakpoint adjustment) introduced a compile regression on sparc. kgdbts.c: In function 'check_and_rewind_pc': kgdbts.c:307: error: implicit declaration of function 'instruction_pointer_set'