Remove obsolete declaration
Commit c9e0a7e333
("Remove munmap_listp_free_cleanup") removed
munmap_listp_free, but missed a declaration. This patch removes that
as well.
gdb/ChangeLog
2020-05-22 Tom Tromey <tromey@adacore.com>
* compile/compile-object-load.h (munmap_list_free): Don't
declare.
This commit is contained in:
parent
7c13f4e875
commit
9392ebb3bb
@ -1,3 +1,8 @@
|
|||||||
|
2020-05-22 Tom Tromey <tromey@adacore.com>
|
||||||
|
|
||||||
|
* compile/compile-object-load.h (munmap_list_free): Don't
|
||||||
|
declare.
|
||||||
|
|
||||||
2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
|
2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
|
||||||
|
|
||||||
* annotate.c (annotate_source_line): Update return type, add call
|
* annotate.c (annotate_source_line): Update return type, add call
|
||||||
|
@ -80,6 +80,5 @@ struct compile_module
|
|||||||
extern struct compile_module *compile_object_load
|
extern struct compile_module *compile_object_load
|
||||||
(const compile_file_names &fnames,
|
(const compile_file_names &fnames,
|
||||||
enum compile_i_scope_types scope, void *scope_data);
|
enum compile_i_scope_types scope, void *scope_data);
|
||||||
extern void munmap_list_free (struct munmap_list *head);
|
|
||||||
|
|
||||||
#endif /* COMPILE_COMPILE_OBJECT_LOAD_H */
|
#endif /* COMPILE_COMPILE_OBJECT_LOAD_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user