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/cgen.h

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    5454extern void gas_cgen_init_parse PARAMS ((void));
    5555
    56 extern void gas_cgen_save_fixups PARAMS ((void));
    57 extern void gas_cgen_restore_fixups PARAMS ((void));
    58 extern void gas_cgen_swap_fixups PARAMS ((void));
     56/* Routines and macros for saving fixup chains.  */
     57extern void gas_cgen_save_fixups PARAMS ((int));
     58extern void gas_cgen_restore_fixups PARAMS ((int));
     59extern void gas_cgen_swap_fixups PARAMS ((int));
     60extern void gas_cgen_initialize_saved_fixups_array PARAMS ((void));
     61#define MAX_SAVED_FIXUP_CHAINS 50
    5962
    6063/* Add a register to the assembler's hash table.
     
    7881
    7982/* md_apply_fix3 handler */
    80 extern int gas_cgen_md_apply_fix3 PARAMS ((fixS *, valueT *, segT));
     83extern void gas_cgen_md_apply_fix3 PARAMS ((fixS *, valueT *, segT));
    8184
    8285/* tc_gen_reloc handler */
     
    9497                                  expressionS *));
    9598
     99extern void gas_cgen_md_operand PARAMS ((expressionS *));
     100
     101/* Perform any cgen specific initialisation for gas.  */
     102extern void gas_cgen_begin PARAMS ((void));
     103
    96104#endif /* GAS_CGEN_H */
Note: See TracChangeset for help on using the changeset viewer.