| Commit message (Expand) | Author | Age | Files | Lines |
* | * xcoffread.c (read_xcoff_symtab): If several program csects in one | Jim Kingdon | 1993-05-27 | 1 | -9/+13 |
* | * stabsread.c: Remove all uses of error(). Make error_type and | Jim Kingdon | 1993-05-25 | 1 | -106/+0 |
* | * complaint.c: Make sure all complain() pass the address of the struct. | Jim Kingdon | 1993-05-21 | 1 | -3/+3 |
* | * Makefile.in: Add rule for xcoffexec.o like that for paread.o. | Jim Kingdon | 1993-05-21 | 1 | -1/+1 |
* | * xcoffread.c (process_xcoff_symbol, case C_LSYM): Use define_symbol. | Jim Kingdon | 1993-05-21 | 1 | -10/+8 |
* | Doc fix | Jim Kingdon | 1993-05-04 | 1 | -3/+3 |
* | * symtab.h, xcoffread.c: Revise linetable sorting comments. | Jim Kingdon | 1993-04-26 | 1 | -94/+50 |
* | * xcoffread.c: Nuke NO_DEFINE_SYMBOL code. There is no going back. | Jim Kingdon | 1993-04-19 | 1 | -95/+4 |
* | * source.c (select_source_symtab): Clean up comment. Also, if | Jim Kingdon | 1993-04-15 | 1 | -3/+0 |
* | * xcoffread.c (record_include_{begin,end}): Change fatal to complain. | Jim Kingdon | 1993-04-15 | 1 | -5/+13 |
* | * xcoffread.c (struct coff_symbol): Change c_sclass to unsigned char. | Jim Kingdon | 1993-04-07 | 1 | -8/+2 |
* | use E_SYMNMLEN | Jim Kingdon | 1993-04-07 | 1 | -5/+6 |
* | * xcoffread.c (read_xcoff_symtab): Deal correctly with symbols of | Jim Kingdon | 1993-04-06 | 1 | -0/+10 |
* | * xcoffread.c (xcoff_symfile_offsets): Use 0 not addr for offsets. | Jim Kingdon | 1993-04-03 | 1 | -1/+9 |
* | * xcoffread.c (sort_syms, compare_symbols): Remove. | Jim Kingdon | 1993-03-29 | 1 | -59/+1 |
* | * xcoffread.c: Nuke NAMES_HAVE_DOT define (not used). | Jim Kingdon | 1993-03-29 | 1 | -3/+0 |
* | * Clean up xcoff relocation. | Jim Kingdon | 1993-03-26 | 1 | -32/+98 |
* | * xcoffread.c (enter_line_range): endaddr is exclusive, not inclusive. | Jim Kingdon | 1993-03-18 | 1 | -1/+1 |
* | * xcoffread.c (arrange_linetable): Use x{m,re}alloc not {m,re}alloc. | Jim Kingdon | 1993-03-17 | 1 | -4/+6 |
* | * xcoffread.c (MIN_TBTABSIZ): Change to 12. | Jim Kingdon | 1993-03-17 | 1 | -3/+8 |
* | * xcoffread.c (xcoff_symfile_read): Only read stringtab and | Jim Kingdon | 1993-03-17 | 1 | -7/+10 |
* | * xcoffread.c (read_symbol_lineno): Look to end of symbols for .bf, | Jim Kingdon | 1993-03-17 | 1 | -17/+38 |
* | Fri Mar 12 09:33:23 1993 Jim Kingdon (kingdon@cygnus.com) | Jim Kingdon | 1993-03-12 | 1 | -12/+36 |
* | * remote.c: Improve error recovery. Allow user to break out | John Gilmore | 1993-02-16 | 1 | -1/+2 |
* | (process_linenos): free the previously allocated subfile name, then | K. Richard Pixley | 1993-02-13 | 1 | -3/+2 |
* | * xcoffread.c (process_xcoff_symbol, read_symbol_lineno): complain | K. Richard Pixley | 1993-02-12 | 1 | -3/+3 |
* | * xcoffread.c (parmsym): Don't use an initializer to set up | John Gilmore | 1993-02-11 | 1 | -10/+19 |
* | * stabsread.c (rs6000_builtin_type): Move function from | John Gilmore | 1993-02-11 | 1 | -98/+33 |
* | * defs.h (STRCMP, STREQ, STREQN): New macros. | Fred Fish | 1992-12-23 | 1 | -7/+7 |
* | Lint around file_ptr's (bfd's off_t's) and bfd_seek. | John Gilmore | 1992-10-15 | 1 | -11/+11 |
* | * i386-stub.c, sparc-stub.c (getpacket): Actually check checksums. | John Gilmore | 1992-09-10 | 1 | -0/+2 |
* | RS/6000 portability changes (for hosting cross-debuggers). | John Gilmore | 1992-08-29 | 1 | -58/+32 |
* | * dwarfread.c (struct dieinfo): Add has_at_byte_size. | Fred Fish | 1992-08-09 | 1 | -1/+1 |
* | * Makefile.in (VERSION): Bump to 4.6.2. | Fred Fish | 1992-07-28 | 1 | -8/+18 |
* | * xcoffread.c: Add decl for section_offset to keep prototype happy. | Stu Grossman | 1992-07-14 | 1 | -0/+2 |
* | Typo | John Gilmore | 1992-07-05 | 1 | -1/+1 |
* | Relocate symbols using an array of section_offsets, rather than a | John Gilmore | 1992-07-04 | 1 | -3/+30 |
* | * breakpoint.c, buildsym.c, c-exp.y, coffread.c, command.c, | Fred Fish | 1992-07-04 | 1 | -1/+1 |
* | * c-exp.y (yylex): Recognize single-quoted strings that specify | Fred Fish | 1992-06-09 | 1 | -1/+1 |
* | * xcoffread.c (read_xcoff_symtab): Set c_sclass from n_sclass | John Gilmore | 1992-06-04 | 1 | -1/+7 |
* | * gdbtypes.c (make_{reference,pointer,function}_type): New | John Gilmore | 1992-05-01 | 1 | -46/+0 |
* | * xcoffread.c (NO_TYPEDEFS): Fix typo in commented-out #define. | John Gilmore | 1992-04-11 | 1 | -1/+1 |
* | * munch: Must pre-pend "_" to "initialize" for SYSV style nm. | Per Bothner | 1992-04-03 | 1 | -27/+21 |
* | Create and use macros for iterating on symtabs, psymtabs, msymbols. | John Gilmore | 1992-03-29 | 1 | -177/+4 |
* | Merged in latest RS6000 diffs from Metin G. Ozisik. | Per Bothner | 1992-03-29 | 1 | -36/+146 |
* | Many changes, most related to creating entry point information on a per-objfile | Fred Fish | 1992-03-21 | 1 | -13/+2 |
* | * coffread.c, mipsread.c, xcoffread.c, coffread.c, dbxread.c, | Fred Fish | 1992-03-19 | 1 | -30/+55 |
* | Only enable compilation of debugging functions when IBM6000 is defined | Fred Fish | 1992-03-14 | 1 | -1/+1 |
* | Mostly merged in changes from IBM (Metin); see ChangeLog. | Per Bothner | 1992-03-13 | 1 | -3/+181 |
* | Tue Mar 3 15:11:52 1992 Michael Tiemann (tiemann@cygnus.com) | Michael Tiemann | 1992-03-03 | 1 | -1/+0 |