summaryrefslogtreecommitdiff
path: root/open_issues/binutils.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2012-06-07 12:22:44 +0200
committerThomas Schwinge <thomas@codesourcery.com>2012-06-07 12:22:44 +0200
commit771b908b6bd5f80894eb94137ff051e993945beb (patch)
tree0508b80e2bc30564f88c634396a09423ca0fb974 /open_issues/binutils.mdwn
parentf8b74a459589812defcc298a5093cfc18670f503 (diff)
open_issues/binutils: fd4e30c5155b436eb3e0334ca844e890c050b2a4 (2012-06-07; 2012-05-04)
Diffstat (limited to 'open_issues/binutils.mdwn')
-rw-r--r--open_issues/binutils.mdwn23
1 files changed, 17 insertions, 6 deletions
diff --git a/open_issues/binutils.mdwn b/open_issues/binutils.mdwn
index 6be690d8..fe365322 100644
--- a/open_issues/binutils.mdwn
+++ b/open_issues/binutils.mdwn
@@ -35,19 +35,20 @@ though, as explained below.
git checkout reviewed
git log --reverse --pretty=fuller --stat=$COLUMNS,$COLUMNS -p -C --cc ..sourceware/master
-i
-/^commit |^---$|hurd|linux
+/^commit |^---$|hurd|linux|nacl
-->
-Last reviewed up to the [[Git mirror's 6de66ef60a39ab2cdacf801dae0110f36a76537c
-(2012-02-15) sources|source_repositories/binutils]].
+Last reviewed up to the [[Git mirror's 71804f70c046aa674d243ac093ba83805d434cd3
+(2012-05-04) sources|source_repositories/binutils]].
* Globally
- * a.out, COFF, PE image support and 64 bit support are not interesting.
+ * a.out (such as `ld/emulparams/i386linux.sh`, `ld/emultempl/linux.em`,
+ etc.), COFF, PE image support and 64-bit support are not interesting.
* In the testsuites, `.exp` and `.d` files very likely should not only
- care for `*-*-linux*`, but also `*-*-gnu*`. (If the need to be
+ care for `*-*-linux*`, but also `*-*-gnu*`. (If they need to be
conditionalized like this at all.)
* `bfd/`
@@ -113,11 +114,15 @@ Last reviewed up to the [[Git mirror's 6de66ef60a39ab2cdacf801dae0110f36a76537c
Compare to `i[3-7]86-*-linux-*`, but don't need a.out (`i386linux`)
and 64 bit support.
+ * `nacl`, de662f7c24d628b652704a6fbad26c9e3e7e23e5, in
+ `binutils/testsuite/binutils-all/i386/i386.exp` removes `x86_64-*-linux*`
+ case?
+
# Build
Here's a log of a binutils build run; this is from our [[Git repository's
-f42a507c8b1e79cec0e755249e9fb5c2e012fe83 (2012-02-15)
+fd4e30c5155b436eb3e0334ca844e890c050b2a4 (2012-06-07; 2012-05-04)
sources|source_repositories/binutils]], run on kepler.SCHWINGE and
coulomb.SCHWINGE.
@@ -133,6 +138,12 @@ harmonized.
This takes up around 120 MiB, and needs roughly 4 min on kepler.SCHWINGE and
15 min on coulomb.SCHWINGE.
+<!--
+
+ $ (make && touch .go-install) 2>&1 | tee log_build_ && test -f .go-install && (make install && touch .go-check) 2>&1 | tee log_install && test -f .go-check && make -k check 2>&1 | tee log_check
+
+-->
+
## Analysis