diff options
Diffstat (limited to 'gdb/symfile.c')
-rw-r--r-- | gdb/symfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symfile.c b/gdb/symfile.c index 21328b8..6a0a8e5 100644 --- a/gdb/symfile.c +++ b/gdb/symfile.c @@ -480,7 +480,7 @@ struct place_section_arg /* Find a unique offset to use for loadable section SECT if the user did not provide an offset. */ -void +static void place_section (bfd *abfd, asection *sect, void *obj) { struct place_section_arg *arg = obj; |