aboutsummaryrefslogtreecommitdiff
path: root/gdb/elfread.c
AgeCommit message (Expand)AuthorFilesLines
1993-10-31 * symfile.h (sym_fns), symfile.c (find_sym_fns), xcoffread.c,Jim Kingdon1-2/+1
1993-10-30 * symfile.c (reread_symbols): When re-reading symbols, do all theJim Kingdon1-19/+6
1993-10-24 * elfread.c (elf_symtab_read): Use bfd convention that bothFred Fish1-3/+3
1993-10-03Added new slot to objfile struct to be shared by all stab-reading formats.Stan Shebs1-9/+9
1993-10-03 * mipsread.c, objfiles.c, utils.c: Use PTR not void *. RISC/OSJim Kingdon1-2/+2
1993-09-29* dbxread.c, coffread.c, elfread.c: A few changes to comments.Jim Kingdon1-1/+4
1993-09-21 * elfread.c (record_minimal_symbol_and_info): Guess the section toIan Lance Taylor1-1/+24
1993-09-15 * paread.c, coffread.c, elfread.c, dwarfread.c:Jim Kingdon1-0/+1
1993-09-14* paread.c, coffread.c, elfread.c: Include <time.h> before libbfd.h.Jim Kingdon1-0/+1
1993-09-06Changed elf32_symbol_type to elf_symbol_typeJeffrey Wheat1-1/+1
1993-09-03 * elfread.c (elf_symtab_read): Don't add symbols starting with ".L"Jim Kingdon1-1/+6
1993-09-03 * elfread.c (elf_symtab_read): Don't add symbols starting with ".L"Jim Kingdon1-0/+3
1993-08-24 * buildsym.h: Remove declaration of dbxread.c functions.Jim Kingdon1-0/+1
1993-08-08 * elfread.c (elf_symtab_read): Properly sort out the bss symbolsFred Fish1-86/+95
1993-08-07 * elfread.c (elf_symtab_read): Properly sort out the bss symbolsFred Fish1-7/+42
1993-07-13 * elfread.c: Remove notice about file still being underFred Fish1-14/+0
1993-06-25 * elf_symfile_read (bfd_elf32_find_section): Revert back toFred Fish1-1/+1
1993-06-10 * elfread.c (elf_symtab_read): Add bfd section address to bfdFred Fish1-2/+4
1993-05-25* elfread.c (elf_symfile_read): Update ELF structure and routineKen Raeburn1-7/+9
1993-03-26 * Clean up xcoff relocation.Jim Kingdon1-1/+1
1992-12-23 * defs.h (STRCMP, STREQ, STREQN): New macros.Fred Fish1-45/+5
1992-12-18 * Makefile.in (VERSION): Bump to 4.7.4.Fred Fish1-2/+0
1992-12-15 * complaints.c: New file, code moved from utils.c.Fred Fish1-3/+3
1992-11-04* elfread.c, mipsread.c: Include <string.h>.Stu Grossman1-0/+1
1992-10-15Lint around file_ptr's (bfd's off_t's) and bfd_seek.John Gilmore1-8/+5
1992-07-28 * Makefile.in (VERSION): Bump to 4.6.2.Fred Fish1-0/+1
1992-07-04Relocate symbols using an array of section_offsets, rather than aJohn Gilmore1-19/+243
1992-07-04 * breakpoint.c, buildsym.c, c-exp.y, coffread.c, command.c,Fred Fish1-1/+1
1992-07-03* dbxread.c (process_one_symbol): Ignore N_MAIN, N_ENDM for Solaris.John Gilmore1-1/+6
1992-06-29 * dbxread.c, i386-pinsn.c, i386-tdep.c, regex.c, solib.c, symmisc.c,Fred Fish1-0/+11
1992-06-21COFF changes for dealing better with EPI 29K C compiler output.John Gilmore1-1/+3
1992-06-13* elfread.c (record_minimal_symbol_and_info): Kludged to putJohn Gilmore1-13/+66
1992-04-01Changes in procfs.c to fix bug with inferior's siginfo struct gettingFred Fish1-0/+9
1992-03-31* elfread.c (elf_symtab_read): Use xmalloc, not bfd_xmalloc.John Gilmore1-1/+1
1992-03-29LintJohn Gilmore1-11/+11
1992-03-27Misc cleanups from code review.John Gilmore1-6/+4
1992-03-21Many changes, most related to creating entry point information on a per-objfileFred Fish1-0/+1
1992-03-19 * coffread.c, mipsread.c, xcoffread.c, coffread.c, dbxread.c,Fred Fish1-15/+35
1992-03-03Tue Mar 3 15:11:52 1992 Michael Tiemann (tiemann@cygnus.com)Michael Tiemann1-2/+0
1992-02-22* xm-sun3os4.h, xm-sun4os4.h: Enable HAVE_MMAP.John Gilmore1-1/+1
1992-02-22* Check in Fred Fish's changes in these modules. FredJohn Gilmore1-60/+76
1992-02-14Fix code in elf_symtab_read which attempts to read the standard ELFFred Fish1-8/+11
1992-01-24Changed refs to section->size to bfd_get_section_size_before_relocSteve Chamberlain1-3/+3
1991-12-16Numerous small changes and a complete reorganization of solib.c, to supportFred Fish1-7/+76
1991-12-01 Changes due to include file renaming:Steve Chamberlain1-3/+3
1991-11-21* defs.h: Incorporate param.h. All users changed.John Gilmore1-1/+0
1991-11-15Changes to build misc function vector entries from canonical bfd symbolFred Fish1-1/+92
1991-11-12Minor rewording of message containing name of program that generated aFred Fish1-17/+0
1991-11-09Re-enable compilation of register_addr() stub whenever it is not suppliedFred Fish1-3/+7
1991-11-09Add tracking of object files (that contain symbols) to gdb.John Gilmore1-3/+8