Re: Fwd: [Bug debug/65779] [5/6 Regression] undefined local symbol on powerpc [regression]

2016-01-24 Thread Nick Withers
This is supposedly resolved ( https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65779#c16 ) in https://gcc.gnu.org/viewcvs?rev=232558&root=gcc&view=rev and included in the latest GCC 6 20160124 snapshot (at r232780). I didn't seem to run into the issue building tests for powerpc

Re: [PATCH v3] score: Fix simple timecounter support

2016-01-24 Thread Sebastian Huber
On 22/01/16 19:20, Marcos Díaz wrote: Ok, I'm testing this, but I'm having one problem: When I compile my example for testing the timer, I ran out of ROM memory... for 42456 bytes This commit is from the trunk? because the last time we tested in 4.11 it worked OK, and that seems a lot of spa

Re: [rtems commit] Merge branch 'master' of ssh://dispatch.rtems.org/data/git/ rtems

2016-01-24 Thread Gedare Bloom
yes, the pull creates the merge message if it is not ffwd. On Sun, Jan 24, 2016 at 4:55 PM, Chris Johns wrote: > On 25/01/2016 08:51, Joel Sherrill wrote: >> >> >> Joel, I think git log should contain the message so it might pay to >> check what you have before you push. >> >> >> I am not

[PATCH] Fix RTEMS Tools source symlink generation.

2016-01-24 Thread Patrick Gauvin
When rsb_released was not 0, a build failure would occur. Updates #2495. --- rtems/config/tools/rtems-tools-common-1.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rtems/config/tools/rtems-tools-common-1.cfg b/rtems/config/tools/rtems-tools-common-1.cfg index 60aa5c1..

Re: [PATCH] Fix RTEMS Tools source symlink generation.

2016-01-24 Thread Patrick Gauvin
This patch is against the 4.11 branch, I will send the patch for master in a few minutes. On Sun, Jan 24, 2016 at 7:07 PM, Patrick Gauvin wrote: > Updates #2495. > --- > rtems/config/tools/rtems-tools-common-1.cfg | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/rtems/c

[PATCH] Fix RTEMS Tools source symlink generation.

2016-01-24 Thread Patrick Gauvin
Updates #2495. --- rtems/config/tools/rtems-tools-common-1.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rtems/config/tools/rtems-tools-common-1.cfg b/rtems/config/tools/rtems-tools-common-1.cfg index 0de16ba..eecd121 100644 --- a/rtems/config/tools/rtems-tools-common-

Re: [PATCH] source-builder/config/qemu-1-1.cfg: Add --disable-smartcard-nss

2016-01-24 Thread Joel Sherrill
On Sun, Jan 24, 2016 at 3:54 PM, Chris Johns wrote: > On 25/01/2016 08:48, Joel Sherrill wrote: > >> >> Master and 4.11? >> >> > Both, with a ticket for 4.11. > > Gocha. I think I filed a ticket against 4.11 before I sent the patch. :) > Thanks > Chris >

Re: [rtems commit] Merge branch 'master' of ssh://dispatch.rtems.org/data/git/ rtems

2016-01-24 Thread Chris Johns
On 25/01/2016 08:51, Joel Sherrill wrote: Joel, I think git log should contain the message so it might pay to check what you have before you push. I am not sure what would be in the log in this situation that I would be looking for. The merge message? I did not think a push merged a

Re: [PATCH] source-builder/config/qemu-1-1.cfg: Add --disable-smartcard-nss

2016-01-24 Thread Chris Johns
On 25/01/2016 08:48, Joel Sherrill wrote: Master and 4.11? Both, with a ticket for 4.11. Thanks Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: [PATCH] source-builder/config/qemu-1-1.cfg: Add --disable-smartcard-nss

2016-01-24 Thread Joel Sherrill
On Sun, Jan 24, 2016 at 3:44 PM, Chris Johns wrote: > On 25/01/2016 06:25, Joel Sherrill wrote: > >> closes #2547. >> --- >> source-builder/config/qemu-1-1.cfg |1 + >> 1 files changed, 1 insertions(+), 0 deletions(-) >> >> diff --git a/source-builder/config/qemu-1-1.cfg >> b/source-builde

Re: [PATCH] source-builder/config/qemu-1-1.cfg: Add --disable-smartcard-nss

2016-01-24 Thread Chris Johns
On 25/01/2016 06:25, Joel Sherrill wrote: closes #2547. --- source-builder/config/qemu-1-1.cfg |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/source-builder/config/qemu-1-1.cfg b/source-builder/config/qemu-1-1.cfg index cbf14fb..8be7ea4 100644 --- a/source-builder/co

Re: [rtems commit] Merge branch 'master' of ssh://dispatch.rtems.org/data/git/ rtems

2016-01-24 Thread Chris Johns
On 25/01/2016 07:34, Gedare Bloom wrote: see sebastians previous email about setting the default behavior for pull. when you git-pull, it either says 'fast forward' or 'merge'. ffwd is what you want. merge is what causes the merge-commit msg. you should always be doing 'git pull --rebase' for rt

Re: [rtems commit] Merge branch 'master' of ssh://dispatch.rtems.org/data/git/ rtems

2016-01-24 Thread Gedare Bloom
see sebastians previous email about setting the default behavior for pull. when you git-pull, it either says 'fast forward' or 'merge'. ffwd is what you want. merge is what causes the merge-commit msg. you should always be doing 'git pull --rebase' for rtems On Sun, Jan 24, 2016 at 1:02 PM, Joel

[PATCH] source-builder/config/qemu-1-1.cfg: Add --disable-smartcard-nss

2016-01-24 Thread Joel Sherrill
closes #2547. --- source-builder/config/qemu-1-1.cfg |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/source-builder/config/qemu-1-1.cfg b/source-builder/config/qemu-1-1.cfg index cbf14fb..8be7ea4 100644 --- a/source-builder/config/qemu-1-1.cfg +++ b/source-builder/config/

Re: Fwd: [rtems commit] Merge branch 'master' of ssh://dispatch.rtems.org/data/git/ rtems

2016-01-24 Thread Joel Sherrill
I saw that and checked it was empty. I am not sure how to know it is going to happen before it does. All I did was git pull upstream master git push and I was pretty sure I was on master at the time. If I am reading the message right, it even looks like I did that. What is going wrong? --joe

[PATCH] m68k/mvme*: switch to shared linkcmds.base

2016-01-24 Thread Joel Sherrill
updates #2542. --- c/src/lib/libbsp/m68k/mvme147/startup/linkcmds | 195 ++ c/src/lib/libbsp/m68k/mvme147s/startup/linkcmds | 197 ++ c/src/lib/libbsp/m68k/mvme162/startup/linkcmds | 206 ++-- c/src/lib/libbsp/m68k/mvme167/startup/linkc

Fwd: [rtems commit] Merge branch 'master' of ssh://dispatch.rtems.org/data/git/ rtems

2016-01-24 Thread Gedare Bloom
Again? well this one looks empty at any rate. -- Forwarded message -- From: Joel Sherrill Date: Sun, Jan 24, 2016 at 12:09 PM Subject: [rtems commit] Merge branch 'master' of ssh://dispatch.rtems.org/data/git/ rtems To: v...@rtems.org Module:rtems Branch:master Commit: