patch-gcc_lto_lto_c 444 B

1234567891011121314151617
  1. $OpenBSD: patch-gcc_lto_lto_c,v 1.2 2016/12/28 21:48:21 pascal Exp $
  2. --- gcc/lto/lto.c.orig Wed Nov 23 15:31:16 2016
  3. +++ gcc/lto/lto.c Fri Dec 23 18:25:18 2016
  4. @@ -2956,6 +2956,12 @@ read_cgraph_and_symbols (unsigned nfiles, const char *
  5. all_file_decl_data = NULL;
  6. }
  7. +const char *
  8. +fname_as_string(int pretty_p __attribute__((__unused__)))
  9. +{
  10. + return NULL;
  11. +}
  12. +
  13. /* Materialize all the bodies for all the nodes in the callgraph. */