From 686baf3304ad518ed3bd249913ac0b385a16a949 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Mon, 22 Oct 2007 04:41:58 +0000 Subject: [PATCH] Add ChangeLog svn path=/trunk/; revision=382 --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index cf1f0a3a..003a3c87 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-10-22 Soren Sandmann + + * elfparser.c (read_table): Don't discard weak symbols. + + * elfparser.c (elf_parser_lookup_symbol): If the symbol has + unknown size, don't check that the address is in range. + 2007-10-21 Soren Sandmann * module/Makefile: Remove CFLAGS reminiscence of 2.4 support.