OSDN Git Service

Add support for PowerPC e500, libc part only.
[uclinux-h8/uClibc.git] / ldso /
2007-01-29 Bernhard Reutner... - see if defined foo before trying to look at the value...
2007-01-28 Mike Frysingerfix from Bernd Schmidt to make sure _dl_debug_state...
2007-01-28 Mike Frysingeras pointed out by Jocke, use "2" for actual error messa...
2007-01-26 Joakim TjernlundFix libdl bug reported by Cedric Hombourger in
2007-01-09 Joakim TjernlundJoseph S. Myers writes:
2007-01-05 Joakim TjernlundSupport SecurePLTs for PowerPC. You need a toolchain...
2006-12-06 Eric Andersenbits/kernel_stat.h is for internal uClibc use only...
2006-11-21 Khem RajUse constant pool instead of and adr
2006-11-17 Mike FrysingerBernd Schmidt writes: [blackfin updates] add support...
2006-11-17 Mike FrysingerBernd Schmidt writes:
2006-11-16 Eric Andersenrevert rev 16527 changes to ldso/ldso/dl-hash.c
2006-11-16 Eric AndersenPaul Brook writes:
2006-11-10 Eric AndersenThis change reimplements the ARM _dl_linux_resolve...
2006-11-10 Eric Andersenarm thumb:
2006-11-04 Eric Andersenmips64 patch from Atsushi Nemoto:
2006-10-10 Khem RajMake _dl_linux_resolve interworking safe. Thanks Paul...
2006-10-07 Mike Frysingerfixup from Bernd Schmidt to properly document DL_ADDR_T...
2006-10-07 Mike FrysingerBernd Schmidt writes:
2006-10-07 Khem RajDon't use r10 to find PIC base. In GCC 4.1.1 onwards...
2006-09-19 Mike Frysingermerge some more FDPIC related fixes from Bernd Schmidt
2006-07-05 Mike Frysingerpatch from Bernd Schmidt to abstract away initializing...
2006-07-05 Mike Frysingerpatch from Bernd Schmidt to abstract away initializing...
2006-07-05 Mike Frysingerconvert #if 0 code to _dl_if_debug_print()
2006-07-05 Mike Frysingerpatch from Bernd Schmidt to abstract away load address...
2006-07-05 Mike Frysingerpatch from Bernd Schmidt to abstract away load address...
2006-07-05 Eric Andersenfixup my copyright notice, trim stale remnants of older...
2006-07-05 Mike Frysingerupdate license
2006-07-05 Mike Frysingermissed an ElfW(Addr) change
2006-07-05 Mike Frysingerpatch from Bernd Schmidt to abstract away load addresses
2006-07-05 Mike Frysingeruse ElfW(Addr) in more places
2006-07-05 Mike Frysingerrevert fdpic patch so we can merge it in bit by bit
2006-06-30 Mike FrysingerBernd Schmidt writes: abstract away addresses so we...
2006-06-30 Mike FrysingerBernd Schmidt writes: too many semicolons!
2006-06-19 Mike Frysingereat extraneous ; and insert some whitespace where it...
2006-06-19 Mike Frysingereat whitespace
2006-06-07 Mike Frysingeruse unsigned long like every other port as pointed...
2006-04-20 Mike Frysingeradd a note as to why mips is special
2006-04-12 Eric Andersendoh, forgot to copy the final \0
2006-04-12 Eric Andersenmicro-optimization -- we already know how long the...
2006-04-12 Eric Andersencleanup whitespace
2006-04-12 Eric Andersenfixup a big 'ol memory leak in search_for_named_library()
2006-03-24 Peter S. Mazingertypo stderrr
2006-03-23 Peter S. Mazingerforgotten to update gettimeofday here as well
2006-03-08 Mike Frysingermacro out the /10 operation so arches can have their...
2006-03-07 Peter S. MazingerRemove additional endif pointed out by vapier
2006-03-07 Peter S. MazingerAdd UCLIBC_HAS_SSP_COMPAT option guarding gcc-3.x ssp...
2006-03-02 Mike Frysingermake all the warnings the same and add line #s so we...
2006-03-02 Mike Frysingerkill spurious semicolons
2006-03-02 Mike Frysingerclean out arch subdirs as well
2006-02-23 Peter KjellerstedtAdded support for the new CRISv32 architecture.
2006-02-23 Peter KjellerstedtMoved the definition of MMAP2_PAGE_SHIFT from ldso...
2006-02-23 Peter KjellerstedtInclude bits/uClibc_page.h before dl-syscall.h as the...
2006-02-23 Peter KjellerstedtSpecify a correct MMAP2_PAGE_SHIFT to use when calculat...
2006-02-23 Peter KjellerstedtAllow MMAP2_PAGE_SHIFT to be specified by the architect...
2006-02-23 Peter KjellerstedtA little clean up.
2006-02-22 Mike Frysingersync with glibc
2006-02-22 Mike FrysingerNicolas Bellido: switch up order of mmap preference...
2006-02-22 Mike Frysingermove _dl_mmap_check_error() to related mmap bits of...
2006-02-18 Mike Frysingerjust let user decide CFLAGS instead of assuming stuff...
2006-02-18 Mike Frysingerthese defines are created for use in features.h so...
2006-02-18 Mike Frysingermake sure ldso is rebuilt if source files are updated
2006-02-15 Peter S. MazingerAdd prototypes
2006-02-14 Mike Frysingerafter much deliberation, may i present Joseph S. Myers...
2006-02-01 Mike Frysingerdisable lazy code for now
2006-01-31 Peter S. Mazingers:THUMB_INTERWORK:USE_BX:, thx Khem Raj
2006-01-31 Mike FrysingerJohn Bowler says: use (!thumb) instead of (arm) since...
2006-01-31 Mike FrysingerJohn Bowler writes in Bug 385:
2006-01-31 Mike FrysingerJohn Bowler writes in Bug 385:
2006-01-30 Peter S. Mazingerback to inline, mips fails
2006-01-29 Mike Frysingerrename local i var to idx to get rid of shadow warning
2006-01-29 Mike Frysingerremove unneeded double reloc_type definition
2006-01-29 Mike Frysingerchange variable names so we dont shadow others
2006-01-29 Mike Frysingeruse diff variable names so we dont shadow each other
2006-01-29 Mike FrysingerBernhard Fischer writes: remove unused variable name
2006-01-29 Mike Frysingerremove excess whitespace
2006-01-27 Peter S. Mazingeruse attribute_unused instead of hardcoded
2006-01-27 Peter S. MazingerSome warnings go away
2006-01-26 Peter S. MazingerGet rid of missing prototype warnings
2006-01-24 Bernhard Reutner... - use keywords __asm__ and __inline__ c99.
2006-01-23 Peter S. MazingerMake i386 build w/ -std=c99 (almost)
2006-01-22 Peter S. MazingerEnable _GNU_SOURCE build wide, trying to get consistent...
2006-01-20 Mike Frysingerfix building on alpha
2006-01-19 Mike Frysingerwould help if i used the right variable name ...
2006-01-19 Mike FrysingerFrank Mehnert writes:
2006-01-19 Mike Frysingerupdate sparc code using x86_64 as a template
2006-01-19 Mike Frysingerfirst pass at updating sparc ldso with code from glibc
2006-01-19 Mike Frysingerupdate syscall macros so both ldso and libc can use...
2006-01-19 Mike Frysingermove a bunch of arch-specific checks out of common...
2006-01-17 Mike Frysingercut out unused code
2006-01-17 Mike Frysingercleanup whitespace
2006-01-17 Mike Frysingersince just about everyone uses return _dl_elf_main...
2006-01-14 Mike Frysingergrab some more fixes from x86_64
2006-01-14 Mike Frysingerm68k ldso works again (well, lazy relocation is broken...
2006-01-14 Mike Frysingeradd back in _dl_start_user
2006-01-14 Mike Frysingerfixup so we can at least get to the ldso Standalone...
2006-01-14 Peter S. MazingerRevert 13276, cache corrupted on x86
2006-01-14 Mike Frysingeruse regular headers rather than trying to get tricky
2006-01-13 Mike Frysingerfix up ability to rename ldso
2006-01-12 Mike Frysingerfix a (very unlikely) page leak
2006-01-11 Mike Frysingerneed to include bits/sysnum.h for all of our __NR_...
next