aboutsummaryrefslogtreecommitdiff
path: root/bfd
AgeCommit message (Expand)AuthorFilesLines
1993-06-24Thu Jun 24 17:25:51 1993 Ken Raeburn (raeburn@poseidon.cygnus.com)Ken Raeburn2-8/+67
1993-06-24Get 64bit stuff right.Steve Chamberlain1-2/+2
1993-06-23 * hosts/riscos.h: New file.Jim Kingdon3-0/+20
1993-06-22 * aoutx.h (howto_table_ext): Comment the field names.David MacKenzie1-0/+5
1993-06-22elfcode.h:bfd_section_from_shdr changeKen Raeburn1-0/+5
1993-06-22 * hosts/std-host.h: Return value of puts and fputs is int not void.Jim Kingdon2-2/+11
1993-06-22Sigh. Null pointer return might be right in some cases; don't abort.Ken Raeburn1-2/+0
1993-06-22More get_word/put_word changes.Ken Raeburn1-17/+21
1993-06-22Lots o' changes.Ken Raeburn1-1/+62
1993-06-22regeneratedKen Raeburn1-2/+2
1993-06-22Use new size-independent elf internal data structures.Ken Raeburn1-98/+113
1993-06-22Use new size-independent elf internal data structures.Ken Raeburn1-6/+7
1993-06-22Use new size-independent versions of elf internal data structures.Ken Raeburn2-10/+9
1993-06-22Before casting a pointer into an integer field, verify that the field isKen Raeburn1-0/+14
1993-06-22(srec_write_symbols): Use sprintf_vma, in case bfd_vma is too wide forKen Raeburn1-11/+31
1993-06-22Don't define int64 stuff here.Ken Raeburn1-24/+0
1993-06-21make mips-sony-bsd workJim Kingdon2-0/+6
1993-06-21fix typo in name of elf32-generic.cJim Kingdon1-1/+1
1993-06-21Add news.h to list of files to keep.Fred Fish1-0/+1
1993-06-21Add elf32-generic.c to list of files to keep.Fred Fish1-1/+2
1993-06-21Recent changes, mostly ELF and bfd.h generation.Ken Raeburn1-0/+32
1993-06-21* elfcode.h (bfd_add_to_strtab): Now static.Ken Raeburn1-123/+201
1993-06-21Regenerated after my changes to bfd-in.h.Ken Raeburn1-4/+2
1993-06-21Regenerated after Kingdon's changes to cache.c.Ken Raeburn1-23/+24
1993-06-21No longer use dummy new-section-hook.Ken Raeburn1-1/+0
1993-06-21Generate bfd.h in current directory by grabbing 64-bit definition (if any)Ken Raeburn1-15/+7
1993-06-21Change insertion marker for new bfd.h generation scheme.Ken Raeburn1-4/+2
1993-06-19 * reloc.c (bfd_perform_relocation): Check for overflow onDavid MacKenzie2-97/+239
1993-06-18 * Makefile.in (stmp-bfd.h): Ignore nonzero exit status from grep.Jim Kingdon2-1/+5
1993-06-18 * config/riscos.m{h,t}: New files.Jim Kingdon2-8/+56
1993-06-18comment change. This is a mips file, not 88k.K. Richard Pixley1-0/+4
1993-06-18 * cache.c (bfd_cache_init): Increment open_files and call close_oneJim Kingdon1-0/+13
1993-06-18 * config/delta88.mh: Don't set CC.Jim Kingdon1-0/+2
1993-06-18#if 0 out some more declarations which conflict with system headersJim Kingdon1-0/+3
1993-06-18new fileJim Kingdon1-0/+36
1993-06-18 * Makefile.in: Add elf32-{mips,m88k,generic}.Jim Kingdon3-7/+3349
1993-06-18 * cache.c, bfd-in.h: New function bfd_make_cacheable.Jim Kingdon1-0/+36
1993-06-18 * Makefile.in: Add elf32-{mips,m88k}.Jim Kingdon4-4/+22
1993-06-18Eliminate "int8_type", "int16_type", "int32_type", and theirJohn Gilmore28-485/+13
1993-06-18Eliminate "int8_type", "int16_type", "int32_type", and theirJohn Gilmore3-111/+153
1993-06-18 * hosts/delta88.h: #if 0 out some declarations which conflict withJim Kingdon2-0/+20
1993-06-16allow "make bfd.h" to still dtrtKen Raeburn1-0/+1
1993-06-16updatedKen Raeburn1-0/+1709
1993-06-16Move bfd.h to ../include. (Directory is created if it doesn't exist.)Ken Raeburn1-58/+72
1993-06-16Put in marker for sysdep.h inclusion.Ken Raeburn1-10/+52
1993-06-16comment branches in ARCH_SIZE testKen Raeburn1-8/+10
1993-06-16remove parentdir supportDavid D. Zuhn3-21/+27
1993-06-15Second try at getting elfNAME macros right.Ken Raeburn1-6/+17
1993-06-15(elfNAME, ElfNAME): Use CAT directly rather than going through NAME.Ken Raeburn1-3/+5
1993-06-15protect against multiple inclusionsKen Raeburn3-9/+23