On Mon, 16 Jun 2014, Chen Gang wrote: > +static_output_delta (int size, const char *lab1, const char *lab2,
static_ is not a helpful naming convention, since the fact that a function is static is nothing to do with what that function does. Try something like dw2_asm_voutput_delta to indicate a va_list version of dw2_asm_output_delta. -- Joseph S. Myers jos...@codesourcery.com