mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-11 10:40:47 +08:00
simple-object.h (simple_object_copy_lto_debug_sections): Add rename parameter.
* simple-object.h (simple_object_copy_lto_debug_sections): Add rename parameter. From-SVN: r260970
This commit is contained in:
parent
5603790dbf
commit
e062dc8089
@ -1,3 +1,8 @@
|
||||
2018-05-30 Jan Hubicka <hubicka@ucw.cz>
|
||||
|
||||
* simple-object.h (simple_object_copy_lto_debug_sections): Add rename
|
||||
parameter.
|
||||
|
||||
2018-05-28 Bernd Edlinger <bernd.edlinger@hotmail.de>
|
||||
|
||||
* splay-tree.h (splay_tree_compare_strings,
|
||||
|
@ -198,12 +198,15 @@ extern void
|
||||
simple_object_release_write (simple_object_write *);
|
||||
|
||||
/* Copy LTO debug sections from SRC_OBJECT to DEST.
|
||||
If RENAME is true, rename LTO debug section into debug section (i.e.
|
||||
when producing final binary) and if it is false, keep the sections with
|
||||
original names (when incrementally linking).
|
||||
If an error occurs, return the errno value in ERR and an error string. */
|
||||
|
||||
extern const char *
|
||||
simple_object_copy_lto_debug_sections (simple_object_read *src_object,
|
||||
const char *dest,
|
||||
int *err);
|
||||
int *err, int rename);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
@ -1,7 +1,5 @@
|
||||
2018-05-30 Jan Hubicka <hubicka@ucw.cz>
|
||||
|
||||
* simple-object.h (simple_object_copy_lto_debug_sections): Add rename
|
||||
parameter.
|
||||
* simple-object.c (handle_lto_debug_sections): Add rename parameter.
|
||||
(handle_lto_debug_sections_rename): New function.
|
||||
(handle_lto_debug_sections_norename): New function.
|
||||
|
Loading…
x
Reference in New Issue
Block a user