| Submitter | Denys Dmytriyenko |
|---|---|
| Date | Sept. 8, 2011, 8:27 p.m. |
| Message ID | <20110908202705.GA17405@edge> |
| Download | mbox |
| Permalink | /patch/11241/ |
| State | New, archived |
| Headers | show |
Pull-request
git://arago-project.org/git/people/denix/openembedded 2011.03-maintenanceComments
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sep 8, 2011, at 1:27 PM, Denys Dmytriyenko wrote: > Tom, > > Please pull the following commit for gcc-4.5 that fixes ICE on i586 and adds > new Linaro patches, one of which fixes crash in Qt browser when rendering > JavaScript pages. This commit is a direct cherry-pick from OE.dev. > > > Pull URL: git://arago-project.org/git/people/denix/openembedded.git > Branch: 2011.03-maintenance > Browse: http://arago-project.org/git/people/?p=denix/openembedded.git;a=shortlog;h=refs/heads/2011.03-maintenance > > Thanks, > Denys Dmytriyenko <denys@ti.com> Applied, thanks. - -- Tom -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.17 (Darwin) Comment: GPGTools - http://gpgtools.org iEYEARECAAYFAk5qfLwACgkQdZngf2G4WwOt9ACfbCh5uSTFYxY9PBTV9S9l2blE CCoAn0ba538gqBgXYdDqZ/jfXJ5bwuVV =O7vT -----END PGP SIGNATURE-----
Tom, Please pull the following commit for gcc-4.5 that fixes ICE on i586 and adds new Linaro patches, one of which fixes crash in Qt browser when rendering JavaScript pages. This commit is a direct cherry-pick from OE.dev. Pull URL: git://arago-project.org/git/people/denix/openembedded.git Branch: 2011.03-maintenance Browse: http://arago-project.org/git/people/?p=denix/openembedded.git;a=shortlog;h=refs/heads/2011.03-maintenance Thanks, Denys Dmytriyenko <denys@ti.com> --- The following changes since commit bc8ddbf7944f82383936d88379619aa46c3954a2: Steffen Sledz (1): binutils-2.18: fix checksums are available in the git repository at: git://arago-project.org/git/people/denix/openembedded 2011.03-maintenance Khem Raj (1): gcc-4.5: Fix ICE on i586 recipes/gcc/gcc-4.5.inc | 13 +- .../gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99350.patch | 184 -------------------- .../gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99351.patch | 20 +-- .../gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99352.patch | 11 +- .../gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99478.patch | 74 ++++++++ .../gcc-4.5-linaro-r99479.patch} | 42 ++--- .../gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99480.patch | 64 +++++++ .../gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99481.patch | 40 +++++ .../gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99482.patch | 84 +++++++++ .../gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99483.patch | 63 +++++++ recipes/gcc/gcc-4.5/more-epilogues.patch | 83 +++++++++ 11 files changed, 449 insertions(+), 229 deletions(-) delete mode 100644 recipes/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99350.patch create mode 100644 recipes/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99478.patch rename recipes/gcc/gcc-4.5/{tune-xscale-infinite-loop-PR45177.patch => linaro/gcc-4.5-linaro-r99479.patch} (68%) create mode 100644 recipes/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99480.patch create mode 100644 recipes/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99481.patch create mode 100644 recipes/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99482.patch create mode 100644 recipes/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99483.patch create mode 100644 recipes/gcc/gcc-4.5/more-epilogues.patch