This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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 0000000..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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]