forked from Imagelibrary/binutils-gdb
ld plugin.c concat leaks
* ldlang.c: Whitespace. (stat_free, stat_concat): New functions. * ldlang.h (stat_free, stat_concat): Declare. * plugin.c (asymbol_from_plugin_symbol): Use stat_concat.
This commit is contained in:
@@ -664,10 +664,14 @@ extern void lang_for_each_statement_worker
|
||||
(void (*) (lang_statement_union_type *), lang_statement_union_type *);
|
||||
extern void *stat_alloc
|
||||
(size_t);
|
||||
extern void * stat_memdup
|
||||
extern void stat_free
|
||||
(void *);
|
||||
extern void *stat_memdup
|
||||
(const void *, size_t, size_t);
|
||||
extern char *stat_strdup
|
||||
(const char *);
|
||||
extern char *stat_concat
|
||||
(const char *, ...);
|
||||
extern void strip_excluded_output_sections
|
||||
(void);
|
||||
extern void lang_clear_os_map
|
||||
|
||||
Reference in New Issue
Block a user