<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_external_elfutils, branch n-iot-preview-2</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>Merge "Merge upstream 0.165 SHA '203f0a3'"</title>
<updated>2016-01-25T23:12:17+00:00</updated>
<author>
<name>Chih-hung Hsieh</name>
<email>chh@google.com</email>
</author>
<published>2016-01-25T23:12:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_elfutils/commit/?id=1e94954a025b335a2e43fc901e08824faa8d9801'/>
<id>1e94954a025b335a2e43fc901e08824faa8d9801</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge upstream 0.165 SHA '203f0a3'</title>
<updated>2016-01-25T19:25:11+00:00</updated>
<author>
<name>Chih-Hung Hsieh</name>
<email>chh@google.com</email>
</author>
<published>2016-01-25T18:12:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_elfutils/commit/?id=3ad5c39aed9ad8b3847015a8349053b7a1ac094f'/>
<id>3ad5c39aed9ad8b3847015a8349053b7a1ac094f</id>
<content type='text'>
* git merge 203f0a3
* See all upstream changes since the previous merge
  in branch aosp/upstream-master:
    git diff 9d1e236..203f0a3
* Android relevant upstream changes:
  * Version number changed from 0.164 to 0.165
  * libelf now depends on zlib
* Changed version number in generated files:
    version.h, config.h
* No change to generated files:
    libdw/known-dwarf.h
* Updated libelf/Android.mk:
  * added new source files:
     gelf_getchdr.c elf{32,64}_getchdr.c elf_compress.c
  * added LOCAL_STATIC_LIBRARIES := libz

Change-Id: Ieb306d84ffcaf680ad6e74da28fcc8efbf00592a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* git merge 203f0a3
* See all upstream changes since the previous merge
  in branch aosp/upstream-master:
    git diff 9d1e236..203f0a3
* Android relevant upstream changes:
  * Version number changed from 0.164 to 0.165
  * libelf now depends on zlib
* Changed version number in generated files:
    version.h, config.h
* No change to generated files:
    libdw/known-dwarf.h
* Updated libelf/Android.mk:
  * added new source files:
     gelf_getchdr.c elf{32,64}_getchdr.c elf_compress.c
  * added LOCAL_STATIC_LIBRARIES := libz

Change-Id: Ieb306d84ffcaf680ad6e74da28fcc8efbf00592a
</pre>
</div>
</content>
</entry>
<entry>
<title>Move nested functions in elf_compress.c and elf_strptr.c.</title>
<updated>2016-01-23T18:55:41+00:00</updated>
<author>
<name>Chih-Hung Hsieh</name>
<email>chh@google.com</email>
</author>
<published>2016-01-22T18:04:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_elfutils/commit/?id=203f0a3eec8c630c5183fb9984d66339c1ea3c31'/>
<id>203f0a3eec8c630c5183fb9984d66339c1ea3c31</id>
<content type='text'>
* elf_compress.c (__libelf_compress): do_deflate_cleanup
* elf_strptr.c (elf_strptr): get_zdata

Signed-off-by: Chih-Hung Hsieh &lt;chh@google.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* elf_compress.c (__libelf_compress): do_deflate_cleanup
* elf_strptr.c (elf_strptr): get_zdata

Signed-off-by: Chih-Hung Hsieh &lt;chh@google.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: Skip dwfl-bug-fd-leak test if dwfl_linux_proc_report is unsupported.</title>
<updated>2016-01-18T14:24:27+00:00</updated>
<author>
<name>Mark Wielaard</name>
<email>mjw@redhat.com</email>
</author>
<published>2016-01-13T22:06:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_elfutils/commit/?id=0cd02dcafcfdaff56f483f41c0ec45de756c7083'/>
<id>0cd02dcafcfdaff56f483f41c0ec45de756c7083</id>
<content type='text'>
Signed-off-by: Mark Wielaard &lt;mjw@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Mark Wielaard &lt;mjw@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>elflint: Recognize ELFOSABI_FREEBSD which Debian kFreeBSD uses.</title>
<updated>2016-01-18T14:24:27+00:00</updated>
<author>
<name>Mark Wielaard</name>
<email>mjw@redhat.com</email>
</author>
<published>2016-01-13T21:57:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_elfutils/commit/?id=624e3cb81d436282fa9f6ce4fa63203bad236057'/>
<id>624e3cb81d436282fa9f6ce4fa63203bad236057</id>
<content type='text'>
Signed-off-by: Mark Wielaard &lt;mjw@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Mark Wielaard &lt;mjw@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: Guard linux specific header includes with ifdef __linux__.</title>
<updated>2016-01-18T14:24:27+00:00</updated>
<author>
<name>Mark Wielaard</name>
<email>mjw@redhat.com</email>
</author>
<published>2016-01-13T21:49:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_elfutils/commit/?id=d460773dd4fdeb98d9271f741e0a54f05ced876d'/>
<id>d460773dd4fdeb98d9271f741e0a54f05ced876d</id>
<content type='text'>
Signed-off-by: Mark Wielaard &lt;mjw@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Mark Wielaard &lt;mjw@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>configure: clarify zlib error message</title>
<updated>2016-01-14T22:57:05+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2016-01-14T18:46:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_elfutils/commit/?id=2d703bf188cf434255854d8e3c077f2fac55d623'/>
<id>2d703bf188cf434255854d8e3c077f2fac55d623</id>
<content type='text'>
Also drop the spurious quotes.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also drop the spurious quotes.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gitignore: update</title>
<updated>2016-01-14T22:56:58+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2016-01-14T18:46:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_elfutils/commit/?id=7f036dd381506ef9f8422210d74cf38868413d3c'/>
<id>7f036dd381506ef9f8422210d74cf38868413d3c</id>
<content type='text'>
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libelf: Add ELF compression types and defines to libelf.h for older glibc.</title>
<updated>2016-01-14T13:26:22+00:00</updated>
<author>
<name>Mark Wielaard</name>
<email>mjw@redhat.com</email>
</author>
<published>2016-01-13T16:16:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_elfutils/commit/?id=344ca0775da729e1bfdd61bb88ba4c64befece07'/>
<id>344ca0775da729e1bfdd61bb88ba4c64befece07</id>
<content type='text'>
Older glibc elf.h might not define the new ELF compression defines and
types. If not just define them in libelf.h directly to make the libelf
headers work on older glibc systems.

Also include a testcase to check the libelf headers build against the
system elf.h.

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=810885

Signed-off-by: Mark Wielaard &lt;mjw@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Older glibc elf.h might not define the new ELF compression defines and
types. If not just define them in libelf.h directly to make the libelf
headers work on older glibc systems.

Also include a testcase to check the libelf headers build against the
system elf.h.

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=810885

Signed-off-by: Mark Wielaard &lt;mjw@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Regenerate .po files.</title>
<updated>2016-01-11T10:11:44+00:00</updated>
<author>
<name>Mark Wielaard</name>
<email>mjw@redhat.com</email>
</author>
<published>2016-01-11T10:11:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_elfutils/commit/?id=9b4bce40709611875754cf4931eb91d394042122'/>
<id>9b4bce40709611875754cf4931eb91d394042122</id>
<content type='text'>
Signed-off-by: Mark Wielaard &lt;mjw@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Mark Wielaard &lt;mjw@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
