X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Fecoff.c;h=8f884bb0042b017710a01927f16fcb840ef2d885;hb=e01e1cee39777b6278ff01502742347247e8dfd7;hp=5ec999e21581a6cc5bab3226d1f8c69c41dc095b;hpb=d285ba8d064bbcfbf518cd6cf0142b5722c8215a;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/ecoff.c b/gas/ecoff.c index 5ec999e215..8f884bb004 100644 --- a/gas/ecoff.c +++ b/gas/ecoff.c @@ -2219,8 +2219,7 @@ add_file (const char *file_name, int indx ATTRIBUTE_UNUSED, int fake) { (void) add_ecoff_symbol (file_name, st_Nil, sc_Nil, symbol_new (FAKE_LABEL_NAME, now_seg, - (valueT) frag_now_fix (), - frag_now), + frag_now, frag_now_fix ()), (bfd_vma) 0, 0, ECOFF_MARK_STAB (N_SOL)); return; } @@ -3010,8 +3009,7 @@ ecoff_directive_end (int ignore ATTRIBUTE_UNUSED) else (void) add_ecoff_symbol ((const char *) NULL, st_End, sc_Text, symbol_new (FAKE_LABEL_NAME, now_seg, - (valueT) frag_now_fix (), - frag_now), + frag_now, frag_now_fix ()), (bfd_vma) 0, (symint_t) 0, (symint_t) 0); #ifdef md_flush_pending_output @@ -3254,8 +3252,7 @@ ecoff_directive_loc (int ignore ATTRIBUTE_UNUSED) { (void) add_ecoff_symbol ((char *) NULL, st_Label, sc_Text, symbol_new (FAKE_LABEL_NAME, now_seg, - (valueT) frag_now_fix (), - frag_now), + frag_now, frag_now_fix ()), (bfd_vma) 0, 0, lineno); return; }