OSDN Git Service

Unify the duplicated windows and other system fallback logic in stubs.h
[uclinux-h8/elf2flt.git] / elf2flt.c
2009-07-07 David McCulloughUnify the duplicated windows and other system fallback...
2009-06-04 David McCulloughWe renamed all the Blackfin relocs in the toolchain...
2009-05-24 David McCulloughWhen the relocs are larger than 16bits, incorrect value...
2009-05-21 Greg UngererNewer gcc compilers generate some ARM relocation types...
2009-05-18 David McCulloughAttached is a patch that updates elf2flt support for...
2009-05-17 David McCulloughThe header logic for pulling in ELF defines mixes commo...
2009-05-07 David McCulloughupdate Blackfin port
2009-05-07 David McCulloughonly print "No relocations" when in verbose mode
2009-05-07 David McCulloughSince the nios2 port is the only one to use the get_gp_...
2009-05-07 David McCulloughThe FLAT structure is all built on 32bit types, so...
2009-05-07 David McCulloughIf there is no bss section, set bss_vma to the end...
2008-02-27 David McCulloughThis patch allows elf2flt/flthdr's compression options...
2008-02-24 David McCulloughWhen moving the xmalloc changes from the Blackfin elf2f...
2008-02-21 David McCulloughI hit a random failure in elf2flt (not elf2flt's fault...
2007-12-03 David McCulloughThis patch fixes two issues which are triggered when...
2007-09-24 David McCulloughAllow for hex/octal/decimal stack specifications using...
2007-08-01 Greg Ungererlf2flt crashes on Linux/amd64:
2006-11-14 David McCulloughthe bzero() function has been marked as depreciated...
2006-07-10 David McCulloughelf2flt.c (output_relocs) <use_resolved> [TARGET_arm]:
2006-07-10 Greg UngererThis patch adds m68k support for elf2flt -a. I've...
2006-07-03 Greg Ungerer * elf2flt.c (output_relocs) <use_resolved> [TARGET_...
2006-06-26 David McCulloughSupport the -a (use_resolved) option for TARGET_arm.
2006-06-19 David McCulloughWe've eliminated the use of the relocation stack from...
2006-05-23 David McCulloughThe patch below teaches elf2flt to handle R_68K_PC16...
2006-04-03 David McCulloughAdd the "b" back to files opens for WIN32 builds as...
2006-01-13 Greg Ungererseems my previous attempt at updating the current elf2f...
2006-01-11 David McCulloughnios/nios2 support by Wentao Xu <wentao@microtronix...
2005-09-28 David McCulloughHi,
2005-08-25 David McCulloughBlackfin support merged in by Bernd Schmidt <bernds_cb1...
2005-08-01 David McCulloughChange all file format related unsigned longs to uint32...
2005-05-03 John WilliamsTweaked Makefile.in so that post-configured Makefile...
2005-04-18 John WilliamsExplicit assignment of elf2flt package under GPL v2.0.
2005-02-23 Bernardo InnocentiBuild elf2flt with headers from binutils 2.15.94+.
2005-02-23 Bernardo InnocentiCygwin fixes.
2004-11-08 John WilliamsAdd support for win32 (non-cygwin) builds of elf2flt
2004-10-28 Yoshinori Satoh8/300 forbid relocation of absolute symbol
2004-05-13 David McCullough- add target h8300h
2004-03-23 David McCulloughUse headers direct from binutils
2003-11-11 Greg UngererFind attached the patch for the elf2flt utility. Except...
2003-08-04 David McCulloughthis patch adds Cygwin support to elf2flt. Also include...
2003-07-29 David McCulloughFixed handling of MICROBLAZE_32 reloc type. The mb...
2003-07-14 David McCulloughGet rid of false/FALSE and true/TRUE usage so we work...
2003-07-10 David McCulloughIgnore the -relax option. Done for the MicroBlaze...
2003-06-02 David McCulloughTwo changes from Miles Bader <miles@gnu.org>
2003-05-30 David McCulloughFix the zero padding so that it doesn't crash if tehre...
2003-05-29 David McCulloughAdd ktrace option so that individual flat files will...
2003-05-27 David McCulloughPatches from Miles Bader <miles@gnu.org>:
2003-05-22 Greg UngererMultiple sections of a given type are combined, and...
2003-05-22 Greg UngererThis capability was already sort of in the code, but...
2003-05-22 Greg UngererAdded support for the Microblaze archiecture.
2003-05-08 David McCulloughAdded SH support from Paul Mundt <lethal@linux-sh.org>
2003-05-06 David McCulloughFixup some host alignment errors from Miles Bader ...
2003-04-09 David McCulloughAdd H8 support (tested on H8300S).
2002-07-31 Erik AndersenPass through R_ARM_GOT32 and R_ARM_GOTPC relocations
2002-04-12 Greg UngererFixed some spelling mistakes.
2002-04-11 David McCulloughcleanup a few things while adding support for the share...
2002-03-19 Greg UngererFixup for ARM PLT32 relocation type, patch from David...
2002-02-17 David McCulloughChanges to compile under Solaris from The LEOX team...
2002-02-14 Greg UngererImprovements to the configure system from Miles Bader...
2002-02-14 David McCulloughSome more v850 tweaks from Miles Bader <miles@gnu.org>
2002-02-14 David McCulloughFix an error in the last update.
2002-02-14 David McCulloughFixups for the v850 from Miles Bader <miles@gnu.org>.
2002-02-14 David McCulloughInitial revision