From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32660 invoked by alias); 26 Feb 2018 07:56:33 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 32640 invoked by uid 89); 26 Feb 2018 07:56:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*c:alternative, kindly X-HELO: mail-wm0-f50.google.com Received: from mail-wm0-f50.google.com (HELO mail-wm0-f50.google.com) (74.125.82.50) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 26 Feb 2018 07:56:31 +0000 Received: by mail-wm0-f50.google.com with SMTP id t3so15543445wmc.2 for ; Sun, 25 Feb 2018 23:56:30 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=KGOtenRFnzv6OOMk3ulTxIYVdsdrXL5btjF5LpQOSX8=; b=pzAJsbp+IT86DECd+W524YFcB+wGIblTj3oA+0GXlVdgHlTfJUPxls5Pu9l+RtYQEg XukgZTD1QaZPEPO8BTys8XggCy1+8R+MO9m9aZwTXvB6O7CBot9e4D6p50f7UCpo/4PS Kwxhn7D3zivI/q1zYgJyl7lfV87+8jqlrZb0uQZrGKR9nRKEnvyyjkYIlBDHxzvPIoYx fcn0fPSwO6Stw5WrRkRU+V36Aca45HYxWfxezGlZAn38IkoVmVZjMO4JcCSsTUTOp+WK 47DmMvovbRIlOh8wX34dN4KvQRvyhKzDJJCP8b+ObwbrGhY5KMRTCPLDe0S08mjTdomi 8bDg== X-Gm-Message-State: APf1xPDbPCz9e6KRPHq21EAF4bBmRNI0EA2KQboOGPIzd022/Q/wCxlD 82Mw2/L9mfrh9hkQ37Giugym3uZ63lJMn/w+htMXRTpD X-Google-Smtp-Source: AG47ELtNl6JjspREK0UEn0mXr0mvDtyXS9y0mU/5LgFyBgSnUbl1seloOD42ZIPjxGHByxWnWgdaXYVeNj1UzpZCbtE= X-Received: by 10.28.232.16 with SMTP id f16mr8300911wmh.92.1519631788634; Sun, 25 Feb 2018 23:56:28 -0800 (PST) MIME-Version: 1.0 Received: by 10.223.178.66 with HTTP; Sun, 25 Feb 2018 23:56:28 -0800 (PST) From: Andrew Guirguis Date: Mon, 26 Feb 2018 07:56:00 -0000 Message-ID: Subject: [PATCH] [Microblaze]: PIC Data Text Relative To: gcc-patches@gcc.gnu.org, gdb-patches@sourceware.org, eager@eagercon.com, nmekala@xilinx.com Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2018-02/txt/msg00376.txt.bz2 Dears, Kindly find the patch bundle for Microblaze '-mpic-data-text-relative' feature at the following link: https://github.com/andrewsadek/microblaze-pic-data-text-rel/tree/pic_data_text_rel/PATCH%20BUNDLE Description of the feature: https://github.com/andrewsadek/microblaze-pic-data-text-rel/ blob/pic_data_text_rel/README.md Bundle includes: 1) Change logs for GCC, binutils 2) GCC Test results and comparison with the original. 3) New Test case (picdtr.c) 4) The Patches (against current heads) Thanks -- Andrew