* symtab.h (struct symbol, general_symbol_info, minimal_symbol,
authorJohn Gilmore <gnu@cygnus>
Wed, 12 Jan 1994 09:53:06 +0000 (09:53 +0000)
committerJohn Gilmore <gnu@cygnus>
Wed, 12 Jan 1994 09:53:06 +0000 (09:53 +0000)
commit21578747f0e17fc823bfe562ea6dc84017d47d40
tree03427b86820d1cf3d12e9f85ac71918837c164e7
parente0ea0fbd4169183ce4ddc6563503ea6b9f04c133
* symtab.h (struct symbol, general_symbol_info, minimal_symbol,
partial_symbol):  Shrink the storage sizes of symbols, by making
enums into 1-byte bitfields when compiled __GNUC__, moving all the
enums and small ints to the end of each struct to improve
alignment, and switching the section number from int to unsigned short.
gdb/ChangeLog
gdb/symtab.h