Home | History | Annotate | Download | only in info
      1 This is the file .../info/dir, which contains the
      2 topmost node of the Info hierarchy, called (dir)Top.
      3 The first time you invoke Info you start off looking at this node.
      4 
      5 File: dir,	Node: Top	This is the top of the INFO tree
      6 
      7   This (the Directory node) gives a menu of major topics.
      8   Typing "q" exits, "?" lists all Info commands, "d" returns here,
      9   "h" gives a primer for first-timers,
     10   "mEmacs<Return>" visits the Emacs manual, etc.
     11 
     12   In Emacs, you can click mouse button 2 on a menu item or cross reference
     13   to select it.
     14 
     15 * Menu:
     16 
     17 Miscellaneous
     18 * As: (as).                     The GNU assembler.
     19 * Bfd: (bfd).                   The Binary File Descriptor library.
     20 * Gas: (as).                    The GNU assembler.
     21 * Ld: (ld).                       The GNU linker.
     22 * gprof: (gprof).                Profiling your program's execution
     23 
     24 Individual utilities
     25 * addr2line: (binutils)addr2line. Convert addresses to file and line.
     26 * ar: (binutils)ar.               Create, modify, and extract from archives.
     27 * c++filt: (binutils)c++filt.	  Filter to demangle encoded C++ symbols.
     28 * cxxfilt: (binutils)c++filt.     MS-DOS name for c++filt.
     29 * dlltool: (binutils)dlltool.	  Create files needed to build and use DLLs.
     30 * nlmconv: (binutils)nlmconv.     Converts object code into an NLM.
     31 * nm: (binutils)nm.               List symbols from object files.
     32 * objcopy: (binutils)objcopy.	  Copy and translate object files.
     33 * objdump: (binutils)objdump.     Display information from object files.
     34 * ranlib: (binutils)ranlib.       Generate index to archive contents.
     35 * readelf: (binutils)readelf.	  Display the contents of ELF format files.
     36 * size: (binutils)size.           List section sizes and total size.
     37 * strings: (binutils)strings.     List printable strings from files.
     38 * strip: (binutils)strip.         Discard symbols.
     39 * windmc: (binutils)windmc.	  Generator for Windows message resources.
     40 * windres: (binutils)windres.	  Manipulate Windows resources.
     41 
     42 Software development
     43 * Binutils: (binutils).         The GNU binary utilities.
     44 * Cpp: (cpp).                  The GNU C preprocessor.
     45 * Cpplib: (cppinternals).      Cpplib internals.
     46 * g++: (gcc).                  The GNU C++ compiler.
     47 * gcc: (gcc).                  The GNU Compiler Collection.
     48 * gccinstall: (gccinstall).    Installing the GNU Compiler Collection.
     49 * gccint: (gccint).            Internals of the GNU Compiler Collection.
     50