aboutsummaryrefslogtreecommitdiff
path: root/gdb/xcoffread.c
AgeCommit message (Expand)AuthorFilesLines
1996-07-30 * xcoffread.c (compare_lte): Change prototype and function toFred Fish1-2/+37
1996-07-27 * xcoffread.c (xcoff_end_psymtab): Add textlow_not_set parameter.Fred Fish1-11/+11
1996-07-23 * Makefile.in (os9kread.o): Remove dependency on partial-stab.h.Stu Grossman1-0/+1
1996-07-08(laying some groundwork for a fix for PR 8443)Fred Fish1-1/+1
1996-05-08 * breakpoint.c (clear_momentary_breakpoints): Remove dead codeFred Fish1-2/+2
1996-05-02 * Makefile.in (rs6000-nat.o): Dependant on xcoffsolib.h.Fred Fish1-13/+15
1996-02-16 * bcache.c, bcache.h: New files to implement a byte cache.Fred Fish1-3/+3
1996-01-08 * buildsym.c (end_symtab): Remove sort_pending and sort_linevecJeff Law1-6/+11
1995-12-21 * defs.h: Delete extraneous whitespace at end of file.Fred Fish1-2/+4
1995-10-19 * Makefile.in (CC-LD): Rename to CC_LD, so MPW xform works.Stan Shebs1-2/+2
1995-09-23 * mdebugread.c (parse_partial_symbols): Reset includes_usedPeter Schauer1-435/+110
1995-08-09 * xcoffread.x (xcoff_symfile_offset): Revert an unwanted change getsKung Hsu1-1/+1
1995-08-04 * xcoffread.c (process_linenos): Fix typo in last change.Jeff Law1-1/+1
1995-08-02Update FSF address.Fred Fish1-1/+1
1995-08-01 * xcoffread.c (process_linenos): The value in include file symbolKung Hsu1-2/+3
1995-08-01* configure.in: Check for working mmap, ansi headers, string.h,J.T. Conklin1-2/+2
1995-05-13 * dwarfread.c (struct dwfinfo), dbxread.c (struct symloc),Jim Kingdon1-3/+2
1995-05-13 * rs6000-tdep.c (find_toc_address): Revise comment.Jim Kingdon1-552/+1190
1995-04-16 * xcoffread.c (xcoff_sym_fns): Revise comment about merging thisJim Kingdon1-48/+35
1995-04-12 * xcoffread.c: Call complain() rather than error() or printing aJim Kingdon1-21/+21
1995-03-17 * xcoffread.c (process_linenos): Make sure filename we pass toJim Kingdon1-89/+108
1995-03-16 * xcoffread.c (read_xcoff_symtab): When creating a dummy parameterJim Kingdon1-3/+22
1995-02-10 * Makefile.in (CLIBS): Add $(LIBIBERTY) before, in addition toStan Shebs1-1/+1
1995-01-31 * xcoffread.c (process_xcoff_symbol): Use new variablesJim Kingdon1-523/+691
1994-11-25 * coffread.c, symfile.h (coff_getfilename): Make it static again.Peter Schauer1-0/+33
1994-10-15 * eval.c (evaluate_subexp): Make fnptr a LONGEST insteadPeter Schauer1-31/+2
1994-09-29* xcoffread.c (read_xcoff_symtab): Fix comment for yesterday's change.Jim Kingdon1-7/+6
1994-09-28 * xcoffread.c (read_xcoff_symtab, case C_FILE):Jim Kingdon1-1/+5
1994-09-28 * xcoffread.c (read_xcoff_symtab): Process XTY_LD symbols we wereJim Kingdon1-8/+23
1994-09-14 * xcoffread.c (read_xcoff_symtab): Fix obsolete comment aboutJim Kingdon1-4/+7
1994-09-03 * objfiles.c (allocate_objfile): Add the newly-created objfile toStan Shebs1-18/+27
1994-05-18Tue May 17 16:45:20 1994 Stan Shebs (shebs@andros.cygnus.com)Stan Shebs1-2/+3
1994-04-20 * xcoffread.c (xcoff_next_symbol_text): Don't return beforeJim Kingdon1-5/+21
1994-04-12Mon Apr 11 19:21:27 1994 Stu Grossman (grossman at cygnus.com)Stu Grossman1-1/+1
1994-03-30 * xcoffread.c (xcoff_next_symbol_text): New function.Jim Kingdon1-3/+3
1994-03-30 * xcoffread.c (xcoff_next_symbol_text): New function.Jim Kingdon1-13/+26
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