summaryrefslogtreecommitdiff
path: root/bfd/ecofflink.c
Commit message (Expand)AuthorAgeFilesLines
* * bfd-in.h: Don't include obstack.h.Ian Lance Taylor1997-03-181-51/+95
* * libbfd.c (bfd_malloc, bfd_realloc): New functions.Ian Lance Taylor1995-12-011-48/+18
* * opncls.c (bfd_alloc_by_size_t): Set bfd_error_no_memory ifIan Lance Taylor1995-11-291-12/+3
* * ecoff.c (_bfd_ecoff_new_section_hook): Handle .rconst section.Ian Lance Taylor1995-11-221-14/+890
* * coff-mips.c (mips_relocate_section): When relaxing, adjust localIan Lance Taylor1994-04-151-21/+49
* Wed Mar 30 16:25:41 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)Ian Lance Taylor1994-03-301-3/+10
* Changes to support linker relaxing of embedded MIPS PIC code toIan Lance Taylor1994-03-251-20/+108
* * aoutx.h, archive.c: Add casts to avoid warnings from SVR4 cc.Ian Lance Taylor1994-02-261-11/+13
* * coff-alpha.c (alpha_relocate_section): Rewrite mask and shiftIan Lance Taylor1994-02-211-1/+1
* * bfd.c (bfd_get_error, bfd_set_error): New functions.David MacKenzie1994-02-171-14/+14
* Make all callers of malloc or realloc (including via obstacks)David MacKenzie1994-02-121-37/+116
* Eliminate arg from bfd_xmalloc_by_size_t macro, allowingDavid MacKenzie1994-02-051-1/+1
* * libbfd.c (bfd_zmalloc): Call bfd_xmalloc instead of malloc.David MacKenzie1994-02-051-1/+1
* * ecofflink.c (bfd_ecoff_debug_externals): If a small undefinedIan Lance Taylor1994-02-041-1/+9
* * ecofflink.c (ecoff_align_debug): Align RFDs to debug_align.Ian Lance Taylor1994-01-251-2/+12
* * ecofflink.c: Extensive changes to compress and merge debuggingIan Lance Taylor1994-01-111-344/+875
* * ecoff.c: First cut at new style of linker backend forIan Lance Taylor1994-01-061-44/+77
* New file to hold ECOFF linking routines used by both ECOFF and MIPS ELF.Ian Lance Taylor1993-11-241-0/+829