diff options
author | Timothy Wall <twall@alum.mit.edu> | 2000-02-08 19:06:00 +0000 |
---|---|---|
committer | Timothy Wall <twall@alum.mit.edu> | 2000-02-08 19:06:00 +0000 |
commit | 6dc19fc4d614ca0d241cace28ea999dcf9f2888f (patch) | |
tree | a8ce8600918b175eceb1584592c4bc1fd33132e1 /gas/read.h | |
parent | f15632584b5f2c0355fcc0f354da079b240aedf2 (diff) | |
download | gdb-6dc19fc4d614ca0d241cace28ea999dcf9f2888f.zip gdb-6dc19fc4d614ca0d241cace28ea999dcf9f2888f.tar.gz gdb-6dc19fc4d614ca0d241cace28ea999dcf9f2888f.tar.bz2 |
Remove redundant code for checking numbers with suffixes. Add
functionality to break out of assembler loops.
Diffstat (limited to 'gas/read.h')
-rw-r--r-- | gas/read.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -116,6 +116,8 @@ extern void stabs_generate_asm_file PARAMS ((void)); extern void stabs_generate_asm_lineno PARAMS ((void)); extern void stabs_generate_asm_func PARAMS ((const char *, const char *)); extern void stabs_generate_asm_endfunc PARAMS ((const char *, const char *)); +extern void do_repeat PARAMS((int,const char *,const char *)); +extern void end_repeat PARAMS((int)); extern void generate_lineno_debug PARAMS ((void)); |