aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Malcolm <dmalcolm@redhat.com>2014-08-21 15:08:47 +0000
committerDavid Malcolm <dmalcolm@gcc.gnu.org>2014-08-21 15:08:47 +0000
commit00550b3dc7c459551cdf634c46a83b8c1b007f49 (patch)
treeae6e57713150ef3c5a937598f6b48726434dd2ba
parentbba2490b5f78020a30391a6b37fb07710a32580e (diff)
downloadgcc-00550b3dc7c459551cdf634c46a83b8c1b007f49.zip
gcc-00550b3dc7c459551cdf634c46a83b8c1b007f49.tar.gz
gcc-00550b3dc7c459551cdf634c46a83b8c1b007f49.tar.bz2
PHASE 2: Per-file commits in main source directory
/ 2014-08-21 David Malcolm <dmalcolm@redhat.com> * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin phase 2 (per-file commits in main source dir). From-SVN: r214276
-rw-r--r--ChangeLog5
-rw-r--r--rtx-classes-status.txt4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d70f12..05d3ae9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-08-21 David Malcolm <dmalcolm@redhat.com>
+
+ * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
+ phase 2 (per-file commits in main source dir).
+
2014-08-21 Bin Cheng <bin.cheng@arm.com>
* configure: Regenerated.
diff --git a/rtx-classes-status.txt b/rtx-classes-status.txt
index 50daeac..8df8be8 100644
--- a/rtx-classes-status.txt
+++ b/rtx-classes-status.txt
@@ -5,8 +5,8 @@ are merged.
See https://gcc.gnu.org/ml/gcc-patches/2014-08/msg00498.html for more
information.
-Phase 1: initial "scaffolding" commits: IN PROGRESS
-Phase 2: per-file commits in main source dir: TODO
+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 4: removal of "scaffolding": TODO
Phase 5: additional rtx_def subclasses: TODO