diff options
author | Thiago Jung Bauermann <bauerman@br.ibm.com> | 2008-05-03 23:24:17 +0000 |
---|---|---|
committer | Thiago Jung Bauermann <bauerman@br.ibm.com> | 2008-05-03 23:24:17 +0000 |
commit | 938f5214c6828b547fa0ed7e54d73c368ab2e401 (patch) | |
tree | 483e4b068cf0571094a174c3a683b02e04ce5d7f /gdb/symtab.h | |
parent | 0b02b92d053edf632721d10151887114a256ca5e (diff) | |
download | gdb-938f5214c6828b547fa0ed7e54d73c368ab2e401.zip gdb-938f5214c6828b547fa0ed7e54d73c368ab2e401.tar.gz gdb-938f5214c6828b547fa0ed7e54d73c368ab2e401.tar.bz2 |
2008-05-03 Luis Machado <luisgpm@br.ibm.com>
Thiago Jung Bauermann <bauerman@br.ibm.com>
* cli/cli-decode.c (lookup_cmd_1): Fix indentation.
* doublest.c (convert_typed_floating): Fix typo in comment.
* dwarf2-frame.c (dwarf2_frame_cache): Likewise.
* frame-unwind.h (frame_sniffer_ftype): Likewise.
* frame.c (frame_unwind_address_in_block): Likewise.
* ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Likewise.
* symtab.h (struct symbol): Likewise.
* tramp-frame.h (struct trad_frame_cache): Likewise.
* value.c (allocate_repeat_value): Likewise.
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r-- | gdb/symtab.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h index deb7e02..cfdd2a4 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -630,7 +630,7 @@ struct symbol const struct symbol_ops *ops; /* Some symbols require additional information to be recorded on a - per- symbol basis. Stash those values here. */ + per-symbol basis. Stash those values here. */ union { @@ -639,7 +639,7 @@ struct symbol /* An arbitrary data pointer. Note that this data must be allocated using the same obstack as the symbol itself. */ /* So far it is only used by LOC_COMPUTED and LOC_COMPUTED_ARG to - find the location location information. For a LOC_BLOCK symbol + find the location information. For a LOC_BLOCK symbol for a function in a compilation unit compiled with DWARF 2 information, this is information used internally by the DWARF 2 code --- specifically, the location expression for the frame |