mirror of
https://github.com/bitwiseworks/gcc-os2.git
synced 2026-02-14 06:04:44 +00:00
add "mapsym.cmd" to the gcc distribution #44
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lerdmann on GitHub (Aug 7, 2024).
In order for the -Zsym switch to actually work, gcc is invoking the script "mapsym.cmd". However, that script is not part of the gcc distribution.
Obviously, that script was part of Odin, see also here:
http://trac.netlabs.org/libc/ticket/47
That ticket also has "mapsym.cmd" as an attachment, so it could be taken from there. I can confirm that that script still works.
@lerdmann commented on GitHub (Aug 7, 2024):
attachments-ticket-47.zip
Here is the script, inside the zip.
@SilvanScherrer commented on GitHub (Aug 7, 2024):
In the netlabs ticket nut mentions the mapsym.cmd has some IBM copyright. Is this still true? If yes I guess we still cant ship it