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
: 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
.
---
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
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.
> >> |
> >> ./../../
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.
>>
>
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
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
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