diff options
author | David Malcolm <dmalcolm@redhat.com> | 2014-08-23 01:02:46 +0000 |
---|---|---|
committer | David Malcolm <dmalcolm@gcc.gnu.org> | 2014-08-23 01:02:46 +0000 |
commit | 76c531d3ae2e74824e6f0c695a3dc4c5938940ee (patch) | |
tree | c37b581ad3922401d5179b736f0a9cd89aca4bdb | |
parent | 072928d7ffab3983e15fa024fb956f823ed4d385 (diff) | |
download | gcc-76c531d3ae2e74824e6f0c695a3dc4c5938940ee.zip gcc-76c531d3ae2e74824e6f0c695a3dc4c5938940ee.tar.gz gcc-76c531d3ae2e74824e6f0c695a3dc4c5938940ee.tar.bz2 |
PHASE 3: Per-config subdir commits
/
2014-08-23 David Malcolm <dmalcolm@redhat.com>
* rtx-classes-status.txt: Phase 2 (per-file commits in main source
dir) is done; begin phase 3 (per-file commits within "config"
subdirs).
From-SVN: r214394
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | rtx-classes-status.txt | 4 |
2 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,9 @@ +2014-08-23 David Malcolm <dmalcolm@redhat.com> + + * rtx-classes-status.txt: Phase 2 (per-file commits in main source + dir) is done; begin phase 3 (per-file commits within "config" + subdirs). + 2014-08-21 David Malcolm <dmalcolm@redhat.com> * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin diff --git a/rtx-classes-status.txt b/rtx-classes-status.txt index 8df8be8..91071ea 100644 --- a/rtx-classes-status.txt +++ b/rtx-classes-status.txt @@ -6,8 +6,8 @@ See https://gcc.gnu.org/ml/gcc-patches/2014-08/msg00498.html for more information. Phase 1: initial "scaffolding" commits: DONE -Phase 2: per-file commits in main source dir: IN PROGRESS -Phase 3: per-file commits within "config" subdirs: TODO +Phase 2: per-file commits in main source dir: DONE +Phase 3: per-file commits within "config" subdirs: IN PROGRESS Phase 4: removal of "scaffolding": TODO Phase 5: additional rtx_def subclasses: TODO Phase 6: use extra rtx_def subclasses: TODO |