OSDN Git Service

uclinux-h8/elf2flt.git
2012-10-04 Greg UngererFrom: Larry Baker <baker@usgs.gov> master
2011-04-04 David McCulloughThe GNU linker uses -v as a shortcut to --version,...
2011-02-15 David McCulloughthe attached patch is needed for the recent elf2flt
2010-12-16 David McCulloughThe .note.ABI-tag section exists to indicate to other...
2010-08-17 David McCulloughWhen we converted ld-elf2flt from the shell script...
2010-06-22 David McCulloughThe current code misses checking a few args in order...
2010-05-11 David McCulloughThe sed debug showed incorrect syntax for deletions...
2010-03-09 Greg UngererHere is a patch to fix a ``misunderstanding'' between...
2010-02-03 David McCulloughuse AS_HELP_STRING for all configure options
2010-02-03 David McCulloughThis is needed for Blackfin FLAT's to be processed...
2010-01-22 David McCulloughMake varargs debug macros GCC-2.x compatible.
2010-01-20 Greg Ungerer[PATCH] add Blackfin to the README
2009-11-09 David McCulloughfix option order when invoking children
2009-08-30 David McCulloughfix elf2flt dep generation in out-of-tree builds
2009-07-14 David McCulloughthe "all" target should not be depending on "ld-elf2flt"
2009-07-14 David McCulloughthe Makefile.in still refers to elf2flt.sh.in:
2009-07-12 David McCulloughDue to shell portability issues (which is to say shell...
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+.
next