aboutsummaryrefslogtreecommitdiff
path: root/gcc/mips-tdump.c
AgeCommit message (Collapse)AuthorFilesLines
1997-05-06reformat a little to match GNU coding standards.Mike Stump1-3/+3
From-SVN: r14024
1996-07-03formatting tweaksMike Stump1-60/+60
From-SVN: r12390
1995-10-26(enum st): Define st_Struct, st_Union, and st_Enum.Richard Kenner1-28/+60
(st_to_string): Handle them. (type_to_string): Add fdp argument; pass it to emit_aggregate. (print_symbol): Add fdp argument; pass it to type_to_string. Handle st_Struct, st_Union, and st_Enum. (emit_aggregate): Add fdp argument. Handle opaque types. Map through RFD entries. (print_file_desc): Pass FDR to print_symbol. (main): Pass null FDR to type_to_string. From-SVN: r10516
1995-06-15Update FSF address.Richard Kenner1-1/+2
From-SVN: r9961
1995-05-16(type_to_string): Fix misspellings in messages.Richard Kenner1-1/+1
From-SVN: r9715
1994-11-11Include <time.h>. Delete ctime prototype.Richard Kenner1-4/+4
From-SVN: r8425
1994-05-31(print_global_hdr): Remove "l" from printf format for flags.Jim Wilson1-16/+16
(print_global_hdr): Remove "l" from printf format for flags. (print_sym_hdr): Add missing "l" to printf formats. (print_symbol, print_file_desc): Likewise. From-SVN: r7404
1994-03-07(print_symbol): The index field of a global symbol is the symbol table index ↵Jim Wilson1-10/+7
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
1994-02-08(print_file_desc): Correct printf format.Jim Wilson1-2/+2
(main): Likewise. From-SVN: r6501
1993-10-13(print_global_hdr): Fix typo in cast in ctime call.Richard Kenner1-1/+1
From-SVN: r5783
1993-09-22[CROSS_COMPILE]: Include mips/a.out.h.Richard Stallman1-6/+2
From-SVN: r5381
1993-04-26Add alpha support.Michael Meissner1-17/+58
From-SVN: r4236
1993-01-13Fix printing multiple file section.Michael Meissner1-1/+1
From-SVN: r3224
1992-11-10Move #undef index/rindex up higher.Michael Meissner1-5/+4
From-SVN: r2740
1992-10-29Allow for cross compilation.Michael Meissner1-1/+10
From-SVN: r2649
1992-10-19RISC-OS System V patches for index/rindex.Michael Meissner1-0/+6
From-SVN: r2514
1992-05-07entered into RCSCharles Hannum1-7/+7
From-SVN: r928
1992-05-06*** empty log message ***Richard Stallman1-14/+0
From-SVN: r921
1992-03-21*** empty log message ***Michael Meissner1-2/+2
From-SVN: r552
1992-03-14*** empty log message ***Michael Meissner1-0/+1
From-SVN: r490
1992-01-10Initial revisionRichard Stallman1-0/+1549
From-SVN: r175