X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Fdwarf2asm.h;h=859883d45e3492f0193b839d265960311cb6bfb9;hb=77f1f7c1b1201df83ce1e5021f566beb8efdf374;hp=63d55e59ef4cf96a6c2429b9a97c6a2630edae3d;hpb=f12b58b3384f7b4faba39eaa3ebc67c3049f2a3c;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/dwarf2asm.h b/gcc/dwarf2asm.h index 63d55e59ef4..859883d45e3 100644 --- a/gcc/dwarf2asm.h +++ b/gcc/dwarf2asm.h @@ -23,6 +23,8 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA the way these routines are signaled that there is no associated debug information. So the attributes are commented out. */ +extern void dw2_assemble_integer PARAMS ((int, rtx)); + extern void dw2_asm_output_data PARAMS ((int, unsigned HOST_WIDE_INT, const char *, ...)) /* ATTRIBUTE_PRINTF_3 */;