Add a new Portuguese translation for the bfd sub-directory.
[deliverable/binutils-gdb.git] / include / simple-object.h
index b0395a7ee6fd9e1d10b1274c0d6b34819473a355..db72f86de179a82fddbfcc7789de83f4e822b2de 100644 (file)
@@ -1,5 +1,5 @@
 /* simple-object.h -- simple routines to read and write object files
-   Copyright (C) 2010-2016 Free Software Foundation, Inc.
+   Copyright (C) 2010-2018 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Google.
 
 This program is free software; you can redistribute it and/or modify it
@@ -197,6 +197,14 @@ simple_object_write_to_file (simple_object_write *simple_object,
 extern void
 simple_object_release_write (simple_object_write *);
 
+/* Copy LTO debug sections from SRC_OBJECT to DEST.
+   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);
+
 #ifdef __cplusplus
 }
 #endif
This page took 0.023229 seconds and 4 git commands to generate.