diff options
author | Nick Clifton <nickc@redhat.com> | 2001-10-12 08:56:17 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-10-12 08:56:17 +0000 |
commit | 7f28ab9dc7011dbaffb3d2566598ead9ebc7226f (patch) | |
tree | 9e73c03e3754e0413105885474caed47727973ee /gas/read.h | |
parent | 65bf64b30a1fe883eeb46927c1294a66b73af529 (diff) | |
download | gdb-7f28ab9dc7011dbaffb3d2566598ead9ebc7226f.zip gdb-7f28ab9dc7011dbaffb3d2566598ead9ebc7226f.tar.gz gdb-7f28ab9dc7011dbaffb3d2566598ead9ebc7226f.tar.bz2 |
Generate warning message if .endr is used without preceeding .rept/.irc/.irp
Diffstat (limited to 'gas/read.h')
-rw-r--r-- | gas/read.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -139,6 +139,7 @@ extern void s_align_bytes PARAMS ((int arg)); extern void s_align_ptwo PARAMS ((int)); extern void s_app_file PARAMS ((int)); extern void s_app_line PARAMS ((int)); +extern void s_bad_endr PARAMS ((int)); extern void s_comm PARAMS ((int)); extern void s_data PARAMS ((int)); extern void s_desc PARAMS ((int)); |