aboutsummaryrefslogtreecommitdiff
path: root/gdb/xcoffread.c
AgeCommit message (Expand)AuthorFilesLines
1994-03-15 For Sunos 4.x targets, enable gdb to set breakpoints in sharedPeter Schauer1-8/+11
1994-02-02 * xcoffread.c (read_xcoff_symtab): Change CSECT_LEN to useIan Lance Taylor1-1/+1
1994-02-01 * coffread.c (read_one_sym): bfd_coff_swap_aux_in now takesIan Lance Taylor1-5/+6
1994-01-21 * xcoffread.c (xcoff_symfile_read): Make second parameter aJim Kingdon1-6/+2
1994-01-21 * xcoffread.c (read_xcoff_symtab): Make main_aux just a unionJim Kingdon1-14/+14
1994-01-21 * coffread.c, xcoffread.c: Include <coff/internal.h>Jim Kingdon1-4/+4
1994-01-20 * xcoffread.c (read_xcoff_symtab): complain() not abort().Jim Kingdon1-6/+10
1994-01-18 * xcoffread.c (read_xcoff_symtab, case C_FILE): Accept the nameJim Kingdon1-3/+11
1994-01-16 * xcoffread.c (process_xcoff_symbol): Only change 'V' to 'S' if notJim Kingdon1-18/+19
1993-12-27 * minsyms.c, symtab.h (prim_record_minimal_symbol{,_and_info}),Jim Kingdon1-7/+8
1993-11-01Change the stream argument to _filtered to GDB_FILE *.Thomas Lord1-7/+7
1993-10-31 * symfile.h (sym_fns), symfile.c (find_sym_fns), xcoffread.c,Jim Kingdon1-1/+1
1993-10-31 * symfile.h (sym_fns), symfile.c (find_sym_fns), xcoffread.c,Jim Kingdon1-3/+11
1993-10-21 * xcoffread.c (xcoff_symfile_read), coffread.c (coff_symfile_read):Jim Kingdon1-4/+7
1993-10-21 * xcoffread.c (xcoff_symfile_read), coffread.c (coff_symfile_read):Jim Kingdon1-1/+4
1993-10-12 * stabsread.h, stabsread.c, dbxread.c (common_block*, copy_pending):Jim Kingdon1-12/+15
1993-09-01index -> strchrK. Richard Pixley1-1/+1
1993-09-01bzero -> memsetK. Richard Pixley1-8/+8
1993-09-01 * symtab.h (struct linetable), xcoffread.c (arrange_linetable):Jim Kingdon1-0/+2
1993-09-01bcopy -> memcpyK. Richard Pixley1-1/+1
1993-07-27 * breakpoint.c (breakpoint_1): Walk the breakpoint chain to decide ifPeter Schauer1-1/+17
1993-06-28* xcoffread.c: Remove obsolete NO_TYPEDEFS comment.Jim Kingdon1-6/+0
1993-05-27 * xcoffread.c (read_xcoff_symtab): If several program csects in oneJim Kingdon1-9/+13
1993-05-25 * stabsread.c: Remove all uses of error(). Make error_type andJim Kingdon1-106/+0
1993-05-21 * complaint.c: Make sure all complain() pass the address of the struct.Jim Kingdon1-3/+3
1993-05-21 * Makefile.in: Add rule for xcoffexec.o like that for paread.o.Jim Kingdon1-1/+1
1993-05-21 * xcoffread.c (process_xcoff_symbol, case C_LSYM): Use define_symbol.Jim Kingdon1-10/+8
1993-05-04Doc fixJim Kingdon1-3/+3
1993-04-26 * symtab.h, xcoffread.c: Revise linetable sorting comments.Jim Kingdon1-94/+50
1993-04-19 * xcoffread.c: Nuke NO_DEFINE_SYMBOL code. There is no going back.Jim Kingdon1-95/+4
1993-04-15 * source.c (select_source_symtab): Clean up comment. Also, ifJim Kingdon1-3/+0
1993-04-15 * xcoffread.c (record_include_{begin,end}): Change fatal to complain.Jim Kingdon1-5/+13
1993-04-07 * xcoffread.c (struct coff_symbol): Change c_sclass to unsigned char.Jim Kingdon1-8/+2
1993-04-07use E_SYMNMLENJim Kingdon1-5/+6
1993-04-06 * xcoffread.c (read_xcoff_symtab): Deal correctly with symbols ofJim Kingdon1-0/+10
1993-04-03* xcoffread.c (xcoff_symfile_offsets): Use 0 not addr for offsets.Jim Kingdon1-1/+9
1993-03-29 * xcoffread.c (sort_syms, compare_symbols): Remove.Jim Kingdon1-59/+1
1993-03-29* xcoffread.c: Nuke NAMES_HAVE_DOT define (not used).Jim Kingdon1-3/+0
1993-03-26 * Clean up xcoff relocation.Jim Kingdon1-32/+98
1993-03-18 * xcoffread.c (enter_line_range): endaddr is exclusive, not inclusive.Jim Kingdon1-1/+1
1993-03-17 * xcoffread.c (arrange_linetable): Use x{m,re}alloc not {m,re}alloc.Jim Kingdon1-4/+6
1993-03-17 * xcoffread.c (MIN_TBTABSIZ): Change to 12.Jim Kingdon1-3/+8
1993-03-17 * xcoffread.c (xcoff_symfile_read): Only read stringtab andJim Kingdon1-7/+10
1993-03-17 * xcoffread.c (read_symbol_lineno): Look to end of symbols for .bf,Jim Kingdon1-17/+38
1993-03-12Fri Mar 12 09:33:23 1993 Jim Kingdon (kingdon@cygnus.com)Jim Kingdon1-12/+36
1993-02-16* remote.c: Improve error recovery. Allow user to break outJohn Gilmore1-1/+2
1993-02-13(process_linenos): free the previously allocated subfile name, thenK. Richard Pixley1-3/+2
1993-02-12 * xcoffread.c (process_xcoff_symbol, read_symbol_lineno): complainK. Richard Pixley1-3/+3
1993-02-11 * xcoffread.c (parmsym): Don't use an initializer to set upJohn Gilmore1-10/+19
1993-02-11* stabsread.c (rs6000_builtin_type): Move function fromJohn Gilmore1-98/+33