aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dont force -Werror anymorev0.1.3Mike Frysinger2005-07-251-5/+1
* i fixed the gcc-2 bug ...Mike Frysinger2005-07-251-1/+2
* complain if a shared object is missing DT_NEEDED and if we are in verbose modeMike Frysinger2005-07-251-5/+3
* macros work with gcc-2 nowMike Frysinger2005-07-231-4/+1
* touchup macro expansion to work around a bug in gcc-2Mike Frysinger2005-07-231-3/+5
* make sure some flags are only used if gcc supports it (like with gcc-2)Mike Frysinger2005-07-231-4/+7
* add support for showing SONAME (-S)Mike Frysinger2005-07-221-11/+69
* reorder LDFLAG output to be prettierMike Frysinger2005-07-221-2/+2
* - fix typov0.1.2Ned Ludd2005-07-031-1/+1
* - get ready for 0.1.2Ned Ludd2005-07-033-6/+14
* - displays PT_GNU_STACK/PT_LOAD markings in pspax with -e flag. Added a verbo...Ned Ludd2005-07-032-22/+118
* sync with glibcMike Frysinger2005-07-021-6/+18
* - trim whitespaceNed Ludd2005-06-251-2/+0
* - added snapshot support to make-tarballNed Ludd2005-06-241-0/+1
* - add a few rpath security checksNed Ludd2005-06-221-2/+24
* change textrel scanner to check .text section instead of PT_LOAD ... also upd...Mike Frysinger2005-06-191-67/+62
* import colored warn/err macros from portage-utilsMike Frysinger2005-06-171-3/+8
* add a sanity check to make sure multiple sections dont have the same nameMike Frysinger2005-06-171-4/+7
* allow env to override CFLAGSMike Frysinger2005-06-171-2/+2
* add an errf() funcMike Frysinger2005-06-131-3/+5
* sparc has align warnings tooMike Frysinger2005-06-131-1/+1
* make sure we check all the libraries a file needs instead of just the first o...Mike Frysinger2005-06-131-5/+6
* tweak version output to include $PVMike Frysinger2005-06-135-17/+25
* should fix align warnings on ia64Mike Frysinger2005-06-111-0/+13
* ignore compiled programsMike Frysinger2005-06-111-0/+4
* - update READMEv0.1.1Ned Ludd2005-06-101-0/+1
* - add cvsignoreNed Ludd2005-06-101-0/+2
* dont scan for TEXTREL locations if ELF doesnt have any TEXTRELs ... also flus...Mike Frysinger2005-06-091-6/+12
* fixed scanelf -Tq bugMike Frysinger2005-06-091-2/+5
* - make the flags that gcc-3.3 hate conditional upon the gcc version usedNed Ludd2005-06-094-7/+15
* fix so -Tq worksMike Frysinger2005-06-081-3/+3
* - Add a BUGS and TODONed Ludd2005-06-082-0/+9
* - doc/man updatesv0.1.0Ned Ludd2005-06-082-10/+44
* make sure REL is an offset inside the symtab before using and create a func t...Mike Frysinger2005-06-081-30/+39
* - updatesNed Ludd2005-06-083-15/+16
* add support by kev quinn for showing textrelsMike Frysinger2005-06-081-35/+152
* add some REL macros and record a cheap base filenameMike Frysinger2005-06-082-2/+12
* use -pipe by defaultMike Frysinger2005-06-081-2/+2
* remove ESET since nothing uses it and touchup whitespaceMike Frysinger2005-06-061-20/+10
* fix runpath parsing in quiet modeMike Frysinger2005-06-061-8/+13
* make sure we fail if we cant install targetsMike Frysinger2005-06-051-2/+2
* fix warning in printfMike Frysinger2005-06-051-3/+3
* add a spaceMike Frysinger2005-06-051-2/+2
* - Lets rename *stack* to phdr as the scope of the function has changed quite ...Ned Ludd2005-06-041-20/+20
* add support for scanning for symbols (-N)Mike Frysinger2005-06-041-15/+40
* add support for checking if the PT_LOAD program header is +wxMike Frysinger2005-06-041-16/+31
* just sneak the filename in the elfobj structMike Frysinger2005-06-042-3/+4
* add support for silent tests via # instead of %Mike Frysinger2005-06-031-18/+40
* fix a few warnings and update get_elfeitype() usageMike Frysinger2005-06-031-8/+9
* fix warnings about signed compares and add support for parsing RPATH in silen...Mike Frysinger2005-06-031-13/+23