OSDN Git Service

uclinux-h8/elf2flt.git
2009-07-07 David McCulloughhandle more strip/verbose options.
2009-07-07 David McCulloughUnify the duplicated windows and other system fallback...
2009-07-07 David McCulloughgenerate dependency info automatically
2009-07-07 David McCulloughThis cleans up the Makefile handling of the different...
2009-07-07 David McCulloughadd more common files to gitignore
2009-07-06 David McCulloughthe flat.h header uses things like uint32_t but does...
2009-06-04 David McCulloughWe renamed all the Blackfin relocs in the toolchain...
2009-06-02 David McCulloughRather than putting the `rm` at the end of the script...
2009-05-24 David McCulloughWhen the relocs are larger than 16bits, incorrect value...
2009-05-22 David McCulloughAdd -u/-U options to control the Blackfin L1 stack...
2009-05-22 David McCulloughAdd a .gitignore file
2009-05-21 Greg UngererNewer gcc compilers generate some ARM relocation types...
2009-05-18 David McCulloughThe option given to AC_ARG_ENABLE() have typos in them...
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 configure to get the new ctor/dtor option.
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 McCulloughGCC properly provides CTOR/DTOR END/LIST symbols alread...
2009-05-07 David McCulloughOften build systems will use -shared when creating...
2009-05-07 David McCulloughIf there is no bss section, set bss_vma to the end...
2009-05-07 David McCulloughNewer versions of gcc (4.3+) may output additional...
2009-05-07 David McCulloughRename elf2flt.ld to elf2flt.ld.in.
2009-05-07 David McCulloughRe-run autoconf to make sure everything is up to date.
2009-05-06 David McCulloughSome arches (like the Blackfin architecture) have an...
2009-05-06 David McCulloughGeneral update for the different DWARF debugging styles...
2009-05-06 David McCulloughPT_GNU_STACK markings make no sense with FLAT binaries...
2009-05-06 David McCulloughwhitespace cleanup
2008-11-27 David McCulloughWhen compiled with CVS binutils, busybox fails to execu...
2008-11-27 David McCulloughKazu Hirata wrote:
2008-11-21 David McCulloughIt is somewhat common for people to use the -s (strip...
2008-11-06 David McCulloughThe Blackfin port uses _current_shared_library_p5_offse...
2008-11-02 David McCulloughupdate configure after configure.in changes.
2008-11-02 David McCulloughWe should link against -lc before any of the binutils...
2008-11-02 David McCulloughwhen debugging a flat loader problem involving relocs...
2008-10-29 David McCulloughReserve a flag for the blackfin target (FLAT_FLAG_L1STK...
2008-06-11 David McCulloughupdated configure thanks to Atle Nissestad <atle@nisses...
2008-03-13 David McCulloughI'm lazy and having to set 4 configure options when...
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-11-27 David McCulloughThe patch below adds two additional DWARF2 debug sectio...
2007-11-27 David McCulloughThis patch is required to successfully link against...
2007-10-11 David McCulloughthe intl subdir in binutils may redirect some funcs...
2007-09-24 David McCulloughAllow for hex/octal/decimal stack specifications using...
2007-09-24 David McCulloughThe short_format var isnt used in flthdr.c, so delete it
2007-08-01 Greg Ungererlf2flt crashes on Linux/amd64:
2007-01-03 Greg UngererRe-autconf configure script after Mike Frysinger's...
2007-01-03 Greg UngererThe proper way to do error message output is with AC_MS...
2006-11-23 David McCulloughthe install program is run with the '-s' option which...
2006-11-14 David McCulloughthe bzero() function has been marked as depreciated...
2006-09-13 David McCulloughBefore I delve in the long (sorry) RFC below, I've...
2006-07-21 David McCulloughThis patch adds elf2flt support for prioritised constru...
2006-07-10 David McCulloughUse the emit-relocs options by default unless the user...
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-06-15 Greg UngererNewly autoconf generated configure script. It was out...
2006-05-23 David McCulloughThe patch below teaches elf2flt to handle R_68K_PC16...
2006-04-06 David McCulloughThe current elf2flt.ld forgets to allow to put `gnu...
2006-04-03 David McCulloughAdd the "b" back to files opens for WIN32 builds as...
2006-04-03 Greg UngererChanged the mode argument for all the popen() calls...
2006-04-03 David McCulloughWhee. What a most entertaining bug.
2006-03-23 David McCulloughThis patch adds support for .preinit_array, .init_array...
2006-02-22 David McCulloughHello,
2006-02-01 David McCulloughThis patch allows cross-compilation of elf2flt for...
2006-01-17 David McCulloughPatch to add configure option:
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-07-15 David McCulloughA new config.sub with blackfin support
2005-07-06 David McCulloughSmall spelling fixup from Dylan Griffiths.
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-03-16 Bernardo InnocentiAdd missing headers.
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
2004-03-19 David McCulloughA small patch to ld-elf2flt.in, that lets an elf2flt...
2004-03-09 Greg UngererSomehow the microblaze support in elf2flt/config.sub...
2004-02-10 David McCulloughWhen the linker "-v" flag is passed, turn on shell...
2004-02-09 David McCulloughthis patch for elf2flt makes sure that all install...
2004-01-05 David McCulloughIn order to use m68k-uclinux globally as the new toolch...
2004-01-05 David McCulloughA slightly updated configure script
2003-11-11 Greg UngererFind attached the patch for the elf2flt utility. Except...
2003-09-23 David McCulloughAllow installing elf2flt with build directory out of...
2003-09-21 David McCulloughCheck in stubs.c from Miles Bader's last patch
2003-09-09 David McCulloughAdd support for possibly missing dcgettext function
2003-09-09 David McCulloughAllow for really big apps, Miles Bader <miles@gnu.org>
2003-09-03 David McCulloughI've now tested building the uClinux tools on a Windows...
next