added stabs-in-elf menu entry, reformatted menus with C-c C-u a (texinfo mode command)

This commit is contained in:
David D. Zuhn
1993-06-19 22:18:24 +00:00
parent 3d26a081b1
commit 8eb5e28936

View File

@ -72,9 +72,7 @@ This document describes the stabs debugging format.
* Variables:: * Variables::
* Types:: Type definitions * Types:: Type definitions
* Symbol Tables:: Symbol information in symbol tables * Symbol Tables:: Symbol information in symbol tables
* Cplusplus:: * Cplusplus:: Appendixes:
Appendixes:
* Example2.c:: Source code for extended example * Example2.c:: Source code for extended example
* Example2.s:: Assembly code for extended example * Example2.s:: Assembly code for extended example
* Stab Types:: Symbol types in a.out files * Stab Types:: Symbol types in a.out files
@ -802,8 +800,8 @@ nesting is reflected in the nested bracketing stabs (@code{N_LBRAC},
@menu @menu
* Automatic variables:: Variables allocated on the stack. * Automatic variables:: Variables allocated on the stack.
* Global Variables:: Variables used by more than one source file. * Global Variables:: Variables used by more than one source file.
* Common Blocks:: Variables statically allocated together.
* Register variables:: Variables in registers. * Register variables:: Variables in registers.
* Common Blocks:: Variables statically allocated together.
* Initialized statics:: Static variables with values. * Initialized statics:: Static variables with values.
* Un-initialized statics:: Static variables initialialized to 0. * Un-initialized statics:: Static variables initialialized to 0.
* Parameters:: Passing variables to functions. * Parameters:: Passing variables to functions.
@ -2105,7 +2103,7 @@ entry now holds an absolute address.
* Class instance:: * Class instance::
* Methods:: Method definition * Methods:: Method definition
* Protections:: * Protections::
* Method Modifiers:: (const, volatile, const volatile) * Method Modifiers::
* Virtual Methods:: * Virtual Methods::
* Inheritence:: * Inheritence::
* Virtual Base Classes:: * Virtual Base Classes::