/* GNU PIC coff optimizing functions Copyright 2005 Craig Franklin Copyright 2016 Molnár Károly */ #pragma once FUNC(void) gp_coffopt_remove_weak(gp_object_t *Object); FUNC(void) gp_coffopt_remove_dead_sections(gp_object_t *Object, int Pass, bool Enable_cinit_wanings); FUNC(void) gp_coffopt_remove_unnecessary_pagesel(gp_object_t *Object); FUNC(void) gp_coffopt_remove_unnecessary_banksel(gp_object_t *Object);
Detected encoding: UTF-8 | 0 |