<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_external_elfutils/libelf, branch jb-mr1-dev</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_elfutils/'/>
<entry>
<title>Remove obsolete LOCAL_MODULE_TAGS</title>
<updated>2012-07-21T22:28:29+00:00</updated>
<author>
<name>Joe Onorato</name>
<email>joeo@google.com</email>
</author>
<published>2012-07-12T02:39:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_elfutils/commit/?id=0fe6c9214fa332851471e7883017b93c8a65f4bd'/>
<id>0fe6c9214fa332851471e7883017b93c8a65f4bd</id>
<content type='text'>
Change-Id: I470d538a7b5b73bd493ff9df1e8c97f21a985efb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I470d538a7b5b73bd493ff9df1e8c97f21a985efb
</pre>
</div>
</content>
</entry>
<entry>
<title>Build target libraries for eng builds.</title>
<updated>2012-03-30T23:22:20+00:00</updated>
<author>
<name>Ben Cheng</name>
<email>bccheng@google.com</email>
</author>
<published>2012-03-30T23:22:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_elfutils/commit/?id=65a81b28950a6cf604aaa85b4695490a6be8e92a'/>
<id>65a81b28950a6cf604aaa85b4695490a6be8e92a</id>
<content type='text'>
So that perf is available by default.

Change-Id: I1109dd25e6e54c3f4c40cdf56255ed165b66085f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So that perf is available by default.

Change-Id: I1109dd25e6e54c3f4c40cdf56255ed165b66085f
</pre>
</div>
</content>
</entry>
<entry>
<title>Add new build rules and associated fixes needed by perf.</title>
<updated>2012-03-21T19:12:35+00:00</updated>
<author>
<name>Ben Cheng</name>
<email>bccheng@google.com</email>
</author>
<published>2012-03-16T22:37:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_elfutils/commit/?id=fac061ffdea9dc61a3b7c53cb85a44594a4354ba'/>
<id>fac061ffdea9dc61a3b7c53cb85a44594a4354ba</id>
<content type='text'>
New static libraries (host and target): libelf, libebl, libdw, and libdwfl
Cleaned up off_t, loff_t, and off64_t usage.

Change-Id: Ic567dce0591aad3c9c61f4054b2e1948b0865d64
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
New static libraries (host and target): libelf, libebl, libdw, and libdwfl
Cleaned up off_t, loff_t, and off64_t usage.

Change-Id: Ic567dce0591aad3c9c61f4054b2e1948b0865d64
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade elfutils from version 0.97 to 0.138</title>
<updated>2012-03-09T01:00:54+00:00</updated>
<author>
<name>Ben Cheng</name>
<email>bccheng@google.com</email>
</author>
<published>2012-03-08T07:04:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_elfutils/commit/?id=cc6695e2684ce93cdf8bd2da63d55d2cf49ff076'/>
<id>cc6695e2684ce93cdf8bd2da63d55d2cf49ff076</id>
<content type='text'>
This upgrade is in preparation for adding perf to the Android tree, where
perf needs newer version of elfutils.

This particular snapshot also cleans up the current makefile where only
the host version of libelf.a (needed by elftree). Additional build
targets for libebl.a, libebl_arm.a, and libebl_sh.a are eliminated since
they are not used in the tree at all.

Changes that build other target modules and associated modifications to
work with bionic will be added later.

Change-Id: Ifa808ba5ad2881ccb2c0cf44d134931faad801e1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This upgrade is in preparation for adding perf to the Android tree, where
perf needs newer version of elfutils.

This particular snapshot also cleans up the current makefile where only
the host version of libelf.a (needed by elftree). Additional build
targets for libebl.a, libebl_arm.a, and libebl_sh.a are eliminated since
they are not used in the tree at all.

Changes that build other target modules and associated modifications to
work with bionic will be added later.

Change-Id: Ifa808ba5ad2881ccb2c0cf44d134931faad801e1
</pre>
</div>
</content>
</entry>
<entry>
<title>1. Removed commented include of &lt;endian.h&gt;</title>
<updated>2009-03-29T15:55:34+00:00</updated>
<author>
<name>Alexey Tarasov</name>
<email>tarasov@dodologics.com</email>
</author>
<published>2008-11-07T01:17:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_elfutils/commit/?id=076abacc918b7a6f0e3a8cc50b71c87c2ba8d469'/>
<id>076abacc918b7a6f0e3a8cc50b71c87c2ba8d469</id>
<content type='text'>
2. added config-compat-freebsd.h and updated makefile to include it
   while compilation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2. added config-compat-freebsd.h and updated makefile to include it
   while compilation.
</pre>
</div>
</content>
</entry>
<entry>
<title>auto import from //depot/cupcake/@135843</title>
<updated>2009-03-04T03:29:28+00:00</updated>
<author>
<name>The Android Open Source Project</name>
<email>initial-contribution@android.com</email>
</author>
<published>2009-03-04T03:29:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_elfutils/commit/?id=441f72d43a9b550baa779fc82f70816da5f74f0e'/>
<id>441f72d43a9b550baa779fc82f70816da5f74f0e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>auto import from //depot/cupcake/@135843</title>
<updated>2009-03-04T02:28:22+00:00</updated>
<author>
<name>The Android Open Source Project</name>
<email>initial-contribution@android.com</email>
</author>
<published>2009-03-04T02:28:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_elfutils/commit/?id=7a80622f69812ca3262d2027c07a4ed0c0242945'/>
<id>7a80622f69812ca3262d2027c07a4ed0c0242945</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial Contribution</title>
<updated>2008-10-21T14:00:00+00:00</updated>
<author>
<name>The Android Open Source Project</name>
<email>initial-contribution@android.com</email>
</author>
<published>2008-10-21T14:00:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_elfutils/commit/?id=593c365a822e505dae3aaa4d8d66eca333911624'/>
<id>593c365a822e505dae3aaa4d8d66eca333911624</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
