patch-gcc_lto_lto_c 448 B

1234567891011121314151617
  1. $OpenBSD: patch-gcc_lto_lto_c,v 1.1.1.1 2014/06/26 16:30:17 pascal Exp $
  2. --- gcc/lto/lto.c.orig Wed Mar 19 12:35:59 2014
  3. +++ gcc/lto/lto.c Wed Apr 23 12:49:03 2014
  4. @@ -3102,6 +3102,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. */