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