Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Modra <modra@gmail.com>2011-02-25 10:48:51 +0300
committerAlan Modra <modra@gmail.com>2011-02-25 10:48:51 +0300
commite338fc02fb253463338114b8b673d0f50da88e6e (patch)
treeeee967aa7ac7cc2ba20f1a077b4701e78bdfbfb0 /include/elf/ChangeLog
parentcf601851e0693390e9eb55d95f1e4f0161cd0051 (diff)
PR 12519
* internal.h (ELF_SECTION_IN_SEGMENT_1): Don't match zero size sections at start or end of PT_DYNAMIC.
Diffstat (limited to 'include/elf/ChangeLog')
-rw-r--r--include/elf/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index d178b641b..399344d3c 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -1,3 +1,9 @@
+2011-02-25 Alan Modra <amodra@gmail.com>
+
+ PR 12519
+ * internal.h (ELF_SECTION_IN_SEGMENT_1): Don't match zero size
+ sections at start or end of PT_DYNAMIC.
+
2011-01-10 Nathan Sidwell <nathan@codesourcery.com>
Glauber de Oliveira Costa <glommer@gmail.com>