ubsan: bpf: left shift cannot be represented in type 'DI' (aka 'long')
[deliverable/binutils-gdb.git] / libiberty / simple-object-common.h
index 53501df8fd95c02942601f4d4a54952dffab199b..ddcefc4ee09c2bd8b96c2ffae2468edba8f9494b 100644 (file)
@@ -1,5 +1,5 @@
 /* simple-object-common.h -- common structs for object file manipulation.
-   Copyright (C) 2010-2018 Free Software Foundation, Inc.
+   Copyright (C) 2010-2019 Free Software Foundation, Inc.
 
 This file is part of the libiberty library.
 Libiberty is free software; you can redistribute it and/or
@@ -145,7 +145,7 @@ struct simple_object_functions
   /* Copy LTO debug sections.  */
   const char *(*copy_lto_debug_sections) (simple_object_read *sobj,
                                          simple_object_write *dobj,
-                                         int (*pfn) (const char **),
+                                         char *(*pfn) (const char *),
                                          int *err);
 };
 
This page took 0.024526 seconds and 4 git commands to generate.