add "mapsym.cmd" to the gcc distribution #44

Open
opened 2026-01-29 22:24:27 +00:00 by claunia · 2 comments
Owner

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.

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.
Author
Owner

@lerdmann commented on GitHub (Aug 7, 2024):

attachments-ticket-47.zip

Here is the script, inside the zip.

@lerdmann commented on GitHub (Aug 7, 2024): [attachments-ticket-47.zip](https://github.com/user-attachments/files/16519041/attachments-ticket-47.zip) Here is the script, inside the zip.
Author
Owner

@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

@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
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bitwiseworks/gcc-os2#44