Revision fd4a43e4 dyngen.c

b/dyngen.c
2475 2475
);
2476 2476
#ifdef HOST_IA64
2477 2477
    fprintf(outfile,
2478
	    "    ia64_apply_fixes(&gen_code_ptr, ltoff_fixes, "
2478
	    "    {\n"
2479
	    "      extern char code_gen_buffer[];\n"
2480
	    "      ia64_apply_fixes(&gen_code_ptr, ltoff_fixes, "
2479 2481
	    "(uint64_t) code_gen_buffer + 2*(1<<20), plt_fixes,\n\t\t\t"
2480 2482
	    "sizeof(plt_target)/sizeof(plt_target[0]),\n\t\t\t"
2481
	    "plt_target, plt_offset);\n");
2483
	    "plt_target, plt_offset);\n    }\n");
2482 2484
#endif
2483 2485

  
2484 2486
/* generate some code patching */ 

Also available in: Unified diff