Redesign data structures, make basic reladd work.
[centaur.git] / src / options.c
index 198f01baa5bd6cbfd8037179d4f21caa1345b38b..b5018d3dec2a9259d9722ae69bedb2046ddbcf1b 100644 (file)
@@ -19,16 +19,16 @@ static void printUsage(char *progname)
 //          "      --print-segments           Print program headers\n"
 //          "      --print-sections           Print sections\n"
 //          "\n"
-          "Space insertion:\n"
-          "    off: File offset, not within any structure (headers or sections).\n"
-          "    sz:  A multiple of the maximum alignment of all PHDRs.\n"
-          "\n"
-          "      --expand-nobits off        Expand virtual areas (NOBITS sections and similar PHDRs).\n"
-          "      --insert-before off,sz     Insert spacing at given offset,\n"
-          "                                 mapping everything before it to lower mem addresses.\n"
-          "      --insert-after  off,sz     Insert spacing at given offset,\n"
-          "                                 mapping everything after it to higher mem addresses.\n"
-          "\n"
+//          "Space insertion:\n"
+//          "    off: File offset, not within any structure (headers or sections).\n"
+//          "    sz:  A multiple of the maximum alignment of all PHDRs.\n"
+//          "\n"
+//          "      --expand-nobits off        Expand virtual areas (NOBITS sections and similar PHDRs).\n"
+//          "      --insert-before off,sz     Insert spacing at given offset,\n"
+//          "                                 mapping everything before it to lower mem addresses.\n"
+//          "      --insert-after  off,sz     Insert spacing at given offset,\n"
+//          "                                 mapping everything after it to higher mem addresses.\n"
+//          "\n"
           "High-level insertion:\n"
           "      --reladd        obj.o      Automatically insert object file contents\n"
           "\n");