diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2014-01-07 19:36:17 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2014-01-07 19:36:17 +0100 |
commit | b74208fa2805380ffff9923ed7c6af108f85406f (patch) | |
tree | 61ab176fc1cb89d391b061d682cc2fa6cfda35ab /open_issues | |
parent | a85d048037914db6abf85d4936e7010d571cb5dd (diff) |
open_issues/binutils: a0a1bb07cb2c03b7d34f12e734c6f363ddb7c7b2 (2013-11-12)
Diffstat (limited to 'open_issues')
-rw-r--r-- | open_issues/binutils.mdwn | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/open_issues/binutils.mdwn b/open_issues/binutils.mdwn index 8362ce4d..627dcb4b 100644 --- a/open_issues/binutils.mdwn +++ b/open_issues/binutils.mdwn @@ -33,14 +33,14 @@ though, as explained below. <!-- git checkout reviewed -git diff --patience --stat=$COLUMNS,$COLUMNS --patch --src-prefix=./ --dst-prefix=./ --find-renames --ignore-space-change ..sourceware/master | awk '/^diff/ { c = $0; } /^@@/ { print c; } { print; }' | less +git diff --patience --stat=$COLUMNS,$COLUMNS --patch --src-prefix=./ --dst-prefix=./ --find-renames --ignore-space-change ..sourceware/master | awk '/^diff/ { c = " " $0; } /^@@/ { print c; } { print; }' | less -i /^---.*/([^.]*|.*\.texi.*|[^/]*gnu[^/]*)$|hurd|linux|nacl|nptl|glibc|gs: --> -Last reviewed up to the [[Git mirror's d2a61dc33b01c56f5153c1ddea7b1fb8f304f20d -(2013-06-18) sources|source_repositories/binutils]]. +Last reviewed up to the [[Git mirror's a0a1bb07cb2c03b7d34f12e734c6f363ddb7c7b2 +(2013-11-12) sources|source_repositories/binutils]]. * Globally @@ -128,7 +128,7 @@ Last reviewed up to the [[Git mirror's d2a61dc33b01c56f5153c1ddea7b1fb8f304f20d Here's a log of a binutils build run; this is from our [[Git repository|source_repositories/binutils]]'s `tschwinge/Paul_Desmond` branch, -commit d2a61dc33b01c56f5153c1ddea7b1fb8f304f20d (2013-06-18), run on +commit a0a1bb07cb2c03b7d34f12e734c6f363ddb7c7b2 (2013-11-12), run on kepler.SCHWINGE and coulomb.SCHWINGE. $ export LC_ALL=C |