aboutsummaryrefslogtreecommitdiff
path: root/gas/read.h
diff options
context:
space:
mode:
authorTimothy Wall <twall@alum.mit.edu>2000-02-08 19:06:00 +0000
committerTimothy Wall <twall@alum.mit.edu>2000-02-08 19:06:00 +0000
commit6dc19fc4d614ca0d241cace28ea999dcf9f2888f (patch)
treea8ce8600918b175eceb1584592c4bc1fd33132e1 /gas/read.h
parentf15632584b5f2c0355fcc0f354da079b240aedf2 (diff)
downloadgdb-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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/read.h b/gas/read.h
index 9d080bf..571b59b 100644
--- a/gas/read.h
+++ b/gas/read.h
@@ -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));