Skip to content

Commit

Permalink
Patch cleanup
Browse files Browse the repository at this point in the history
No functional changes. Rebase to latest upstream trees.

Signed-off-by: Dimitar Dimitrov <dimitar@dinux.eu>
  • Loading branch information
Dimitar Dimitrov committed Jun 13, 2018
1 parent ed1c7a0 commit 31c046b
Show file tree
Hide file tree
Showing 40 changed files with 5,500 additions and 2,120 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ This is an unofficial GCC/Binutils port for the PRU I/O CPU core that is present

The release is ready for cautious usage. A simulator is used to execute the GCC C regression test suite. Results for this release are:

# of expected passes 91636
# of unexpected failures 71
# of unexpected successes 9
# of expected failures 206
# of unsupported tests 2960
# of expected passes 92180
# of unexpected failures 85
# of unexpected successes 2
# of expected failures 208
# of unsupported tests 2967

Results from the GCC ABI test suite:

Expand Down
6 changes: 3 additions & 3 deletions download-and-patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

# On which upstream commits to apply patches. I frequently rebase so
# expect these to be somewhat random.
GCC_BASECOMMIT=88636fce5a0da89f812e358241d1c7c06a03589a
BINUTILS_BASECOMMIT=0df8ad28f0f727fab3a696d6c98b9a8a77ee1024
NEWLIB_BASECOMMIT=67609efeb0bcb198463a952a6a214813794a9c2b
GCC_BASECOMMIT=9be943930cb0ee6edbdb873405293bdca650edc7
BINUTILS_BASECOMMIT=41fc26a2cbc1dc1d08da003d363b2b5821f62076
NEWLIB_BASECOMMIT=ebc9171ede5dac2e28ce2c83f8bc550693981394

# You can export your (local) repositories to speed up
# compilation.
Expand Down
1,074 changes: 813 additions & 261 deletions g++.sum

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions gcc-abi.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Test run by dinux on Sat May 5 01:00:28 2018
Test run by dinux on Tue Jun 12 13:35:39 2018
Target is pru-unknown-elf
Host is x86_64-pc-linux-gnu

Expand Down Expand Up @@ -765,5 +765,5 @@ UNSUPPORTED: gcc.dg/compat/vector-2b_main.c
# of unexpected failures 7
# of unresolved testcases 38
# of unsupported tests 18
/home/dinux/projects/pru/local-workspace/gcc-pru-build/gcc/xgcc version 9.0.0 20180426 (experimental) (GCC)
/home/dinux/projects/pru/local-workspace/gcc-pru-build/gcc/xgcc version 9.0.0 20180611 (experimental) (GCC)

789 changes: 674 additions & 115 deletions gcc.sum

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From b1e1d8aa073791fe01d998f2d76ae410888d511e Mon Sep 17 00:00:00 2001
From d912dd850c311d7d1fb29bfcb63a2211a2f41fbf Mon Sep 17 00:00:00 2001
From: Dimitar Dimitrov <dimitar@dinux.eu>
Date: Mon, 24 Oct 2016 22:37:01 +0300
Subject: [PATCH 08/13] PRU Simulator port
Subject: [PATCH 1/6] PRU Simulator port

The corresponding libgloss changes have not yet been mainlined.
The PRU patches are available here:
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From f63978cce6b370abd34fc31e8f3806e3e83546dd Mon Sep 17 00:00:00 2001
From a6f2e75fbb53b64121c5ba8aef88e845699d9d84 Mon Sep 17 00:00:00 2001
From: Dimitar Dimitrov <dimitar@dinux.eu>
Date: Tue, 6 Dec 2016 23:22:26 +0200
Subject: [PATCH 09/13] Add testsuite for the PRU simulator port
Subject: [PATCH 2/6] Add testsuite for the PRU simulator port

2017-02-19 Dimitar Dimitrov <dimitar@dinux.eu>

Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 8b75b5137634d5035f4e88771e67a3ded42e1cb9 Mon Sep 17 00:00:00 2001
From 67e834c484b7ba836b5b88d4a46929c8f43c5541 Mon Sep 17 00:00:00 2001
From: Dimitar Dimitrov <dimitar@dinux.eu>
Date: Sun, 15 Jun 2014 09:58:48 +0300
Subject: [PATCH 10/13] Fix silent failure in source command
Subject: [PATCH 3/6] Fix silent failure in source command

On a debian with dash as default shell the following error is silently ignored:
LIB_PATH='' /bin/bash ../../binutils-gdb/ld/genscripts.sh "../../binutils-gdb/ld" "/home/dinux/bin/pru-gcc/lib" "/home/dinux/bin/pru-gcc" "/home/dinux/bin/pru-gcc" x86_64-unknown-linux-gnu pru-unknown-none pru "pruelf" "/usr/local/lib /lib /usr/lib" no no pruelf "pru"
Expand Down
Loading

0 comments on commit 31c046b

Please sign in to comment.