Obfuscate the copyright text in gcc/m2/mc/mcOptions.mod
authorGaius Mulley <gaiusmod2@gmail.com>
Tue, 17 Jan 2023 15:39:59 +0000 (15:39 +0000)
committerGaius Mulley <gaiusmod2@gmail.com>
Tue, 17 Jan 2023 15:39:59 +0000 (15:39 +0000)
commit1fce7d29ebb47c805ad4d38b68e00f7b1178f467
treed72185346f3c72670fb1a3ade5400ea42d82cdf7
parentd74d84c623ea8ae394b28c26e6a9a946ff126c31
Obfuscate the copyright text in gcc/m2/mc/mcOptions.mod

Obfuscate the copyright text in gcc/m2/mc/mcOptions.mod so that the
year change script does not attempt to modify the text.  The year
is determined at runtime and therefore the text requires
no modification.  The middle printf (C) can be replaced by
a unicode character in the future.

gcc/m2/ChangeLog:

* mc-boot/GM2RTS.c: Rebuilt.
* mc-boot/GM2RTS.h: Rebuilt.
* mc-boot/Gdecl.c: Rebuilt.
* mc-boot/GmcOptions.c: Rebuilt.
* mc/mcOptions.mod (displayVersion):
Split first printf into three components

Signed-off-by: Gaius Mulley <gaiusmod2@gmail.com>
gcc/m2/mc-boot/GM2RTS.c
gcc/m2/mc-boot/GM2RTS.h
gcc/m2/mc-boot/Gdecl.c
gcc/m2/mc-boot/GmcOptions.c
gcc/m2/mc/mcOptions.mod