Ignore:
Timestamp:
Aug 16, 2003, 6:59:22 PM (22 years ago)
Author:
bird
Message:

binutils v2.14 - offical sources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/binutils/gas/tc.h

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    7272#endif
    7373
    74 #ifdef MD_APPLY_FIX3
    75 int md_apply_fix3 PARAMS ((fixS * fixP, valueT *val, segT seg));
    76 #endif
     74void md_apply_fix3 PARAMS ((fixS *, valueT *, segT));
     75
    7776#ifdef BFD_ASSEMBLER
    78 int md_apply_fix PARAMS ((fixS * fixP, valueT *val));
    7977#ifndef md_convert_frag
    8078void md_convert_frag PARAMS ((bfd * headers, segT sec, fragS * fragP));
     
    8987#endif
    9088#else /* not BFD_ASSEMBLER */
    91 void md_apply_fix PARAMS ((fixS * fixP, long val));
    9289#ifndef md_convert_frag
    9390void md_convert_frag PARAMS ((object_headers * headers, segT, fragS * fragP));
Note: See TracChangeset for help on using the changeset viewer.