[PATCH] libgcc: Include stdlib.h for abort() on mingw32

2024-01-30 Thread Khem Raj
libgcc/ * config/i386/enable-execute-stack-mingw32.c: Include stdlib.h for abort() definition. Signed-off-by: Khem Raj --- libgcc/config/i386/enable-execute-stack-mingw32.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libgcc/config/i386/enable-execute-stack-mingw32.c b

[PATCH] gcc: armv4: pass fix-v4bx to linker to support EABI.

2023-04-06 Thread Khem Raj via Gcc-patches
: Khem Raj Signed-off-by: Yash Shinde --- gcc/config/arm/linux-eabi.h | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) --- gcc/config/arm/linux-eabi.h | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/config/arm/linux-eabi.h b/gcc/config/arm/linux-eabi.h index

[PATCH] Cpp: honor sysroot location

2023-03-01 Thread Khem Raj via Gcc-patches
. --- gcc/cp/lang-specs.h | 2 +- gcc/gcc.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Signed-off-by: Khem Raj Signed-off-by: Yash Shinde > --- gcc/cp/lang-specs.h | 2 +- gcc/gcc.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc

Re: [PATCH v2] elf.c: initialize struct stat

2019-04-08 Thread Khem Raj
On Mon, Apr 8, 2019 at 6:47 PM Yu, Mingli wrote: > > > > On 2019年04月08日 22:21, Jeff Law wrote: > > On 4/8/19 12:34 AM, mingli...@windriver.com wrote: > >> From: Mingli Yu > >> > >> Initialize struct stat to fix the below > >> build failure when -Og included in compiler flag. > >> | > >> ./../../

Re: [PATCH] opts-global.c: Include gimple.h for LAST_AND_UNUSED_GIMPLE_CODE.

2016-04-21 Thread Khem Raj
On Thu, Apr 21, 2016 at 3:33 AM, Alexander Monakov wrote: > On Wed, 20 Apr 2016, Khem Raj wrote: > >> gcc/: >> 2016-04-16 Khem Raj >> >> * opts-global.c: Include gimple.h for LAST_AND_UNUSED_GIMPLE_CODE. >> >> Fixes build errors e.g. >> >

[PATCH] opts-global.c: Include gimple.h for LAST_AND_UNUSED_GIMPLE_CODE.

2016-04-20 Thread Khem Raj
gcc/: 2016-04-16 Khem Raj * opts-global.c: Include gimple.h for LAST_AND_UNUSED_GIMPLE_CODE. Fixes build errors e.g. | ../../../../../../../work-shared/gcc-6.0.0-r0/git/gcc/lto-streamer.h:159:34: error: 'LAST_AND_UNUSED_GIMPLE_CODE' was not declared in this scope |L

[PATCH] lto-streamer.h: Include gimple.h for LAST_AND_UNUSED_GIMPLE_CODE.

2016-04-16 Thread Khem Raj
gcc/: 2016-04-16 Khem Raj * lto-streamer.h: Include gimple.h for LAST_AND_UNUSED_GIMPLE_CODE. Fixes build errors e.g. | ../../../../../../../work-shared/gcc-6.0.0-r0/git/gcc/lto-streamer.h:159:34: error: 'LAST_AND_UNUSED_GIMPLE_CODE' was not declared in this scope |L

[PATCH] Fix parallel build

2012-03-01 Thread Khem Raj
When building in parallel (with -j8 here) install-gcc-ar sometimes wants to install file before the destination directory is created. 2012-02-29 Khem Raj * Makefile.in (install-gcc-ar): Add dependency on installdirs. --- gcc/Makefile.in |2 +- 1 files changed, 1 insertions(+), 1