Re: [PATCH][WIP] dwarf2out: extend to output debug section directly to object file during debug_early phase

2023-10-23 Thread Rishi Raj
On Mon, 23 Oct 2023 at 18:18, Jan Hubicka wrote: > Hello, > thanks for the patch. > > Overall it looks in right direction except for the code duplication in > output_die and friends. > > +/* Given a die and id, produce the appropriate abbreviations > > + directly to lto object file */ > > + > >

Re: [PATCH][WIP] libiberty: Support for relocation output

2023-10-23 Thread Rishi Raj
On Mon, 23 Oct 2023 at 16:30, Jan Hubicka wrote: > > This patch teaches libiberty to output X86-64 Relocations. > Hello, > for actual patch submission you will need to add changelog :) > I know, right :). > > diff --git a/libiberty/simple-object-elf.c > b/libiberty/simple-object-elf.c > > index

[PATCH][WIP] libiberty: Support for relocation output

2023-10-22 Thread Rishi Raj
This patch teaches libiberty to output X86-64 Relocations. >From d3b2d168369e76a6fac2b3b3cbd591ccf22ea8ea Mon Sep 17 00:00:00 2001 From: Rishi Raj Date: Mon, 23 Oct 2023 06:22:44 +0530 Subject: [PATCH 1/3] Extended libiberty to output X86_64 relocations Signed-off-by: Rishi Raj --- incl

[PATCH] lto: bypass-asm: Fixed test(U*) used but never defined error.

2023-07-06 Thread Rishi Raj via Gcc-patches
>From 5151cf943987347edbc3707f08f0da8cd9f49f88 Mon Sep 17 00:00:00 2001 From: Rishi Raj Date: Fri, 7 Jul 2023 10:15:57 +0530 Subject: [PATCH] lto: Fixed test(U*) used but never defined error. This Patch fixes the error during bootstrapped build. Signed-off-by: Rishi Raj --- gcc/lto-object

[PATCH] lto: Bypass assembler when generating LTO object files. & libiberty: lto: Addition of .symtab in elf file.

2023-06-30 Thread Rishi Raj via Gcc-patches
. >From 46c766d242fd248abc49201cf6419735c8415a6f Mon Sep 17 00:00:00 2001 From: Rishi Raj Date: Sat, 1 Jul 2023 10:28:11 +0530 Subject: [PATCH 1/2] lto: Bypass assembler when generating LTO object files. This patch applies Jan Hubicka previous patch on current sources. Now the compiler

[COMMITTED] MAINTAINERS file: Added myself to Write After Approval and DCO

2023-06-30 Thread Rishi Raj via Gcc-patches
From 50cb9df7209125f9466336d23efdd4fbeda9c4d5 Mon Sep 17 00:00:00 2001 From: rsh-raj Date: Fri, 30 Jun 2023 16:04:48 +0530 Subject: [PATCH] MAINTAINERS file: Added myself to Write After Approval and DCO ChangeLog: 2023-06-30 Rishi Raj * MAINTAINERS: Added myself to Write After Approval