Age | Commit message (Expand) | Author | Files | Lines |
1996-01-17 | * srconv.c (wr_hd): Space size within segment was being | J.T. Conklin | 2 | -15/+20 |
1996-01-16 | Fix sanitize problems with new file ChangeLog-95. | Jim Wilson | 1 | -1/+1 |
1996-01-16 | * elf.c (assign_file_positions_for_segments): Don't increment file | Ian Lance Taylor | 2 | -9/+19 |
1996-01-16 | * ldgram.y (%union): Add phdr field. | Ian Lance Taylor | 1 | -0/+17 |
1996-01-16 | Remove SH3e sanitization. | Jim Wilson | 1 | -21/+0 |
1996-01-16 | Remove sh3e sanitization. Keep sh3e files. | Jim Wilson | 3 | -28/+2 |
1996-01-16 | Remove SH3e sanitization. | Jim Wilson | 11 | -181/+0 |
1996-01-16 | Keep SH3e testsuite. | Jim Wilson | 1 | -1/+1 |
1996-01-16 | * mpw-config.in (BUILD_NLMCONV, BUILD_SRCONV, SYSINFO_PROG, | Stan Shebs | 3 | -6/+27 |
1996-01-16 | Remove sh3e sanitization. | Jim Wilson | 1 | -24/+0 |
1996-01-16 | Delete obsolete SH3e sanitization. | Jim Wilson | 2 | -35/+0 |
1996-01-16 | * Makefile.in (CLIBS): Add LIBS to allow libraries to be | Stu Grossman | 3 | -2/+10 |
1996-01-16 | Tue Jan 16 18:00:35 1996 James G. Smith <jsmith@cygnus.co.uk> | Jackie Smith Cashion | 2 | -99/+935 |
1996-01-16 | Make {add to,subtract from} minus one; Make -t alu work better | Michael Meissner | 3 | -14/+464 |
1996-01-15 | * binutils-all/objcopy.exp: Use the lma, not the vma, when testing | Ian Lance Taylor | 2 | -17/+40 |
1996-01-15 | Add new PPC relocations | Michael Meissner | 3 | -3/+133 |
1996-01-15 | Add more relocation suffixes | Michael Meissner | 2 | -0/+20 |
1996-01-15 | * emultempl/sunos.em (gld${EMULATION_NAME}_before_allocation): | Ian Lance Taylor | 2 | -2/+7 |
1996-01-15 | * aoutx.h (howto_table_ext): Fix RELOC_BASE10 and RELOC_BASE22 | Ian Lance Taylor | 2 | -2/+5 |
1996-01-15 | * sunos.c (sunos_scan_ext_relocs): Don't fail assert if | Ian Lance Taylor | 2 | -13/+17 |
1996-01-15 | update copyrights | Ian Lance Taylor | 6 | -6/+7 |
1996-01-15 | * coffgen.c (coff_find_nearest_line): Don't try to cache | Ian Lance Taylor | 2 | -4/+6 |
1996-01-15 | * elf32-mips.c: Numerous changes to dynamic linking code, mostly | Ian Lance Taylor | 2 | -5/+11 |
1996-01-15 | Add some Irix 5 support, mostly from Kazumoto Kojima | Ian Lance Taylor | 6 | -2/+243 |
1996-01-15 | * ld-bootstrap/bootstrap.exp: Expect failure for mips*-*-irix5* | Ian Lance Taylor | 3 | -27/+133 |
1996-01-15 | * ecoffswap.h: Add prototypes for static functions. | Ian Lance Taylor | 1 | -19/+39 |
1996-01-15 | * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace | Fred Fish | 2 | -5/+6 |
1996-01-15 | * gdb.stabs/configure (alpha-*-*,mips-*-*): Add missing | Fred Fish | 2 | -0/+740 |
1996-01-15 | * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'. | Fred Fish | 2 | -1/+5 |
1996-01-15 | Redo unknown reloc support. Do not allow symbols in .sdata/.sbss to satify a... | Michael Meissner | 2 | -122/+76 |
1996-01-15 | Allow .gcc_except_table to have unfixed pointers with -mrelocatable | Michael Meissner | 2 | -2/+8 |
1996-01-13 | Make elf section functions ELF specific | Michael Meissner | 2 | -0/+7 |
1996-01-13 | Add .rela.got.neg section; remove .rel.* sections | Michael Meissner | 2 | -28/+22 |
1996-01-13 | Warn about relocations we do not yet support | Michael Meissner | 2 | -11/+149 |
1996-01-13 | * symtab.c (find_pc_symtab): Don't lose if OBJF_REORDERED | Jeff Law | 1 | -0/+5 |
1996-01-13 | * dsrec.c (load_srec): Remove unused variable. | Steve Chamberlain | 4 | -16/+95 |
1996-01-12 | * scripttempl/sh.sc: Only build constructors when CONSTRUCTING. | Ian Lance Taylor | 1 | -0/+2 |
1996-01-12 | From Wilfried Moser <wilfried.moser@aut.alcatel.at>: | Stan Shebs | 2 | -2/+14 |
1996-01-12 | * elf.c (assign_file_positions_for_segments): If a segment | Ian Lance Taylor | 2 | -2/+10 |
1996-01-12 | * subsegs.c (section_symbol): Don't try to look up the section | Ian Lance Taylor | 1 | -0/+4 |
1996-01-12 | * elf-bfd.h (_bfd_elf_section_from_bfd_section): Declare. | Ian Lance Taylor | 3 | -4/+7 |
1996-01-12 | tweak last change | Ian Lance Taylor | 1 | -2/+2 |
1996-01-12 | Add support for exclude section flag and ordered section type | Michael Meissner | 4 | -26/+202 |
1996-01-12 | Add PowerPC support for SHF_EXCLUDE, SHT_ORDERED | Michael Meissner | 2 | -0/+23 |
1996-01-12 | * configure.in: Make sure that ${CC} can be used to compile an | Ian Lance Taylor | 2 | -0/+21 |
1996-01-12 | * ldmisc.c: Include <stdarg.h> rather than <varargs.h> if | Ian Lance Taylor | 3 | -66/+132 |
1996-01-12 | Fri Jan 12 14:35:58 1996 David Mosberger-Tang <davidm@AZStarNet.com> | Ian Lance Taylor | 2 | -107/+138 |
1996-01-12 | * elf.c (_bfd_elf_print_private_bfd_data): Dump contents of | Ian Lance Taylor | 4 | -40/+155 |
1996-01-12 | * elf32-i386.c (elf_i386_size_dynamic_sections): Don't create a | Ian Lance Taylor | 2 | -16/+21 |
1996-01-12 | Add support for .sdata2/.sbss2 and old 2.7.2 compiler; Make text start at 64k... | Michael Meissner | 3 | -12/+55 |