wafsamba: Ignore some more symbols when checking for dupes.
authorJelmer Vernooij <jelmer@samba.org>
Thu, 11 Oct 2012 12:39:50 +0000 (14:39 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Thu, 11 Oct 2012 13:21:31 +0000 (15:21 +0200)
buildtools/wafsamba/symbols.py

index 13d84b9a41201d438647925c32031064b00c6c01..daa18b95cdc698c2af6a99766128b56d0d83731f 100644 (file)
@@ -569,7 +569,7 @@ def symbols_whyneeded(task):
 
 def report_duplicate(bld, binname, sym, libs, fail_on_error):
     '''report duplicated symbols'''
-    if sym in ['_init', '_fini']:
+    if sym in ['_init', '_fini', '_edata', '_end', '__bss_start']:
         return
     libnames = []
     for lib in libs: