mbox

[0/2] *** Armv7 patches ***

Message ID cover.1367926493.git.christian.braunersorensen@prevas.dk
State Not Applicable
Headers show

Pull-request

git://gitorious.org/~cbs/oe-lite/cbss-core pandaboard-fix

Message

christian.braunersorensen@prevas.dk May 7, 2013, 11:37 a.m. UTC
From: Christian Sørensen <christian.braunersorensen@prevas.dk>

Backporting solutions from newer gcc, to these old versions in order to fix bugs before upcoming multimedia 3.1.0 release
The following changes since commit c7d17b502f355ff69acc2ae430fb3728dbb57140:

  Release 3.2.0 (2012-11-01 20:59:03 +0100)

are available in the git repository at:

  git://gitorious.org/~cbs/oe-lite/cbss-core pandaboard-fix
  http://gitorious.org/~cbs/oe-lite/cbss-core/commits/pandaboard-fix

Christian Sørensen (2):
  gcc: Add fix for pandaboard in order to solve #442
  gcc: Add movt fix patch for gcc 1.13.2.

 recipes/crosstool-ng/gcc-1.13/armv7-movt-fix.patch |  11 ++
 recipes/crosstool-ng/gcc/pandaboard-thumb.patch    | 134 +++++++++++++++++++++
 recipes/crosstool-ng/gcc_1.13.2.oe                 |   6 +
 3 files changed, 151 insertions(+)
 create mode 100644 recipes/crosstool-ng/gcc-1.13/armv7-movt-fix.patch
 create mode 100644 recipes/crosstool-ng/gcc/pandaboard-thumb.patch

Comments

Esben Haabendal May 8, 2013, 12:17 p.m. UTC | #1
<christian.braunersorensen@prevas.dk> writes:

> Backporting solutions from newer gcc, to these old versions in order to fix bugs before upcoming multimedia 3.1.0 release
>
> Christian Sørensen (2):
>   gcc: Add fix for pandaboard in order to solve #442
>   gcc: Add movt fix patch for gcc 1.13.2.

The first has already been merged, and is included in the 3.3.0 release.

The second commit was to late, but will be merged to master and the 3.3
branch (for inclusion in bugfix release 3.3.1).

Will you rebase the second commit to the master branch, and thus
crosstool-NG 1.17.0?  I assume we need to fix both 1.13.2 and 1.17.0.

Also, you really should send this to the crossgcc mailinglist so it can
be merged into crosstool-NG.

/Esben
christian.braunersorensen@prevas.dk Aug. 27, 2013, 11:57 a.m. UTC | #2
Hi

Regarding the second (the movt fix), will it be merged to master anytime soon ?:)

/Christian
Esben Haabendal Oct. 15, 2013, 1:31 p.m. UTC | #3
Christian Bräuner Sørensen <Christian.BraunerSorensen@prevas.dk> writes:

> Regarding the second (the movt fix), will it be merged to master
> anytime soon ?:)

Hi

I was waiting for you to backport it to 1.17.0 ;-)

I have now backported the second commit to 1.17.0, and pushed that to
master.  So armv7 support should be working there.

Also, I have merged both fixes, for both ct-NG 1.13.2 and 1.17.0 to both
3.3 and 3.4 branches.

I hope that should cover it.

/Esben