Age | Commit message (Expand) | Author | Files | Lines |
1993-10-03 | Added new slot to objfile struct to be shared by all stab-reading formats. | Stan Shebs | 1 | -9/+9 |
1993-10-03 | * mipsread.c, objfiles.c, utils.c: Use PTR not void *. RISC/OS | Jim Kingdon | 1 | -2/+2 |
1993-09-29 | * dbxread.c, coffread.c, elfread.c: A few changes to comments. | Jim Kingdon | 1 | -1/+4 |
1993-09-21 | * elfread.c (record_minimal_symbol_and_info): Guess the section to | Ian Lance Taylor | 1 | -1/+24 |
1993-09-15 | * paread.c, coffread.c, elfread.c, dwarfread.c: | Jim Kingdon | 1 | -0/+1 |
1993-09-14 | * paread.c, coffread.c, elfread.c: Include <time.h> before libbfd.h. | Jim Kingdon | 1 | -0/+1 |
1993-09-06 | Changed elf32_symbol_type to elf_symbol_type | Jeffrey Wheat | 1 | -1/+1 |
1993-09-03 | * elfread.c (elf_symtab_read): Don't add symbols starting with ".L" | Jim Kingdon | 1 | -1/+6 |
1993-09-03 | * elfread.c (elf_symtab_read): Don't add symbols starting with ".L" | Jim Kingdon | 1 | -0/+3 |
1993-08-24 | * buildsym.h: Remove declaration of dbxread.c functions. | Jim Kingdon | 1 | -0/+1 |
1993-08-08 | * elfread.c (elf_symtab_read): Properly sort out the bss symbols | Fred Fish | 1 | -86/+95 |
1993-08-07 | * elfread.c (elf_symtab_read): Properly sort out the bss symbols | Fred Fish | 1 | -7/+42 |
1993-07-13 | * elfread.c: Remove notice about file still being under | Fred Fish | 1 | -14/+0 |
1993-06-25 | * elf_symfile_read (bfd_elf32_find_section): Revert back to | Fred Fish | 1 | -1/+1 |
1993-06-10 | * elfread.c (elf_symtab_read): Add bfd section address to bfd | Fred Fish | 1 | -2/+4 |
1993-05-25 | * elfread.c (elf_symfile_read): Update ELF structure and routine | Ken Raeburn | 1 | -7/+9 |
1993-03-26 | * Clean up xcoff relocation. | Jim Kingdon | 1 | -1/+1 |
1992-12-23 | * defs.h (STRCMP, STREQ, STREQN): New macros. | Fred Fish | 1 | -45/+5 |
1992-12-18 | * Makefile.in (VERSION): Bump to 4.7.4. | Fred Fish | 1 | -2/+0 |
1992-12-15 | * complaints.c: New file, code moved from utils.c. | Fred Fish | 1 | -3/+3 |
1992-11-04 | * elfread.c, mipsread.c: Include <string.h>. | Stu Grossman | 1 | -0/+1 |
1992-10-15 | Lint around file_ptr's (bfd's off_t's) and bfd_seek. | John Gilmore | 1 | -8/+5 |
1992-07-28 | * Makefile.in (VERSION): Bump to 4.6.2. | Fred Fish | 1 | -0/+1 |
1992-07-04 | Relocate symbols using an array of section_offsets, rather than a | John Gilmore | 1 | -19/+243 |
1992-07-04 | * breakpoint.c, buildsym.c, c-exp.y, coffread.c, command.c, | Fred Fish | 1 | -1/+1 |
1992-07-03 | * dbxread.c (process_one_symbol): Ignore N_MAIN, N_ENDM for Solaris. | John Gilmore | 1 | -1/+6 |
1992-06-29 | * dbxread.c, i386-pinsn.c, i386-tdep.c, regex.c, solib.c, symmisc.c, | Fred Fish | 1 | -0/+11 |
1992-06-21 | COFF changes for dealing better with EPI 29K C compiler output. | John Gilmore | 1 | -1/+3 |
1992-06-13 | * elfread.c (record_minimal_symbol_and_info): Kludged to put | John Gilmore | 1 | -13/+66 |
1992-04-01 | Changes in procfs.c to fix bug with inferior's siginfo struct getting | Fred Fish | 1 | -0/+9 |
1992-03-31 | * elfread.c (elf_symtab_read): Use xmalloc, not bfd_xmalloc. | John Gilmore | 1 | -1/+1 |
1992-03-29 | Lint | John Gilmore | 1 | -11/+11 |
1992-03-27 | Misc cleanups from code review. | John Gilmore | 1 | -6/+4 |
1992-03-21 | Many changes, most related to creating entry point information on a per-objfile | Fred Fish | 1 | -0/+1 |
1992-03-19 | * coffread.c, mipsread.c, xcoffread.c, coffread.c, dbxread.c, | Fred Fish | 1 | -15/+35 |
1992-03-03 | Tue Mar 3 15:11:52 1992 Michael Tiemann (tiemann@cygnus.com) | Michael Tiemann | 1 | -2/+0 |
1992-02-22 | * xm-sun3os4.h, xm-sun4os4.h: Enable HAVE_MMAP. | John Gilmore | 1 | -1/+1 |
1992-02-22 | * Check in Fred Fish's changes in these modules. Fred | John Gilmore | 1 | -60/+76 |
1992-02-14 | Fix code in elf_symtab_read which attempts to read the standard ELF | Fred Fish | 1 | -8/+11 |
1992-01-24 | Changed refs to section->size to bfd_get_section_size_before_reloc | Steve Chamberlain | 1 | -3/+3 |
1991-12-16 | Numerous small changes and a complete reorganization of solib.c, to support | Fred Fish | 1 | -7/+76 |
1991-12-01 | Changes due to include file renaming: | Steve Chamberlain | 1 | -3/+3 |
1991-11-21 | * defs.h: Incorporate param.h. All users changed. | John Gilmore | 1 | -1/+0 |
1991-11-15 | Changes to build misc function vector entries from canonical bfd symbol | Fred Fish | 1 | -1/+92 |
1991-11-12 | Minor rewording of message containing name of program that generated a | Fred Fish | 1 | -17/+0 |
1991-11-09 | Re-enable compilation of register_addr() stub whenever it is not supplied | Fred Fish | 1 | -3/+7 |
1991-11-09 | Add tracking of object files (that contain symbols) to gdb. | John Gilmore | 1 | -3/+8 |
1991-11-04 | * infrun.c: Fixed typo in comment. | Per Bothner | 1 | -0/+2 |
1991-10-24 | New files for DWARF debugging format support, ELF object file support, SVR4 | Fred Fish | 1 | -0/+208 |