Module Name: src Committed By: christos Date: Fri Jan 27 23:36:04 UTC 2023
Modified Files: src/external/gpl3/binutils/dist/gas: app.c Log Message: When trying to scrub characters in a macro to convert: # 123 "foo.c" 1 -> .linefile 123"foo.c"1 check if there is space first. Otherwise give up. On the vax it was trying to scrub: # 2672 "foo.c" 1 emul %r2,%r0,$0,%r4 # 0 "" 2 and ended up with an incomplete string: .linefile 2672"foo.c"1 emul %r2,%r0,$0,%r4 . And then when the assembler tried to parse the next line after the emul barfed with unknown pseudo-op . To generate a diff of this commit: cvs rdiff -u -r1.1.1.9 -r1.2 src/external/gpl3/binutils/dist/gas/app.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.