summaryrefslogtreecommitdiff
path: root/gdb/psympriv.h
diff options
context:
space:
mode:
authorDoug Evans <xdje42@gmail.com>2015-08-15 15:51:00 -0700
committerDoug Evans <xdje42@gmail.com>2015-08-15 15:51:00 -0700
commit95cf586902b681310e63ee06d89ba2498d1d5dcf (patch)
treeb4e1c776715a8ddd433db999286a4e5092f1620a /gdb/psympriv.h
parente3ae3c4345fa14f2f3b0b2c5d4d23760af9f74f5 (diff)
objfiles.h,psympriv.h,psymtab.c: Whitespace.
gdb/ChangeLog: * objfiles.h: Whitespace cleanup. * psympriv.h: Whitespace cleanup. * psymtab.c: Whitespace/coding convention cleanup.
Diffstat (limited to 'gdb/psympriv.h')
-rw-r--r--gdb/psympriv.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/gdb/psympriv.h b/gdb/psympriv.h
index ea2454cacf..250fc08188 100644
--- a/gdb/psympriv.h
+++ b/gdb/psympriv.h
@@ -28,7 +28,7 @@ struct psymbol_allocation_list;
symbols whose types we have not parsed yet. For functions, it also
contains their memory address, so we can find them from a PC value.
Each partial_symbol sits in a partial_symtab, all of which are chained
- on a partial symtab list and which points to the corresponding
+ on a partial symtab list and which points to the corresponding
normal symtab once the partial_symtab has been referenced. */
/* This structure is space critical. See space comments at the top of
@@ -36,7 +36,6 @@ struct psymbol_allocation_list;
struct partial_symbol
{
-
/* The general symbol info required for all types of symbols. */
struct general_symbol_info ginfo;
@@ -50,7 +49,6 @@ struct partial_symbol
no need. */
ENUM_BITFIELD(address_class) aclass : 6;
-
};
#define PSYMBOL_DOMAIN(psymbol) (psymbol)->domain
@@ -79,7 +77,6 @@ enum psymtab_search_status
struct partial_symtab
{
-
/* Chain of all existing partial symtabs. */
struct partial_symtab *next;
@@ -126,7 +123,7 @@ struct partial_symtab
In DWARF terms, a shared psymtab is a DW_TAG_partial_unit; but
of course using a name based on that would be too confusing, so
"shared" was chosen instead.
-
+
Only a single user is needed because, when expanding a shared
psymtab, we only need to expand its "canonical" non-shared user.
The choice of which one should be canonical is left to the