• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/share/doc/arm-arm-none-eabi/info/
1This is the file .../info/dir, which contains the
2topmost node of the Info hierarchy, called (dir)Top.
3The first time you invoke Info you start off looking at this node.
4
5File: 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
17Individual utilities
18* addr2line: (binutils)addr2line.               Convert addresses to file and 
19                                                  line.
20* ar: (binutils)ar.                             Create, modify, and extract 
21                                                  from archives.
22* c++filt: (binutils)c++filt.                   Filter to demangle encoded C++ 
23                                                  symbols.
24* cxxfilt: (binutils)c++filt.                   MS-DOS name for c++filt.
25* dlltool: (binutils)dlltool.                   Create files needed to build 
26                                                  and use DLLs.
27* elfedit: (binutils)elfedit.                   Update the ELF header of ELF 
28                                                  files.
29* nlmconv: (binutils)nlmconv.                   Converts object code into an 
30                                                  NLM.
31* nm: (binutils)nm.                             List symbols from object files.
32* objcopy: (binutils)objcopy.                   Copy and translate object 
33                                                  files.
34* objdump: (binutils)objdump.                   Display information from 
35                                                  object files.
36* ranlib: (binutils)ranlib.                     Generate index to archive 
37                                                  contents.
38* readelf: (binutils)readelf.                   Display the contents of ELF 
39                                                  format files.
40* size: (binutils)size.                         List section sizes and total 
41                                                  size.
42* strings: (binutils)strings.                   List printable strings from 
43                                                  files.
44* strip: (binutils)strip.                       Discard symbols.
45* windmc: (binutils)windmc.                     Generator for Windows message 
46                                                  resources.
47* windres: (binutils)windres.                   Manipulate Windows resources.
48
49Software development
50* As: (as).                     The GNU assembler.
51* Binutils: (binutils).         The GNU binary utilities.
52* Cpp: (cpp).                   The GNU C preprocessor.
53* Gas: (as).                    The GNU assembler.
54* Gdb: (gdb).                   The GNU debugger.
55* Ld: (ld).                     The GNU linker.
56* g++: (gcc).                   The GNU C++ compiler.
57* gcc: (gcc).                   The GNU Compiler Collection.
58* gprof: (gprof).               Profiling your program's execution
59