From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4340 invoked by alias); 16 Oct 2011 14:27:26 -0000 Received: (qmail 4319 invoked by uid 22791); 16 Oct 2011 14:27:26 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-vx0-f169.google.com (HELO mail-vx0-f169.google.com) (209.85.220.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 16 Oct 2011 14:27:13 +0000 Received: by vcbfk1 with SMTP id fk1so2438055vcb.0 for ; Sun, 16 Oct 2011 07:27:12 -0700 (PDT) Received: by 10.220.87.14 with SMTP id u14mr1206435vcl.39.1318775232150; Sun, 16 Oct 2011 07:27:12 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.92.83 with HTTP; Sun, 16 Oct 2011 07:26:51 -0700 (PDT) From: Ulrich Drepper Date: Sun, 16 Oct 2011 14:27:00 -0000 Message-ID: Subject: relative relocation handling To: libc-hacker@sourceware.org Content-Type: text/plain; charset=UTF-8 Mailing-List: contact libc-hacker-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sourceware.org X-SW-Source: 2011-10/txt/msg00001.txt.bz2 I just checked in a patch which fixes a problem with the relative relocation handling. I don't think anyone ever hit it, otherwise it would have been noticed. ld.so skipped over the number of relocations indicated in DT_RELCOUNT etc even for sections other than DT_REL/DT_RELA.