summaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPino Toscano <toscano.pino@tiscali.it>2015-06-27 18:07:01 +0200
committerMark Wielaard <mjw@redhat.com>2015-06-27 22:58:14 +0200
commitaf29f77436f827d10ec9004120426cffd3401137 (patch)
treee70b92eacda45ee2c392d32eee5a7ed9ce5f7b01 /src/ChangeLog
parentc08079a076420f67742be98d060500965eb22340 (diff)
downloadandroid_external_elfutils-af29f77436f827d10ec9004120426cffd3401137.tar.gz
android_external_elfutils-af29f77436f827d10ec9004120426cffd3401137.tar.bz2
android_external_elfutils-af29f77436f827d10ec9004120426cffd3401137.zip
strings: Define MAP_POPULATE if not defined already
Currently it is available on Linux only, and it is more an hint. Signed-off-by: Pino Toscano <toscano.pino@tiscali.it>
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 50223a4f..632330c9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2015-06-27 Pino Toscano <toscano.pino@tiscali.it>
+
+ * src/strings.c: Define MAP_POPULATE if not defined already.
+
2015-06-27 Mark Wielaard <mjw@redhat.com>
* nm.c (show_symbols): First call elf_getdata, then allocate memory.