summaryrefslogtreecommitdiff
path: root/tools/debugedit.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-22Include system.hRalf Corsépius1-0/+2
2007-11-15Debugedit needs crypto initialization too..Panu Matilainen1-0/+2
2007-11-02Use NSS instead of beecrypt for encryption (Tomas Mraz)Panu Matilainen1-21/+20
2007-10-29Remove local def of uint32_t, uint16_t.Ralf Corsépius1-5/+3
2007-10-26Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead.Ralf Corsépius1-21/+21
2007-10-18debugedit mishandles empty DW_AT_comp_dir (Roland McGrath)Panu Matilainen1-5/+10
2007-10-18debugedit mishandles DW_FORM_ref_addr (Roland McGrath)Panu Matilainen1-1/+1
2007-09-17Reformat call to poptGetContext for better source-code readability.Ralf Corsépius1-2/+1
2007-09-04Debugedit fixes.Panu Matilainen1-12/+11
2007-08-12Fix debugedit buildid thinko.Panu Matilainen1-1/+1
2007-07-12And one last debugedit fix...Panu Matilainen1-5/+7
2007-07-12Silence the rest of ptr signedness issues in debugeditPanu Matilainen1-8/+8
2007-07-12comp_dir doesn't need to be unsignedPanu Matilainen1-1/+1
2007-07-12Remove unused variable (debugedit)Panu Matilainen1-1/+0
2007-07-12Debugedit cleanup continued.Panu Matilainen1-4/+4
2007-07-12Debugedit cleanup continued.Panu Matilainen1-4/+4
2007-07-12debugedit signedness fixes wrt strlen()Panu Matilainen1-5/+5
2007-07-04New debugedit option to recompute build ID (rhbz#246404)Panu Matilainen1-4/+170
2007-04-23Fix debugedit for relative paths (#232222)Paul Nasrat1-6/+4
2007-03-15Fix for debugedit with ../../ in pathsPaul Nasrat1-17/+22
2007-03-15Fix debugedit for O0Paul Nasrat1-29/+49
2007-03-15Fix up debuginfo for various issues - inc. libc-client debuginfo (rh#205339)Paul Nasrat1-15/+27
2007-03-15Fix for thinko in debugedit on ppcPaul Nasrat1-1/+1
2005-07-13- fix: java compiled with -O0 confuses debugedit (#161722).jbj1-2/+7
2004-05-20Fix help for list-file option.arekm1-1/+1
2003-07-10- apply debugedit patch necessary to produce kernel -debuginfo files.jbj1-39/+212
2003-01-27- fix: more debugedit.c problems.jbj1-15/+121
2003-01-22- fix: debugedit.c problem.jbj1-26/+83
2002-11-15- update to elfutils-0.56.jbj1-23/+29
2002-11-12Elfutils fiddles fo fix striptofile.jbj1-0/+3
2002-10-18- add debug sub-package patch.jbj1-4/+3
2002-10-18Debug package patch.jbj1-0/+1054