Re: [PATCH v2] x86_64/gcc: Add gcc patch for LIB_SPEC (rtems.h in gcc)

2018-05-07 Thread Chris Johns
On 08/05/2018 03:58, Joel Sherrill wrote: > On Mon, May 7, 2018 at 12:16 PM, Amaan Cheval > wrote: > > I'm not quite sure how GCC's releases work; it seems like GCC 8.1 has > already been released: >

Re: [PATCH v2] x86_64/gcc: Add gcc patch for LIB_SPEC (rtems.h in gcc)

2018-05-07 Thread Joel Sherrill
On Mon, May 7, 2018 at 12:16 PM, Amaan Cheval wrote: > I'm not quite sure how GCC's releases work; it seems like GCC 8.1 has > already been released: > https://gcc.gnu.org/releases.html > https://ftp.gnu.org/gnu/gcc/gcc-8.1.0/ > > However, the "gcc-7-branch" is still

Re: [PATCH v2] x86_64/gcc: Add gcc patch for LIB_SPEC (rtems.h in gcc)

2018-05-07 Thread Amaan Cheval
I'm not quite sure how GCC's releases work; it seems like GCC 8.1 has already been released: https://gcc.gnu.org/releases.html https://ftp.gnu.org/gnu/gcc/gcc-8.1.0/ However, the "gcc-7-branch" is still being pushed to: https://gcc.gnu.org/git/?p=gcc.git;a=shortlog;h=refs/heads/gcc-7-branch What

Re: [PATCH v2] x86_64/gcc: Add gcc patch for LIB_SPEC (rtems.h in gcc)

2018-05-07 Thread Joel Sherrill
On Mon, May 7, 2018 at 11:56 AM, Amaan Cheval wrote: > Thanks a ton! I'll likely make the corresponding RSB patch to backport > this to GCC 7.3 tomorrow for Chris to review :) > If need be, we can address pushing it to open gcc branches. I didn't see it as critical as

Re: [PATCH v2] x86_64/gcc: Add gcc patch for LIB_SPEC (rtems.h in gcc)

2018-05-07 Thread Amaan Cheval
Thanks a ton! I'll likely make the corresponding RSB patch to backport this to GCC 7.3 tomorrow for Chris to review :) On Mon, May 7, 2018 at 10:03 PM, Joel Sherrill wrote: > > > On Fri, May 4, 2018 at 4:25 PM, Joel Sherrill wrote: >> >> >> >> On Fri, May 4, 2018

Re: [PATCH v2] x86_64/gcc: Add gcc patch for LIB_SPEC (rtems.h in gcc)

2018-05-07 Thread Joel Sherrill
On Fri, May 4, 2018 at 4:25 PM, Joel Sherrill wrote: > > > On Fri, May 4, 2018 at 4:58 AM, Amaan Cheval > wrote: > >> On Fri, May 4, 2018 at 7:54 AM Joel Sherrill wrote: >> >> > I am now confused. Do I need to get a patch into GCC? >> >>

Re: [PATCH v2] x86_64/gcc: Add gcc patch for LIB_SPEC (rtems.h in gcc)

2018-05-04 Thread Amaan Cheval
Sure thing. Have a nice weekend! On Sat, May 5, 2018, 2:55 AM Joel Sherrill wrote: > > > On Fri, May 4, 2018 at 4:58 AM, Amaan Cheval > wrote: > >> On Fri, May 4, 2018 at 7:54 AM Joel Sherrill wrote: >> >> > I am now confused. Do I need

Re: [PATCH v2] x86_64/gcc: Add gcc patch for LIB_SPEC (rtems.h in gcc)

2018-05-04 Thread Joel Sherrill
On Fri, May 4, 2018 at 4:58 AM, Amaan Cheval wrote: > On Fri, May 4, 2018 at 7:54 AM Joel Sherrill wrote: > > > I am now confused. Do I need to get a patch into GCC? > > Hey! > > Sorry about the confusion. Technically the answer is yes, but it's >

Re: [PATCH v2] x86_64/gcc: Add gcc patch for LIB_SPEC (rtems.h in gcc)

2018-05-04 Thread Amaan Cheval
On Fri, May 4, 2018 at 7:54 AM Joel Sherrill wrote: > I am now confused. Do I need to get a patch into GCC? Hey! Sorry about the confusion. Technically the answer is yes, but it's unrelated to _this_ patch. To clear things up: - [DONE] You already committed a previous patch

Re: [PATCH v2] x86_64/gcc: Add gcc patch for LIB_SPEC (rtems.h in gcc)

2018-05-03 Thread Chris Johns
On 04/05/2018 12:24, Joel Sherrill wrote: > I am now confused. Do I need to get a patch into GCC?  My understanding is the patch is in gcc so no. The RSB fetches it from a gcc git repo. Chris ___ devel mailing list devel@rtems.org

Re: [PATCH v2] x86_64/gcc: Add gcc patch for LIB_SPEC (rtems.h in gcc)

2018-05-03 Thread Joel Sherrill
I am now confused. Do I need to get a patch into GCC? On Thu, May 3, 2018, 8:38 PM Chris Johns wrote: > On 07/04/2018 08:35, Amaan Cheval wrote: > > Adds -qnolinkcmds, -qrtems, and defaults to pass to linker, for > > gcc targeting x86_64. > > Pushed, thank you. > > Chris >

Re: [PATCH v2] x86_64/gcc: Add gcc patch for LIB_SPEC (rtems.h in gcc)

2018-05-03 Thread Chris Johns
On 07/04/2018 08:35, Amaan Cheval wrote: > Adds -qnolinkcmds, -qrtems, and defaults to pass to linker, for > gcc targeting x86_64. Pushed, thank you. Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

[PATCH v2] x86_64/gcc: Add gcc patch for LIB_SPEC (rtems.h in gcc)

2018-04-07 Thread Amaan Cheval
Adds -qnolinkcmds, -qrtems, and defaults to pass to linker, for gcc targeting x86_64. Corresponding gcc commit: https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=602fa1e9d3ea5e87d4d6e17e3e91fc2647e42da3 --- rtems/config/5/rtems-x86_64.bset | 7 +++ 1 file changed, 7 insertions(+) diff --git