summaryrefslogtreecommitdiff
path: root/gdb/mipsread.c
Commit message (Expand)AuthorAgeFilesLines
...
* * mipsread.c (parse_procedure): Save cur_fdr accross call toPeter Schauer1993-03-221-621/+597
* Reindented to GNU standard. No semantic changes. This checkin is toIan Lance Taylor1993-02-041-2084/+2239
* Tue Feb 2 15:30:33 1993 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1993-02-021-23/+10
* * hp300ux-nat.c: Update copyrights.John Gilmore1993-02-021-11/+11
* * c-exp.y (exp:STRING): Convert C strings into array-of-charFred Fish1993-01-161-14/+20
* * Makefile.in (VERSION): Bump to 4.7.4.Fred Fish1992-12-181-1/+2
* * complaints.c: New file, code moved from utils.c.Fred Fish1992-12-151-14/+15
* * gdbtypes.c (create_array_type): Complete rewrite. Now requiresFred Fish1992-12-151-3/+16
* * mipsread.c (UNSAFE_DATA_ADDR): Remove MIPS-host-specificJohn Gilmore1992-10-211-5/+4
* Lint around file_ptr's (bfd's off_t's) and bfd_seek.John Gilmore1992-10-151-7/+7
* * mips-tdep.c, mipsread.c, tm-mips.h: Get rid of ".gdbinfo."Stu Grossman1992-10-151-70/+100
* * breakpoint.c, buildsym.c, c-exp.y, coffread.c, command.c,Fred Fish1992-07-041-2/+2
* * dbxread.c, i386-pinsn.c, i386-tdep.c, regex.c, solib.c, symmisc.c,Fred Fish1992-06-291-7/+10
* * mipsread.c: Pass NULL name pointer to init_type, not 0.Fred Fish1992-06-251-10/+8
* * mipsread.c: Undo ill effects from including <strings.h>,Fred Fish1992-06-171-2/+5
* * mipsread.c: #include <strings.h> for rindex().Stu Grossman1992-06-161-6/+9
* Add TYPE_FLAG_FUND_TYPE bit to the flags member of the type structure,Fred Fish1992-04-151-9/+15
* * mipsread.c (parse_partial_symbols): Complain when sh->index isJohn Gilmore1992-04-121-605/+693
* * mipsread.c: Create a .gdbinfo pseudo-symbol for eachStu Grossman1992-04-071-3/+5
* * mipsread.c: Create a .gdbinfo pseudo-symbol for eachPer Bothner1992-04-071-18/+34
* * mipsread.c: Fix many invocations of complain. Use enumStu Grossman1992-04-071-6/+7
* * mipsread.c: Fix many invocations of complain.Stu Grossman1992-04-061-9/+9
* * buildsym.h, dbxread.c, mipsread.c: Add objfile arg toStu Grossman1992-04-041-1/+2
* * Makefile.in (OBS): Compile mipsread.c for all targets now.John Gilmore1992-04-031-10/+15
* * mipsread.c (fixup_sigtramp): Also look for _sigtramp as a realStu Grossman1992-04-031-34/+38
* * mipsread.c (parse_symbol, parse_procedure): Re-do the way thatStu Grossman1992-03-311-83/+39
* Create and use macros for iterating on symtabs, psymtabs, msymbols.John Gilmore1992-03-291-140/+130
* Many changes, most related to creating entry point information on a per-objfileFred Fish1992-03-211-11/+8
* * coffread.c, mipsread.c, xcoffread.c, coffread.c, dbxread.c,Fred Fish1992-03-191-16/+48
* * mipsread.c (mipscoff_symfile_read): Eliminate a lot ofJohn Gilmore1992-03-141-15/+13
* * config.sub configure.in config/.Sanitize config/mh-irix4Stu Grossman1992-03-051-2/+3
* Tue Mar 3 15:11:52 1992 Michael Tiemann (tiemann@cygnus.com)Michael Tiemann1992-03-031-140/+227
* * xm-sun3os4.h, xm-sun4os4.h: Enable HAVE_MMAP.John Gilmore1992-02-221-108/+121
* * mipsread.c (parse_symbol): Avoid clobbering enum pointer whenJohn Gilmore1992-02-061-10/+11
* Mips-specific bug-fix (for stabs-in-ecoff), and style fix. See ChangeLog.Per Bothner1992-02-051-9/+39
* Various fixed triggered by trying to do the right thing wrtPer Bothner1992-01-301-83/+147
* Handle debug symbols in dynamically loaded (relocated) code:John Gilmore1992-01-281-122/+174
* Oodles of changes. The most important is adding support for stabsPer Bothner1991-12-231-658/+579
* Changes due to include file renaming:Steve Chamberlain1991-12-011-1/+1
* Make structs work on DECstation (sigh)John Gilmore1991-11-281-3/+8
* Fix syntax errors.John Gilmore1991-11-271-2/+3
* Improve G++ debugging support.John Gilmore1991-11-271-35/+37
* * defs.h: Incorporate param.h. All users changed.John Gilmore1991-11-211-8/+8
* Add tracking of object files (that contain symbols) to gdb.John Gilmore1991-11-091-23/+30
* * mipsread.c (read_mips_symtab, read_the_mips_symtab): Use realJohn Gilmore1991-11-011-3/+6
* * symfile.c (syms_from_bfd): New routine.John Gilmore1991-10-261-20/+0
* Remove the object file specific fields from the partial symbol tableFred Fish1991-10-241-36/+51
* * mipsread.c (_initialize_mipsread): Avoid usingJohn Gilmore1991-09-191-1/+7
* * symfile.c (allocate_symtab): New fn, consolidates the workJohn Gilmore1991-09-191-9/+30
* Fix signed vs. unsigned char bug in parse_lines().Stu Grossman1991-09-171-215/+229