diff options
author | Alan Modra <amodra@gmail.com> | 2000-07-28 05:05:20 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-07-28 05:05:20 +0000 |
commit | 4c400d5ea7c935bd544aa6998c3faa896b2d1cef (patch) | |
tree | d358c0d2129f8be865d4eefdc58fb5807fb16556 /gas/app.c | |
parent | 0aa529cb6b6141b8c231c99b2692d1bdc628a775 (diff) | |
download | gdb-4c400d5ea7c935bd544aa6998c3faa896b2d1cef.zip gdb-4c400d5ea7c935bd544aa6998c3faa896b2d1cef.tar.gz gdb-4c400d5ea7c935bd544aa6998c3faa896b2d1cef.tar.bz2 |
comment-finding hack for hppa-linux.
Diffstat (limited to 'gas/app.c')
-rw-r--r-- | gas/app.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 (); |