> + /* Typically, a trampoline is not inside a function or section, but on > + some targets (e.g. HPUX) they can be. Make these checks optional. */ > + unsigned int ok_inside_function:1; > + unsigned int ok_inside_section:1; Just my two cents: I would find "maybe_inside_function" easier to understand. -- Joel