Add tools

This commit is contained in:
2024-12-16 20:57:17 -08:00
parent fbb975674f
commit 3207a2c7ee
3678 changed files with 2074383 additions and 0 deletions

View File

@ -0,0 +1,26 @@
This is the file .../info/dir, which contains the
topmost node of the Info hierarchy, called (dir)Top.
The first time you invoke Info you start off looking at this node.

File: dir, Node: Top This is the top of the INFO tree
This (the Directory node) gives a menu of major topics.
Typing "q" exits, "H" lists all Info commands, "d" returns here,
"h" gives a primer for first-timers,
"mEmacs<Return>" visits the Emacs manual, etc.
In Emacs, you can click mouse button 2 on a menu item or cross reference
to select it.
* Menu:
Software development
* g++: (gcc). The GNU C++ compiler.
* gcc: (gcc). The GNU Compiler Collection.
* gccint: (gccint). Internals of the GNU Compiler Collection.
* gcov-dump: (gcc) Gcov-dump. 'gcov-dump'--an offline gcda and gcno profile
dump tool.
* gcov-tool: (gcc) Gcov-tool. 'gcov-tool'--an offline gcda profile
processing program.
* gcov: (gcc) Gcov. 'gcov'--a test coverage program.
* lto-dump: (gcc) lto-dump. 'lto-dump'--Tool for dumping LTO object files.