]> git.sur5r.net Git - cc65/commit
Avoid unintended file "shadowing".
authorOliver Schmidt <ol.sc@web.de>
Thu, 4 Apr 2019 07:16:59 +0000 (09:16 +0200)
committerOliver Schmidt <ol.sc@web.de>
Thu, 4 Apr 2019 07:16:59 +0000 (09:16 +0200)
commitfc6a63a15e431b53a993ad285598536f0485bb7f
tree7483f8469b88c834c5dda3a3abaab94fa1844d9e
parentdcbe03f23bebea52a239e8355f2c4b3a71bb6574
Avoid unintended file "shadowing".

https://github.com/cc65/cc65/commit/3d8c3a494801e106e33fa7dcc4fd3daedad1b98a caused an unintended "shadowing" of files in /libsrc/runtime by files in /libsrc/common. Therefore the files in question are renamed (again) in /libsrc/common to make the files in /libsrc/runtime "visible" again.
14 files changed:
libsrc/common/_idiv32by16r16.s [new file with mode: 0644]
libsrc/common/_imul16x16r32.s [new file with mode: 0644]
libsrc/common/_imul8x8r16.s [new file with mode: 0644]
libsrc/common/_udiv32by16r16.s [new file with mode: 0644]
libsrc/common/_umul16x16r32.s [new file with mode: 0644]
libsrc/common/_umul16x8r32.s [new file with mode: 0644]
libsrc/common/_umul8x8r16.s [new file with mode: 0644]
libsrc/common/idiv32by16r16.s [deleted file]
libsrc/common/imul16x16r32.s [deleted file]
libsrc/common/imul8x8r16.s [deleted file]
libsrc/common/udiv32by16r16.s [deleted file]
libsrc/common/umul16x16r32.s [deleted file]
libsrc/common/umul16x8r32.s [deleted file]
libsrc/common/umul8x8r16.s [deleted file]