Aarch64: Func to detect args passed in float regs
[deliverable/binutils-gdb.git] / include / simple-object.h
index db72f86de179a82fddbfcc7789de83f4e822b2de..496d8cc107e7aaa801fabf3b762b9726f65dd59f 100644 (file)
@@ -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
 }
This page took 0.023836 seconds and 4 git commands to generate.