<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/fpc.git/rtl/darwin, branch master</title>
<subtitle>svn.freepascal.org: svn/fpc
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/fpc.git/'/>
<entry>
<title>  * improved system unit dependencies</title>
<updated>2021-04-23T21:16:16+00:00</updated>
<author>
<name>florian</name>
<email>florian@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2021-04-23T21:16:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/fpc.git/commit/?id=1f14917378faf6214b3241600f290d79e4b278fb'/>
<id>1f14917378faf6214b3241600f290d79e4b278fb</id>
<content type='text'>
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@49251 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@49251 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title>  * regenerated with FreeBSD/AArch64 support</title>
<updated>2021-04-10T08:19:40+00:00</updated>
<author>
<name>jonas</name>
<email>jonas@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2021-04-10T08:19:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/fpc.git/commit/?id=faab385f28c8c2c66521dcb1be6ed9ccb0fd02ab'/>
<id>faab385f28c8c2c66521dcb1be6ed9ccb0fd02ab</id>
<content type='text'>
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@49159 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@49159 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title>  * regenerated</title>
<updated>2021-04-08T19:50:37+00:00</updated>
<author>
<name>jonas</name>
<email>jonas@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2021-04-08T19:50:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/fpc.git/commit/?id=f2c6399fb289d61af6f826d122514b847518da0b'/>
<id>f2c6399fb289d61af6f826d122514b847518da0b</id>
<content type='text'>
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@49141 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@49141 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title>  * Darwin support for printing line info for backtraces when using Dwarf,</title>
<updated>2021-04-08T19:50:34+00:00</updated>
<author>
<name>jonas</name>
<email>jonas@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2021-04-08T19:50:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/fpc.git/commit/?id=ae7da1201ebe80081e46c72754c5661dc707c08f'/>
<id>ae7da1201ebe80081e46c72754c5661dc707c08f</id>
<content type='text'>
    based on patches by Colin Western, mantis #38483)
   o requires that the program/library is compiled with -Xg (or that
     dsymutil is run on it after compiling), and that the .dSYM bundle
     is in the same directory as the program/library
   o always use the "dl" unit in exeinfo for Darwin, as that's needed for
     dynamic library support, and this does not cause an extra dependency
     since on Darwin we always use libc
   o cleaned up the exeinfo unit for Darwin, and sped it up by using mmap
     instead of small reads
   o fixed unit dependencies for exeinfo, lineinfo and lnfodwarf in Darwin
     RTL Makefile
  * use the process address info from the original exe even when reading
    the debug information from an external file
  - removed outdated ifdef'd darwin code from dl.pp (no longer needed now
    that processaddress gets set correctly in exeinfo for that platform)

git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@49140 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    based on patches by Colin Western, mantis #38483)
   o requires that the program/library is compiled with -Xg (or that
     dsymutil is run on it after compiling), and that the .dSYM bundle
     is in the same directory as the program/library
   o always use the "dl" unit in exeinfo for Darwin, as that's needed for
     dynamic library support, and this does not cause an extra dependency
     since on Darwin we always use libc
   o cleaned up the exeinfo unit for Darwin, and sped it up by using mmap
     instead of small reads
   o fixed unit dependencies for exeinfo, lineinfo and lnfodwarf in Darwin
     RTL Makefile
  * use the process address info from the original exe even when reading
    the debug information from an external file
  - removed outdated ifdef'd darwin code from dl.pp (no longer needed now
    that processaddress gets set correctly in exeinfo for that platform)

git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@49140 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title>  * Makefiles regenerated</title>
<updated>2021-04-05T15:39:07+00:00</updated>
<author>
<name>florian</name>
<email>florian@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2021-04-05T15:39:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/fpc.git/commit/?id=e3f2bd1ac7270a5ffdea008743eba282151b232a'/>
<id>e3f2bd1ac7270a5ffdea008743eba282151b232a</id>
<content type='text'>
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@49124 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@49124 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title>  + lazarus project</title>
<updated>2021-04-04T14:54:56+00:00</updated>
<author>
<name>florian</name>
<email>florian@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2021-04-04T14:54:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/fpc.git/commit/?id=e170e957f40bbf151c8757141132eb60fd2b2d1f'/>
<id>e170e957f40bbf151c8757141132eb60fd2b2d1f</id>
<content type='text'>
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@49119 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@49119 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title> * patch from mantis 37205, add OS X sysctl constants</title>
<updated>2021-04-03T19:42:11+00:00</updated>
<author>
<name>marco</name>
<email>marco@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2021-04-03T19:42:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/fpc.git/commit/?id=de1dc0d3b58f97aeebe1ebdfca700d74e7bcea76'/>
<id>de1dc0d3b58f97aeebe1ebdfca700d74e7bcea76</id>
<content type='text'>
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@49115 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@49115 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title>* regenerated makefiles after sync with trunk</title>
<updated>2021-03-13T21:52:13+00:00</updated>
<author>
<name>nickysn</name>
<email>nickysn@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2021-03-13T21:52:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/fpc.git/commit/?id=947f1fbab48fb5e268866fef99a7e53111d777ab'/>
<id>947f1fbab48fb5e268866fef99a7e53111d777ab</id>
<content type='text'>
git-svn-id: https://svn.freepascal.org/svn/fpc/branches/wasm@48951 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.freepascal.org/svn/fpc/branches/wasm@48951 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title>* synchronized with trunk</title>
<updated>2021-03-13T21:47:24+00:00</updated>
<author>
<name>nickysn</name>
<email>nickysn@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2021-03-13T21:47:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/fpc.git/commit/?id=aed7424e21332198b9d11fa3ce1071a796a9e187'/>
<id>aed7424e21332198b9d11fa3ce1071a796a9e187</id>
<content type='text'>
git-svn-id: https://svn.freepascal.org/svn/fpc/branches/wasm@48949 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.freepascal.org/svn/fpc/branches/wasm@48949 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title> Update Makefile's after commits 48929/48930</title>
<updated>2021-03-12T13:23:41+00:00</updated>
<author>
<name>pierre</name>
<email>pierre@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2021-03-12T13:23:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/fpc.git/commit/?id=e7768064128ff589af356b39ae3b987add3e2e2c'/>
<id>e7768064128ff589af356b39ae3b987add3e2e2c</id>
<content type='text'>
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@48940 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@48940 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
</feed>
