diff options
author | Stan Shebs <shebs@codesourcery.com> | 1999-09-09 00:02:17 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1999-09-09 00:02:17 +0000 |
commit | d4f3574e777abfa65c9ba134e582228f3f32a8d6 (patch) | |
tree | 408b74c26833555087f04f4ec466afd488af6087 /gdb/symtab.h | |
parent | Only support interworking and pic for ELF or COFF targets (diff) | |
download | binutils-gdb-d4f3574e777abfa65c9ba134e582228f3f32a8d6.tar.gz binutils-gdb-d4f3574e777abfa65c9ba134e582228f3f32a8d6.tar.bz2 binutils-gdb-d4f3574e777abfa65c9ba134e582228f3f32a8d6.zip |
import gdb-1999-09-08 snapshot
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r-- | gdb/symtab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h index 86a119a115e..0d9903b2aef 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -854,7 +854,7 @@ struct symtab int block_line_section; /* If several symtabs share a blockvector, exactly one of them - should be designed the primary, so that the blockvector + should be designated the primary, so that the blockvector is relocated exactly once by objfile_relocate. */ int primary; |