[D-runtime] [D-Programming-Language/druntime] 9c07c0: druntime implementation for the new ELF registrati...
    GitHub 
    noreply at github.com
       
    Sat Feb 16 21:22:41 PST 2013
    
    
  
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime
  Commit: 9c07c0b5049114bd80275fbfddddb1ed7aac69d8
      https://github.com/D-Programming-Language/druntime/commit/9c07c0b5049114bd80275fbfddddb1ed7aac69d8
  Author: Martin Nowak <code at dawg.eu>
  Date:   2013-02-15 (Fri, 15 Feb 2013)
  Changed paths:
    M mak/MANIFEST
    M mak/SRCS
    A src/rt/dso.d
  Log Message:
  -----------
  druntime implementation for the new ELF registration
- Store information from self-registering libraries. The compiler
  provides ModuleInfos and EH tables.
  Commit: b6a3eeb8368d2c9fb9ea71ef7b63cfee8e9ba235
      https://github.com/D-Programming-Language/druntime/commit/b6a3eeb8368d2c9fb9ea71ef7b63cfee8e9ba235
  Author: Martin Nowak <code at dawg.eu>
  Date:   2013-02-15 (Fri, 15 Feb 2013)
  Changed paths:
    M src/rt/dmain2.d
    M src/rt/dso.d
  Log Message:
  -----------
  reference _d_dso_registry for weak-linkage
- because we're linking against archives the linker
  would never read the rt/dso.o object file
  Commit: c74fd3c74ded5f49e18f315d54a7200eefa46e24
      https://github.com/D-Programming-Language/druntime/commit/c74fd3c74ded5f49e18f315d54a7200eefa46e24
  Author: Alex Rønne Petersen <alex at alexrp.com>
  Date:   2013-02-16 (Sat, 16 Feb 2013)
  Changed paths:
    M mak/MANIFEST
    M mak/SRCS
    M src/rt/dmain2.d
    A src/rt/dso.d
  Log Message:
  -----------
  Merge pull request #397 from dawgfoto/SharedRuntime_2
druntime implementation for the new ELF registration
Compare: https://github.com/D-Programming-Language/druntime/compare/3ab1f13c7869...c74fd3c74ded
    
    
More information about the D-runtime
mailing list