From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 37100 invoked by alias); 26 Feb 2018 16:35:51 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 36942 invoked by uid 89); 26 Feb 2018 16:35:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=Linkedin, Competitive, UD:It, competitive X-HELO: mail-vk0-f65.google.com Received: from mail-vk0-f65.google.com (HELO mail-vk0-f65.google.com) (209.85.213.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 26 Feb 2018 16:35:49 +0000 Received: by mail-vk0-f65.google.com with SMTP id u200so10230557vke.4 for ; Mon, 26 Feb 2018 08:35:49 -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=O0LDEdtDntb3aV81rM8du4683O0JpORQ/rEHQuE+eC0=; b=RX4FMu/Z5sEnr7WbVumnPksjlZPNdNgOiCngj9uF+epEFB2jl9GnUubjULa6OIiDZy DuEEu+G2JdXMQIVNhVJStg7ZDVKmY+8kn8EoSjVtxT5g0sUptaSt+fK4JYe+jQAIdQc4 eUX+rTZG1M7UHOzI5Jz6BakhnsPVljH9+4kdgjXE+BXgtrtMVTjkO5ybuaKkITz+xGAM zZ+gaO+h3hWXJuxznSl/vCCvLPIIonWUojBVoZ30QUXQTl/YdnwzFFiqQo63cZLFnm8t vNnk7Wsg6tZMOp21Xu+RwZrjMVDYC6Rw8GZz9Qo5JhnV/XEao9qtYyP+/9oZuyMeZHa0 C19g== X-Gm-Message-State: APf1xPBk7ZwrpSBGu4X0Td2rvg7Ys+hFn5sgHsV7QqO0dMlBc/hen2cU jX7YSHUT0D5fdZZ+tegx7e/gV0YQs505pLkJlMxwpcX3 X-Google-Smtp-Source: AG47ELsFrQWEIqCalaLEs84Qu1eNDTvGfroxaV6SHoXzyTkZiQujKLd44rkHsuDwSziaWAxNwPDDR5HIbUe4ig9wopQ= X-Received: by 10.31.156.71 with SMTP id f68mr5642326vke.129.1519662947239; Mon, 26 Feb 2018 08:35:47 -0800 (PST) MIME-Version: 1.0 Received: by 10.176.2.241 with HTTP; Mon, 26 Feb 2018 08:35:46 -0800 (PST) From: Dushyant Pratap Singh Date: Mon, 26 Feb 2018 16:35:00 -0000 Message-ID: Subject: GSoC To: gcc@gcc.gnu.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-SW-Source: 2018-02/txt/msg00201.txt.bz2 Hello GCC community, My name is Dushyant and I am interested in Gsoc at GCC .I am pursuing Integrated B.Tech (Computer Science) and M.Tech (software engineering) from Gautam Buddha University, India. Currently I am in 4th year of the programme. I have experience in Competitive Programming (primary language C++) and have won and participated in many of the Algorithmic & Data Structures competitions. Here is my Linkedin: https://www.linkedin.com/in/dushyant-pratap-singh-044658128/ I have taken a course on Compiler Design in my last semester in which i scored A+ grade. Project that i am most interested in is Textual Representation of LTO Object Files. In my compiler lab I learned about the Compilation process how the preproccessed files (.i file) ,assembly code (.s file) ,object code (.o file) and finally executable file(a.out) were generated (as they were temporary files they needed an extra GCC flag -save-temps to store "temporary files" permanently) using gcc =E2=80=93Wall =E2=80=93save-temps = prog1.c =E2=80=93o prog1 =2E I have started to investigate on converting binary files to human readable forms.It would be great if someone could explain how to get started with the process. Regards Dushyant Pratap Singh