Index: breakpoint.c =================================================================== RCS file: /cvs/src/src/gdb/breakpoint.c,v retrieving revision 1.276 retrieving revision 1.277 diff -u -p -r1.276 -r1.277 --- breakpoint.c 5 Nov 2007 18:18:47 -0000 1.276 +++ breakpoint.c 5 Nov 2007 18:24:29 -0000 1.277 @@ -4319,7 +4319,7 @@ static void free_bp_location (struct bp_ /* Helper to set_raw_breakpoint below. Creates a breakpoint that has type BPTYPE and has no locations as yet. */ -struct breakpoint * +static struct breakpoint * set_raw_breakpoint_without_location (enum bptype bptype) { struct breakpoint *b, *b1;