summaryrefslogtreecommitdiffstats
path: root/trunk
AgeCommit message (Expand)Author
2009-08-07 * src/dwarf2.c (dwarf2_write_le64, dwarf2_write_be64): Shift by 56prelink_r174jakub
2009-07-09 * src/conflict.c (prelink_build_conflicts): Don't calljakub
2009-06-15 * src/prelink.h (R_386_IRELATIVE, R_X86_64_IRELATIVE): Definejakub
2009-06-15 * src/Makefile.am (DEFS, AM_CFLAGS): Add -Wno-pointer-sign.jakub
2009-06-15Fix up last CL entry.jakub
2009-06-15 * dwarf2.h (DW_TAG_condition, DW_TAG_shared_type): Define.jakub
2009-03-11 * src/prelink.h (PLArch): Add rtype_class_valid field.jakub
2009-03-10 * testsuite/reloc2.sh, testsuite/tls3.sh: Add ARM to architecturesjakub
2009-03-10 * src/arch-arm.c (arm_prelink_rel, arm_prelink_rela,jakub
2009-03-10 * src/arch-arm.c (arm_adjust_dyn, arm_adjust_rel, arm_adjust_rela,jakub
2008-10-09 * src/arch-sparc64.c (sparc64_prelink_rela,jakub
2007-12-20Correct typo in last entry.drow
2007-12-04 * gather.c (gather_object): Print an error if nftw64 fails.drow
2007-10-09 * src/cxx.c (remove_redundant_cxx_conflicts): Allow .sdatajakub
2007-10-09 * src/prelink.h (struct prelink_conflict): Add next2 field.jakub
2007-10-09 * src/prelink.h (struct prelink_conflicts): New type.jakub
2007-10-09 * src/doit.c (find_ents): Clear e->u.tmp.jakub
2007-10-09 * src/cxx.c (find_cxx_sym): If fcs->lastndx != -1, search firstjakub
2007-10-08 * src/space.c (find_readonly_space): Disallow section insertion injakub
2007-10-08 * src/cxx.c: Include alloca.h.jakub
2007-10-04 * src/prelink.h (read_config): New prototype.jakub
2007-06-27 * testsuite/reloc2.sh: If libs aren't built with -fpic,jakub
2007-03-022007-03-02 Sandra Loosemore <sandra@codesourcery.com>jakub
2006-12-01 * src/verify.c (prelink_verify): Unlink ent->filename in case ofprelink_20061201jakub
2006-10-27 * src/prelink.h (READWRITEPROTOSIZE): Undef after use.jakub
2006-10-27 * testsuite/tls3.sh: Use -fpic for MIPS too.jakub
2006-10-27 * testsuite/reloc4.sh: Use -mxgot when compiling for MIPS targets.jakub
2006-10-27 * testsuite/shuffle2.c (testzero): Globalize asm definition.jakub
2006-10-27 * src/Makefile.am (arch_SOURCES): Add arch-mips.cjakub
2006-10-27 * src/prelink.h (DT_MIPS_RLD_VERSION): Define.jakub
2006-10-27 * src/space.c (find_readonly_space): Don't place the new sectionjakub
2006-10-27 * src/prelink.h (data_iterator): New structure.jakub
2006-10-27 * src/prelink.h (READWRITEPROTOSIZE): New macro. Instantiatejakub
2006-10-27 * src/prelink.h (PLArch): Add an arch_prelink_conflict callback.jakub
2006-10-27 * src/prelink.h (PLArch): Make the arch_prelink callback takejakub
2006-10-27 * src/prelink.h (PLArch): Add an arch_adjust callback.jakub
2006-10-27 * src/prelink.h (adjust_symbol_p): Declare.jakub
2006-10-27Actually start writing ChangeLog, although many yearsjakub
2006-10-24Fix adjusting of .debug_ranges if high range is at the very end of a section.jakub
2006-10-23Avoid SEGFAULT when sorting cache entries (rh#197451)jakub
2006-07-21Move code into trunk subdirectory.drow