[D-runtime] [D-Programming-Language/druntime] 0e10e7: add SectionGroup
GitHub
noreply at github.com
Tue Mar 5 14:04:16 PST 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: 0e10e7e96c8a1d6c12bc45b143bab9364cd72755
https://github.com/D-Programming-Language/druntime/commit/0e10e7e96c8a1d6c12bc45b143bab9364cd72755
Author: Martin Nowak <code at dawg.eu>
Date: 2013-02-28 (Thu, 28 Feb 2013)
Changed paths:
M mak/MANIFEST
M mak/SRCS
M src/rt/dmain2.d
R src/rt/dso.d
M src/rt/memory_osx.d
M src/rt/minfo.d
A src/rt/sections.d
A src/rt/sections_freebsd.d
A src/rt/sections_linux.d
A src/rt/sections_osx.d
A src/rt/sections_solaris.d
A src/rt/sections_win32.d
A src/rt/sections_win64.d
Log Message:
-----------
add SectionGroup
- unify interface to platform specific section handling
- static executables have a single SectionGroup
- each shared library adds another SectionGroup
- use new DSO code for ModuleInfos
Commit: 3d20492c6eb6dc90c19b2feb4ea8347f92a8af1a
https://github.com/D-Programming-Language/druntime/commit/3d20492c6eb6dc90c19b2feb4ea8347f92a8af1a
Author: Martin Nowak <code at dawg.eu>
Date: 2013-02-28 (Thu, 28 Feb 2013)
Changed paths:
M src/rt/sections_linux.d
M src/rt/sections_osx.d
Log Message:
-----------
.minfo null pointers were fixed in dmd
- ELF D-Programming-Language/dmd/a1079c33960a85578fbac30c8afee7af7b0b8684
- MachO D-Programming-Language/dmd/42e7fb144e2ec10964564673c78c91b1dad012d9
Commit: b171e99e9e687b78c6662e13654c507e4e0c133f
https://github.com/D-Programming-Language/druntime/commit/b171e99e9e687b78c6662e13654c507e4e0c133f
Author: Alex Rønne Petersen <alex at alexrp.com>
Date: 2013-03-05 (Tue, 05 Mar 2013)
Changed paths:
M mak/MANIFEST
M mak/SRCS
M src/rt/dmain2.d
R src/rt/dso.d
M src/rt/memory_osx.d
M src/rt/minfo.d
A src/rt/sections.d
A src/rt/sections_freebsd.d
A src/rt/sections_linux.d
A src/rt/sections_osx.d
A src/rt/sections_solaris.d
A src/rt/sections_win32.d
A src/rt/sections_win64.d
Log Message:
-----------
Merge pull request #424 from dawgfoto/SectionGroup
add SectionGroup
Compare: https://github.com/D-Programming-Language/druntime/compare/a0c385bdff5b...b171e99e9e68
More information about the D-runtime
mailing list