summaryrefslogtreecommitdiff
path: root/gas/app.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2000-07-28 05:05:20 +0000
committerAlan Modra <amodra@bigpond.net.au>2000-07-28 05:05:20 +0000
commit0ce12c9d2df4c9e8fdd343dbf7e6c89951be33d3 (patch)
tree7cbad37f20770d78584c0fd7003d4cc238b685d9 /gas/app.c
parent939183f895c356d413382099c255e8c071025f3e (diff)
downloadbinutils-redhat-0ce12c9d2df4c9e8fdd343dbf7e6c89951be33d3.tar.gz
comment-finding hack for hppa-linux.
Diffstat (limited to 'gas/app.c')
-rw-r--r--gas/app.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/app.c b/gas/app.c
index 09c795cd28..915b1badb1 100644
--- a/gas/app.c
+++ b/gas/app.c
@@ -1171,6 +1171,10 @@ do_scrub_chars (get, tostart, tolen)
if ((symver_state != NULL) && (*symver_state == 0))
goto de_fault;
#endif
+#ifdef WARN_COMMENTS
+ if (!found_comment)
+ as_where (&found_comment_file, &found_comment);
+#endif
do
{
ch = GET ();