Changeset 609 for branches/GNU/src/binutils/gas/cgen.h
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/gas/cgen.h
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r608 r609 54 54 extern void gas_cgen_init_parse PARAMS ((void)); 55 55 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. */ 57 extern void gas_cgen_save_fixups PARAMS ((int)); 58 extern void gas_cgen_restore_fixups PARAMS ((int)); 59 extern void gas_cgen_swap_fixups PARAMS ((int)); 60 extern void gas_cgen_initialize_saved_fixups_array PARAMS ((void)); 61 #define MAX_SAVED_FIXUP_CHAINS 50 59 62 60 63 /* Add a register to the assembler's hash table. … … 78 81 79 82 /* md_apply_fix3 handler */ 80 extern intgas_cgen_md_apply_fix3 PARAMS ((fixS *, valueT *, segT));83 extern void gas_cgen_md_apply_fix3 PARAMS ((fixS *, valueT *, segT)); 81 84 82 85 /* tc_gen_reloc handler */ … … 94 97 expressionS *)); 95 98 99 extern void gas_cgen_md_operand PARAMS ((expressionS *)); 100 101 /* Perform any cgen specific initialisation for gas. */ 102 extern void gas_cgen_begin PARAMS ((void)); 103 96 104 #endif /* GAS_CGEN_H */ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.