Re: [PATCH 004/236] PHASE 1: Initial scaffolding commits

2014-08-18 Thread David Malcolm
On Tue, 2014-08-12 at 14:55 -0600, Jeff Law wrote:
 On 08/06/14 11:19, David Malcolm wrote:
  This commit is a placeholder for me when rebasing, to help organize the
  patch kit.
 
  /
  * rtx-classes-status.txt: New file
 OK.  For those who may be watching, patch #236 removes this file.
 
Thanks.

I've committed this to trunk as r214116; I took the liberty of updating
the header text in the file to better clarify the purpose of the file;
am attaching what I actually committed.

Index: ChangeLog
===
--- ChangeLog	(revision 214115)
+++ ChangeLog	(revision 214116)
@@ -1,3 +1,7 @@
+2014-08-18  David Malcolm  dmalc...@redhat.com
+
+* rtx-classes-status.txt: New file
+
 2014-08-18 Roman Gareev  gareevro...@gmail.com
 
 	* configure.ac: Eliminate ClooG installation dependency.
Index: rtx-classes-status.txt
===
--- rtx-classes-status.txt	(revision 0)
+++ rtx-classes-status.txt	(revision 214116)
@@ -0,0 +1,13 @@
+This file tracks the status of the merger of the
+Introduce rtx subclasses patches, and is slated for removal once all
+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 3: per-file commits within config subdirs: TODO
+Phase 4: removal of scaffolding: TODO
+Phase 5: additional rtx_def subclasses:TODO
+Phase 6: use extra rtx_def subclasses: TODO


Re: [PATCH 004/236] PHASE 1: Initial scaffolding commits

2014-08-12 Thread Jeff Law

On 08/06/14 11:19, David Malcolm wrote:

This commit is a placeholder for me when rebasing, to help organize the
patch kit.

/
* rtx-classes-status.txt: New file

OK.  For those who may be watching, patch #236 removes this file.

jeff



[PATCH 004/236] PHASE 1: Initial scaffolding commits

2014-08-06 Thread David Malcolm
This commit is a placeholder for me when rebasing, to help organize the
patch kit.

/
* rtx-classes-status.txt: New file
---
 rtx-classes-status.txt | 9 +
 1 file changed, 9 insertions(+)
 create mode 100644 rtx-classes-status.txt

diff --git a/rtx-classes-status.txt b/rtx-classes-status.txt
new file mode 100644
index 000..9971853
--- /dev/null
+++ b/rtx-classes-status.txt
@@ -0,0 +1,9 @@
+git rebase has a tendency to delete empty commits, so this dummy file
+exists to be modified by marker commits.
+
+Phase 1: initial scaffolding commits:IN PROGRESS
+Phase 2: per-file commits in main source dir:  TODO
+Phase 3: per-file commits within config subdirs: TODO
+Phase 4: removal of scaffolding: TODO
+Phase 5: additional rtx_def subclasses:TODO
+Phase 6: use extra rtx_def subclasses: TODO
-- 
1.8.5.3