Age | Commit message (Expand) | Author | Files | Lines |
2011-04-04 | The GNU linker uses -v as a shortcut to --version, not --verbose. So atm,HEADmaster | davidm | 1 | -1/+1 |
2011-02-16 | the attached patch is needed for the recent elf2flt | davidm | 1 | -6/+8 |
2010-12-16 | The .note.ABI-tag section exists to indicate to other projects (like gdb | davidm | 1 | -1/+1 |
2010-08-17 | When we converted ld-elf2flt from the shell script to C, one small nuance | davidm | 1 | -40/+36 |
2010-06-22 | The current code misses checking a few args in order to determine the | davidm | 1 | -3/+5 |
2010-05-11 | The sed debug showed incorrect syntax for deletions, and the program exec | davidm | 1 | -1/+3 |
2010-03-09 | Here is a patch to fix a ``misunderstanding'' between the kernel (bflt | gerg | 1 | -2/+7 |
2010-02-04 | use AS_HELP_STRING for all configure options | davidm | 2 | -18/+23 |
2010-02-04 | This is needed for Blackfin FLAT's to be processed properly, and apparently | davidm | 4 | -2/+37 |
2010-01-22 | Make varargs debug macros GCC-2.x compatible. | davidm | 1 | -1/+1 |
2010-01-20 | [PATCH] add Blackfin to the README | gerg | 1 | -1/+1 |
2009-11-10 | fix option order when invoking children | davidm | 1 | -3/+10 |
2009-08-30 | fix elf2flt dep generation in out-of-tree builds | davidm | 1 | -1/+1 |
2009-07-15 | the "all" target should not be depending on "ld-elf2flt" | davidm | 1 | -1/+1 |
2009-07-14 | the Makefile.in still refers to elf2flt.sh.in: | davidm | 1 | -1/+2 |
2009-07-13 | Due to shell portability issues (which is to say shell scripts are not | davidm | 7 | -466/+1648 |
2009-07-07 | handle more strip/verbose options. | davidm | 1 | -2/+4 |
2009-07-07 | Unify the duplicated windows and other system fallback logic in stubs.h | davidm | 6 | -172/+130 |
2009-07-07 | generate dependency info automatically | davidm | 1 | -2/+4 |
2009-07-07 | This cleans up the Makefile handling of the different compiler flags such | davidm | 1 | -11/+13 |
2009-07-07 | add more common files to gitignore | davidm | 1 | -0/+6 |
2009-07-06 | the flat.h header uses things like uint32_t but does not pull in the | davidm | 1 | -0/+1 |
2009-06-05 | We renamed all the Blackfin relocs in the toolchain to match other ports | davidm | 1 | -11/+11 |
2009-06-02 | Rather than putting the `rm` at the end of the script before the normal | davidm | 1 | -1/+1 |
2009-05-25 | When the relocs are larger than 16bits, incorrect values are written when | davidm | 1 | -21/+6 |
2009-05-22 | Add -u/-U options to control the Blackfin L1 stack flag. | davidm | 1 | -2/+13 |
2009-05-22 | Add a .gitignore file | davidm | 1 | -0/+18 |
2009-05-21 | Newer gcc compilers generate some ARM relocation types that we should | gerg | 1 | -0/+4 |
2009-05-19 | The option given to AC_ARG_ENABLE() have typos in them -- they use an | davidm | 2 | -4/+4 |
2009-05-19 | Attached is a patch that updates elf2flt support for microblaze: | davidm | 1 | -23/+5 |
2009-05-18 | The header logic for pulling in ELF defines mixes common ELF headers and | davidm | 1 | -2/+7 |
2009-05-08 | Update configure to get the new ctor/dtor option. | davidm | 1 | -0/+13 |
2009-05-07 | update Blackfin port | davidm | 1 | -207/+130 |
2009-05-07 | only print "No relocations" when in verbose mode | davidm | 1 | -1/+1 |
2009-05-07 | Since the nios2 port is the only one to use the get_gp_value() function, | davidm | 1 | -1/+3 |
2009-05-07 | The FLAT structure is all built on 32bit types, so make sure the elf2flt | davidm | 1 | -35/+35 |
2009-05-07 | GCC properly provides CTOR/DTOR END/LIST symbols already via the normal | davidm | 4 | -9/+25 |
2009-05-07 | Often build systems will use -shared when creating shared libraries, so | davidm | 1 | -0/+11 |
2009-05-07 | If there is no bss section, set bss_vma to the end of data. | davidm | 1 | -0/+3 |
2009-05-07 | Newer versions of gcc (4.3+) may output additional exception tables | davidm | 1 | -1/+4 |
2009-05-07 | Rename elf2flt.ld to elf2flt.ld.in. | davidm | 1 | -0/+0 |
2009-05-07 | Re-run autoconf to make sure everything is up to date. | davidm | 1 | -909/+1158 |
2009-05-07 | Some arches (like the Blackfin architecture) have an ABI where all symbols | davidm | 4 | -38/+46 |
2009-05-07 | General update for the different DWARF debugging styles gcc may output. | davidm | 1 | -4/+22 |
2009-05-07 | PT_GNU_STACK markings make no sense with FLAT binaries, so discard the | davidm | 1 | -0/+1 |
2009-05-07 | whitespace cleanup | davidm | 1 | -6/+5 |
2008-11-27 | When compiled with CVS binutils, busybox fails to execute properly. | davidm | 1 | -2/+2 |
2008-11-27 | Kazu Hirata wrote: | davidm | 1 | -5/+7 |
2008-11-21 | It is somewhat common for people to use the -s (strip) option to the | davidm | 1 | -1/+2 |
2008-11-06 | The Blackfin port uses _current_shared_library_p5_offset_ for the GOT offset | davidm | 1 | -1/+3 |