]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/ChangeLog
gas/app.c don't throw away spaces before slash
authorAlan Modra <amodra@gmail.com>
Fri, 19 Mar 2021 03:54:05 +0000 (14:24 +1030)
committerAlan Modra <amodra@gmail.com>
Fri, 19 Mar 2021 09:42:30 +0000 (20:12 +1030)
commit826b97d42de2bf5162e34a690898598cb22332fb
tree312a37b8f60801fba575c0edbfcd592d2ede9207
parentfba7f7533c97d03d86f648a42375212c38980706
gas/app.c don't throw away spaces before slash

I don't know really why we should lose a space before a '/'.  Possibly
it would make sense if '/' started a comment, but otherwise no.

* app.c (do_scrub_chars): Don't lose spaces before a slash.
gas/ChangeLog
gas/app.c