[parrot/parrot] a02a07: pbc_to_exe: do not link -s as --strip/-s is ld spe...

GitHub noreply at github.com
Wed Nov 28 21:18:18 UTC 2012


  Branch: refs/heads/rurban/gh870-pmc_class
  Home:   https://github.com/parrot/parrot
  Commit: a02a07e14a1c25565283dc3e9a1250a4487d4339
      https://github.com/parrot/parrot/commit/a02a07e14a1c25565283dc3e9a1250a4487d4339
  Author: Reini Urban <rurban at cpanel.net>
  Date:   2012-11-28 (Wed, 28 Nov 2012)

  Changed paths:
    M tools/dev/pbc_to_exe.winxed

  Log Message:
  -----------
  pbc_to_exe: do not link -s as --strip/-s is ld specific, deprecated and breaks debugging

strip should rather be done later at installation.


  Commit: f019621fb706892a104abc17441b01fd187d50dc
      https://github.com/parrot/parrot/commit/f019621fb706892a104abc17441b01fd187d50dc
  Author: Reini Urban <rurban at cpanel.net>
  Date:   2012-11-28 (Wed, 28 Nov 2012)

  Changed paths:
    M lib/Parrot/Pmc2c/Library.pm
    M lib/Parrot/Pmc2c/PMC.pm

  Log Message:
  -----------
  [GH #870] library loaders only load Parrot_lib_$name_load

darwin detected a problem with multiple exports of dynpmc_class_Foo symbols.
We cannot provide duplicate object code to load dynpmc groups.
The group calls the seperate Parrot_lib_$name_load funcs, which by them export the
dynpmc_class_$name symbols.


Compare: https://github.com/parrot/parrot/compare/93827057dace...f019621fb706


More information about the parrot-commits mailing list