This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: [PATCH 4/6] [ARC] Define LINK_GCC_C_SEQUENCE_SPEC.


Done. Thank you for your review,
Claudiu
________________________________________
From: Andrew Burgess [andrew.burgess@embecosm.com]
Sent: Tuesday, June 12, 2018 9:32 PM
To: Claudiu Zissulescu
Cc: gcc-patches@gcc.gnu.org; Francois.Bedard@synopsys.com; claziss@synopsys.comq; claziss
Subject: Re: [PATCH 4/6] [ARC] Define LINK_GCC_C_SEQUENCE_SPEC.

* Claudiu Zissulescu <claziss@gmail.com> [2018-05-21 13:18:37 +0300]:

> From: claziss <claziss@synopsys.com>
>
> If no specs file is provided, default to nosys library.
>
> Ok to apply?

Looks good.

Thanks,
Andrew


> Claudiu
>
> gcc/
> 2017-05-03  Claudiu Zissulescu  <claziss@synopsys.com>
>
>       * config/arc/elf.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
> ---
>  gcc/config/arc/elf.h | 5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/gcc/config/arc/elf.h b/gcc/config/arc/elf.h
> index 43ced3b720f..66ee5b698ea 100644
> --- a/gcc/config/arc/elf.h
> +++ b/gcc/config/arc/elf.h
> @@ -73,3 +73,8 @@ along with GCC; see the file COPYING3.  If not see
>
>  #undef TARGET_ASM_FILE_END
>  #define TARGET_ASM_FILE_END arc_file_end
> +
> +/* If no specs file is enforced, default to nosys libarary.  */
> +#undef LINK_GCC_C_SEQUENCE_SPEC
> +#define LINK_GCC_C_SEQUENCE_SPEC                             \
> +  "--start-group %G %{!specs=*:-lc -lnosys} --end-group"
> --
> 2.14.3
>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]