Age | Commit message (Expand) | Author | Files | Lines |
1993-12-30 | * section.c (bfd_get_section_contents): Return zero filled buffer | Peter Schauer | 2 | -27/+38 |
1993-12-28 | * elf.c (bfd_elf_generic_reloc): If this is not an inplace reloc, | Ian Lance Taylor | 2 | -21/+21 |
1993-12-21 | changes so far | Ken Raeburn | 1 | -0/+20 |
1993-12-21 | (coff_write_relocs) [SWAP_OUT_RELOC_OFFSET]: Copy addend to r_offset field. | Ken Raeburn | 1 | -37/+35 |
1993-12-21 | added coff-sparc.c to CFILES, rebuilt dependencies | Ken Raeburn | 1 | -2/+9 |
1993-12-21 | (aix386_core_file_p): Use cd_regs[0] for computing the offsetof because AIX | Ken Raeburn | 1 | -0/+341 |
1993-12-16 | * hosts/hp300bsd.h: Correctly identify 4.3BSD vs 4.4BSD. | Jeff Law | 1 | -0/+4 |
1993-12-15 | cleanups and mach3 changes | David MacKenzie | 2 | -1/+15 |
1993-12-15 | * som.c (som_begin_writing): Fix thinkos in auxiliary header | Jeff Law | 1 | -0/+6 |
1993-12-14 | * elf32-hppa.c (hppa_elf_gen_reloc_type): Handle 'T' field | Jeff Law | 3 | -22/+128 |
1993-12-07 | * nlmcode.h: Fixes to avoid compiler warnings... | Stu Grossman | 1 | -0/+4 |
1993-12-07 | * libnlm.h (nlm_backend_data): Removed macro definition. | Ian Lance Taylor | 1 | -0/+5 |
1993-12-06 | * som.c (som_begin_writing): Flesh out code for handling simple | Jeff Law | 2 | -3/+107 |
1993-12-06 | * som.c (R_DLT_REL, R_AUX_UNWIND, R_SEC_STMT): Add protected | Jeff Law | 2 | -6/+22 |
1993-12-06 | * som.c (som_hppa_howto_table): Add missing R_END_TRY. Delete | Jeff Law | 2 | -17/+210 |
1993-12-05 | * elf32-hppa.c: (elf_hppa_howto_table): PLABEL and DLT | Jeff Law | 2 | -511/+607 |
1993-12-05 | Fri Dec 3 09:55:17 1993 Pete Hoogenboom (hoogen@cs.utah.edu) | Jeff Law | 2 | -0/+10 |
1993-12-03 | * config/solaris2.mh (HDEFINES): Remove -Dconst= | Ian Lance Taylor | 2 | -0/+11 |
1993-12-02 | * ecoff.c: Added various casts for 32/64 bit cross targeting. | Ian Lance Taylor | 1 | -0/+12 |
1993-12-02 | * libnlm.h (struct nlm_obj_tdata): New field backend_data. | Ian Lance Taylor | 1 | -0/+20 |
1993-12-02 | * som.c (som_section_type, som_decode_symcalss): New functions. | Jeff Law | 1 | -0/+7 |
1993-12-02 | Various entries. | Ian Lance Taylor | 1 | -0/+50 |
1993-12-02 | * libnlm.h (struct nlm_backend_data): New fields | Ian Lance Taylor | 4 | -301/+758 |
1993-12-02 | * nlmswap.h: Declare functions. | Ian Lance Taylor | 1 | -0/+6 |
1993-12-02 | New files for preliminary Alpha NetWare support. | Ian Lance Taylor | 2 | -0/+863 |
1993-12-01 | various | Ken Raeburn | 1 | -0/+20 |
1993-12-01 | handle sparccoff_vec | Ken Raeburn | 1 | -0/+1 |
1993-12-01 | declare sparccoff_vec | Ken Raeburn | 1 | -0/+1 |
1993-12-01 | handle sparc*-*-coff* | Ken Raeburn | 1 | -0/+1 |
1993-12-01 | Various entries. Added entries for NetWare changes made by Sean a | Ian Lance Taylor | 1 | -0/+34 |
1993-12-01 | Added copyright notice and comments. | Ian Lance Taylor | 1 | -0/+150 |
1993-12-01 | * hosts/alphaosf.h (uint64_typeLOW, uint64_typeHIGH): Cast results | Ian Lance Taylor | 1 | -2/+4 |
1993-12-01 | * config.bfd: Don't set target64 here, as the setting is ignored. | Ian Lance Taylor | 2 | -6/+8 |
1993-12-01 | * bfd-in.h (uint64_typeLOW, uint64_typeHIGH): Fully parenthesize | Ian Lance Taylor | 1 | -4/+4 |
1993-11-30 | Irix 4 core support entries. | Ian Lance Taylor | 1 | -0/+16 |
1993-11-30 | * irix-core.c: New file for Irix 4 and Irix 5 core support. | Ian Lance Taylor | 2 | -2/+18 |
1993-11-30 | New file for Irix 4 and Irix 5 core file support. Split out of | Ian Lance Taylor | 1 | -0/+1 |
1993-11-24 | * elfcode.h (map_program_segments): Restore check of file_size != | Ian Lance Taylor | 2 | -22/+29 |
1993-11-24 | * ecofflink.c: New file to hold ECOFF debug information linking | Ian Lance Taylor | 6 | -967/+310 |
1993-11-24 | New file to hold ECOFF linking routines used by both ECOFF and MIPS ELF. | Ian Lance Taylor | 2 | -0/+830 |
1993-11-23 | Split ChangeLog into two. | Steve Chamberlain | 3 | -6944/+6954 |
1993-11-23 | * som.c (hppa_object_p): Also recognize SHARED_MAGIC_CNX as | Jeff Law | 1 | -0/+5 |
1993-11-22 | * ecoff.c (ecoff_mkobject): Don't create .scommon section; linker | Ian Lance Taylor | 1 | -0/+8 |
1993-11-22 | * bfd/config/delta88.mh (HDEFINES): Define this to be -DPTRACE_CORE. | Fred Fish | 2 | -0/+10 |
1993-11-22 | * Minimal support for reading SOM fixup streams. Allows | Jeff Law | 2 | -48/+808 |
1993-11-21 | Modified to be based on lynx.h, like i386 and m68k versions. | Ken Raeburn | 1 | -28/+1 |
1993-11-21 | define FPRINTF_ALREADY_DECLARED | Ken Raeburn | 2 | -0/+4 |
1993-11-19 | * coff-a29k.c (a29k_reloc): For R_IREL, don't left shift | Ian Lance Taylor | 2 | -4/+9 |
1993-11-19 | * elfcode.h (elf_fake_sections): Accept .sbss as the name for a | Ian Lance Taylor | 1 | -0/+12 |
1993-11-19 | * coffcode.h (coff_slurp_symbol_table): Print more verbose message | Ken Raeburn | 1 | -0/+3 |