From c40e75cd6ed0e6a44189ea5f5516b67b268eb308 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Mon, 5 Nov 2007 18:24:29 +0000 Subject: [PATCH] * breakpoint.c (set_raw_breakpoint_without_location): Make static. --- gdb/ChangeLog | 4 ++++ gdb/breakpoint.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ca5de62e549..0acc7508f01 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2007-11-05 Joel Brobecker + + * breakpoint.c (set_raw_breakpoint_without_location): Make static. + 2007-11-05 Joel Brobecker * breakpoint.h (create_solib_load_event_breakpoint) diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index 23163926e2d..cbebe5ed415 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -4319,7 +4319,7 @@ static void free_bp_location (struct bp_location *loc) /* 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; -- 2.30.2