CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/10/03 13:40:38
Modified files:
gnu/gcc/gcc/config/m88k: m88k.md
Log message:
In pseudo-assembly statements, %L implies a trailing %., so constructs using
%L%. are wrong.
The fact that this never caused any assembler complaints hints that the two
occurrences of this wrong construct are never hit - and in fact, commenting
them out entirely does not appear to change anything in generated code.
