(print_symbol): The index field of a global symbol is the symbol table index of the...
authorJim Wilson <wilson@gcc.gnu.org>
Tue, 8 Mar 1994 01:06:13 +0000 (17:06 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Tue, 8 Mar 1994 01:06:13 +0000 (17:06 -0800)
commit338f21bef385f3d242fe9b00776eddded605df3e
tree457a104922a40edafb5adfa136dcc8b9459418c0
parentd71cf0ca692224ab69c88f2979b8c5ecb6aae3a7
(print_symbol): The index field of a global symbol is the symbol table index of the corresponding local symbol...

(print_symbol): The index field of a global symbol
is the symbol table index of the corresponding local symbol, not
an index into the aux table.
(print_file_desc): Print out size of line number
information rather than repeating line number count.
(print_file_desc): The cbLineOffset field of a PDR
is relative to the cbLineOffset field of the FDR.  Also, when
computing line_end of the last PDR, use cbLineOffset, not
ilineBase.

From-SVN: r6711
gcc/mips-tdump.c