X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Fdbxout.h;h=1e45fa624cbc92dcf48076e3c9bb3171de6660ac;hb=4d004c41996323c6c5f7fee10c0397a1645172cf;hp=c208686e0abd8f0d233cb8c42b03ccd2e5cc54ef;hpb=ebd9163c5ddd672de26ee4a9de9d9d909e7b9834;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/dbxout.h b/gcc/dbxout.h index c208686e0ab..1e45fa624cb 100644 --- a/gcc/dbxout.h +++ b/gcc/dbxout.h @@ -25,6 +25,9 @@ extern void dbxout_start_new_source_file PROTO ((char *)); extern void dbxout_resume_previous_source_file PROTO ((void)); extern void dbxout_symbol PROTO ((tree, int)); +extern void dbxout_parms PROTO ((tree)); +extern void dbxout_reg_parms PROTO ((tree)); +extern void dbxout_syms PROTO ((tree)); extern void dbxout_function PROTO ((tree)); extern void dbxout_source_line PROTO ((FILE *, char*, int)); extern void dbxout_begin_function PROTO ((tree));