diff options
-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 |