Hi Jan,

>> > Index: include/simple-object.h
>> > ===================================================================
>> > --- include/simple-object.h     (revision 260042)
>> > +++ include/simple-object.h     (working copy)
>> > @@ -198,12 +198,15 @@
>> >  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 part is missing from r260956:
>> 
>> https://gcc.gnu.org/ml/gcc-cvs/2018-05/msg01177.html
>
> I have managed to commit partially, it should be fixed now.  My apologizes
> for this!

unfortunately, it isn't: the include/simple-object.h part is still
missing.

        Rainer

-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University

Reply via email to