mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-25 16:57:52 +00:00
* symfile.c (symfile_bfd_open): Delete unnecessary declaration.
(get_section_index): Ditto.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2013-06-19 Doug Evans <dje@google.com>
|
||||
|
||||
* symfile.c (symfile_bfd_open): Delete unnecessary declaration.
|
||||
(get_section_index): Ditto.
|
||||
|
||||
2013-06-19 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* breakpoint.c (_initialize_breakpoint): Remove trailing \n from
|
||||
|
||||
@@ -91,10 +91,6 @@ static void symbol_file_add_main_1 (char *args, int from_tty, int flags);
|
||||
|
||||
static void add_symbol_file_command (char *, int);
|
||||
|
||||
bfd *symfile_bfd_open (char *);
|
||||
|
||||
int get_section_index (struct objfile *, char *);
|
||||
|
||||
static const struct sym_fns *find_sym_fns (bfd *);
|
||||
|
||||
static void decrement_reading_symtab (void *);
|
||||
|
||||
Reference in New Issue
Block a user