diff options
author | Joel Brobecker <brobecker@gnat.com> | 2007-11-05 18:24:29 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2007-11-05 18:24:29 +0000 |
commit | c40e75cd6ed0e6a44189ea5f5516b67b268eb308 (patch) | |
tree | e62bca8d2910fc3af9d82e46d9fd04638f93eead /gdb/breakpoint.c | |
parent | 9b70b9936e9ae387bbfe31a4e1fa85d48fe5ed6e (diff) | |
download | gdb-c40e75cd6ed0e6a44189ea5f5516b67b268eb308.zip gdb-c40e75cd6ed0e6a44189ea5f5516b67b268eb308.tar.gz gdb-c40e75cd6ed0e6a44189ea5f5516b67b268eb308.tar.bz2 |
* breakpoint.c (set_raw_breakpoint_without_location): Make static.
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r-- | gdb/breakpoint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index 2316392..cbebe5e 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; |