X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Fdw2gencfi.c;h=163b8dea74f4b0e26c132f0546b0398053158e5e;hb=de88229846525b2afb4a8b85b7f60f3246d3e90d;hp=c35240bb3555d34c676389fa11d5a394ba9839e7;hpb=1bce6bd86f99b05ddc311eb34545165983ff8ddc;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/dw2gencfi.c b/gas/dw2gencfi.c index c35240bb35..163b8dea74 100644 --- a/gas/dw2gencfi.c +++ b/gas/dw2gencfi.c @@ -73,7 +73,7 @@ #endif #ifndef tc_cfi_endproc -# define tc_cfi_endproc(fde) ((void)0) +# define tc_cfi_endproc(fde) ((void) (fde)) #endif #ifndef DWARF2_FORMAT @@ -287,7 +287,7 @@ struct cie_entry /* List of FDE entries. */ -static struct fde_entry *all_fde_data; +struct fde_entry *all_fde_data; static struct fde_entry **last_fde_data = &all_fde_data; /* List of CIEs so that they could be reused. */