OSDN Git Service

uclinux-h8/elf2flt.git
2014-05-26 Yoshinori SatoSH relocation fix sh
2011-04-04 davidmThe GNU linker uses -v as a shortcut to --version,...
2011-02-15 davidmthe attached patch is needed for the recent elf2flt
2010-12-16 davidmThe .note.ABI-tag section exists to indicate to other...
2010-08-17 davidmWhen we converted ld-elf2flt from the shell script...
2010-06-22 davidmThe current code misses checking a few args in order...
2010-05-11 davidmThe sed debug showed incorrect syntax for deletions...
2010-03-09 gergHere is a patch to fix a ``misunderstanding'' between...
2010-02-03 davidmuse AS_HELP_STRING for all configure options
2010-02-03 davidmThis is needed for Blackfin FLAT's to be processed...
2010-01-22 davidmMake varargs debug macros GCC-2.x compatible.
2010-01-20 gerg[PATCH] add Blackfin to the README
2009-11-09 davidmfix option order when invoking children
2009-08-30 davidmfix elf2flt dep generation in out-of-tree builds
2009-07-14 davidmthe "all" target should not be depending on "ld-elf2flt"
2009-07-14 davidmthe Makefile.in still refers to elf2flt.sh.in:
2009-07-12 davidmDue to shell portability issues (which is to say shell...
2009-07-07 davidmhandle more strip/verbose options.
2009-07-07 davidmUnify the duplicated windows and other system fallback...
2009-07-07 davidmgenerate dependency info automatically
2009-07-07 davidmThis cleans up the Makefile handling of the different...
2009-07-07 davidmadd more common files to gitignore
2009-07-06 davidmthe flat.h header uses things like uint32_t but does...
2009-06-04 davidmWe renamed all the Blackfin relocs in the toolchain...
2009-06-02 davidmRather than putting the `rm` at the end of the script...
2009-05-24 davidmWhen the relocs are larger than 16bits, incorrect value...
2009-05-22 davidmAdd -u/-U options to control the Blackfin L1 stack...
2009-05-22 davidmAdd a .gitignore file
2009-05-21 gergNewer gcc compilers generate some ARM relocation types...
2009-05-18 davidmThe option given to AC_ARG_ENABLE() have typos in them...
2009-05-18 davidmAttached is a patch that updates elf2flt support for...
2009-05-17 davidmThe header logic for pulling in ELF defines mixes commo...
2009-05-07 davidmUpdate configure to get the new ctor/dtor option.
2009-05-07 davidmupdate Blackfin port
2009-05-07 davidmonly print "No relocations" when in verbose mode
2009-05-07 davidmSince the nios2 port is the only one to use the get_gp_...
2009-05-07 davidmThe FLAT structure is all built on 32bit types, so...
2009-05-07 davidmGCC properly provides CTOR/DTOR END/LIST symbols alread...
2009-05-07 davidmOften build systems will use -shared when creating...
2009-05-07 davidmIf there is no bss section, set bss_vma to the end...
2009-05-07 davidmNewer versions of gcc (4.3+) may output additional...
2009-05-07 davidmRename elf2flt.ld to elf2flt.ld.in.
2009-05-07 davidmRe-run autoconf to make sure everything is up to date.
2009-05-06 davidmSome arches (like the Blackfin architecture) have an...
2009-05-06 davidmGeneral update for the different DWARF debugging styles...
2009-05-06 davidmPT_GNU_STACK markings make no sense with FLAT binaries...
2009-05-06 davidmwhitespace cleanup
2008-11-27 davidmWhen compiled with CVS binutils, busybox fails to execu...
2008-11-27 davidmKazu Hirata wrote:
2008-11-21 davidmIt is somewhat common for people to use the -s (strip...
2008-11-06 davidmThe Blackfin port uses _current_shared_library_p5_offse...
2008-11-02 davidmupdate configure after configure.in changes.
2008-11-02 davidmWe should link against -lc before any of the binutils...
2008-11-02 davidmwhen debugging a flat loader problem involving relocs...
2008-10-29 davidmReserve a flag for the blackfin target (FLAT_FLAG_L1STK...
2008-06-11 davidmupdated configure thanks to Atle Nissestad <atle@nisses...
2008-03-13 davidmI'm lazy and having to set 4 configure options when...
2008-02-27 davidmThis patch allows elf2flt/flthdr's compression options...
2008-02-24 davidmWhen moving the xmalloc changes from the Blackfin elf2f...
2008-02-21 davidmI hit a random failure in elf2flt (not elf2flt's fault...
2007-12-03 davidmThis patch fixes two issues which are triggered when...
2007-11-27 davidmThe patch below adds two additional DWARF2 debug sectio...
2007-11-27 davidmThis patch is required to successfully link against...
2007-10-11 davidmthe intl subdir in binutils may redirect some funcs...
2007-09-24 davidmAllow for hex/octal/decimal stack specifications using...
2007-09-24 davidmThe short_format var isnt used in flthdr.c, so delete it
2007-08-01 gerglf2flt crashes on Linux/amd64:
2007-01-03 gergRe-autconf configure script after Mike Frysinger's...
2007-01-03 gergThe proper way to do error message output is with AC_MS...
2006-11-23 davidmthe install program is run with the '-s' option which...
2006-11-14 davidmthe bzero() function has been marked as depreciated...
2006-09-13 davidmBefore I delve in the long (sorry) RFC below, I've...
2006-07-21 davidmThis patch adds elf2flt support for prioritised constru...
2006-07-10 davidmUse the emit-relocs options by default unless the user...
2006-07-10 davidmelf2flt.c (output_relocs) <use_resolved> [TARGET_arm]:
2006-07-10 gergThis patch adds m68k support for elf2flt -a. I've...
2006-07-03 gerg * elf2flt.c (output_relocs) <use_resolved> [TARGET_...
2006-06-26 davidmSupport the -a (use_resolved) option for TARGET_arm.
2006-06-19 davidmWe've eliminated the use of the relocation stack from...
2006-06-15 gergNewly autoconf generated configure script. It was out...
2006-05-23 davidmThe patch below teaches elf2flt to handle R_68K_PC16...
2006-04-06 davidmThe current elf2flt.ld forgets to allow to put `gnu...
2006-04-03 davidmAdd the "b" back to files opens for WIN32 builds as...
2006-04-03 gergChanged the mode argument for all the popen() calls...
2006-04-03 davidmWhee. What a most entertaining bug.
2006-03-23 davidmThis patch adds support for .preinit_array, .init_array...
2006-02-22 davidmHello,
2006-02-01 davidmThis patch allows cross-compilation of elf2flt for...
2006-01-17 davidmPatch to add configure option:
2006-01-13 gergseems my previous attempt at updating the current elf2f...
2006-01-11 davidmnios/nios2 support by Wentao Xu <wentao@microtronix...
2005-09-28 davidmHi,
2005-08-25 davidmBlackfin support merged in by Bernd Schmidt <bernds_cb1...
2005-08-01 davidmChange all file format related unsigned longs to uint32...
2005-07-15 davidmA new config.sub with blackfin support
2005-07-06 davidmSmall spelling fixup from Dylan Griffiths.
2005-05-03 jwilliamsTweaked Makefile.in so that post-configured Makefile...
2005-04-18 jwilliamsExplicit assignment of elf2flt package under GPL v2.0.
2005-03-16 bernieAdd missing headers.
2005-02-23 bernieBuild elf2flt with headers from binutils 2.15.94+.
next