Petr Machata
38bd73f0cc
- Fix fork & exec patches to apply cleanly under --fuzz=0
...
- Resolves : #465036
2008-10-07 10:14:58 +00:00
Petr Machata
280ab21469
fixes interaction of -c and -o
2008-05-23 17:09:17 +00:00
Jesse Keating
264087206b
- Autorebuild for GCC 4.3
2008-02-19 19:58:38 +00:00
Bill Nottingham
9bb06c0a75
makefile update to properly grab makefile.common
2007-10-15 19:07:02 +00:00
Petr Machata
6eaf4f9fc8
... and fix parallel build ...
2007-10-08 18:35:16 +00:00
Petr Machata
86b4c4e22e
Disable testsuite.
2007-10-08 18:18:08 +00:00
Petr Machata
71bb01169a
- cleanup spec
...
- resolves : #226109
2007-09-12 17:52:47 +00:00
Petr Machata
3da7ccde1b
- Fix licensing tag.
2007-08-16 11:27:37 +00:00
Petr Machata
750f089bb7
Turn off make check.
2007-05-09 17:06:13 +00:00
Petr Machata
768acb9600
- added fork/exec patches, mostly IBM's work
...
- added trace-exec tests into suite
- added ia64 sigill patch
2007-05-04 17:51:03 +00:00
Petr Machata
df0f312bc7
- tidy up the specfile per rpmlint comments
...
- fix man page
2007-02-07 18:07:51 +00:00
Petr Machata
556095c572
turn off testsuite
2006-09-04 12:57:40 +00:00
Petr Machata
b3f4c6547d
Bump up for rebuild.
2006-09-04 12:47:31 +00:00
Petr Machata
05777e476a
Adjust attach patch.
2006-09-04 12:24:54 +00:00
Petr Machata
311c7f7f06
- fix plt handling on ppc32 (symval patch)
...
- fix attaching to process (attach patch)
- add fork & exec patches from IBM
- adjust weak symbol handling (ppc32fc5 patch)
2006-09-04 11:47:24 +00:00
Petr Machata
7a6178741d
- first take on ppc32 testsuite problems...
2006-08-30 02:14:13 +00:00
Petr Machata
4bdde30b3f
- enabling testsuite in hunt for testsuite fail on ppc
2006-08-28 10:50:14 +00:00
Petr Machata
75f7ddf8ea
*** empty log message ***
2006-08-28 08:38:27 +00:00
Petr Machata
cddb8e8a92
turn off intel patches
2006-08-28 08:28:40 +00:00
Petr Machata
feb4cede6f
- use "{X}.{release}svn" release string per naming guidelines
...
- adding fork and exec patches from IBM
2006-08-28 08:20:56 +00:00
Petr Machata
a06823cba0
no comment :-/
2006-08-23 13:04:42 +00:00
Petr Machata
74ef834b85
and bump up release
2006-08-23 12:58:42 +00:00
Petr Machata
03fd4a84a2
Turn off testsuite on ppc for now, it doesn't pass.
2006-08-23 12:57:59 +00:00
Petr Machata
82e1d8c1e6
- adding fork and exec patches from IBM
...
- using dist tag
2006-08-22 12:28:50 +00:00
Jesse Keating
369fdb2380
rebuilt with latest binutils
2006-08-18 20:15:15 +00:00
Petr Machata
8e9981a369
Trimming down the patch... I think it should do the job.
2006-07-15 00:51:09 +00:00
Petr Machata
b64f3cbad8
More gnuhash fixes.
2006-07-15 00:38:52 +00:00
Petr Machata
2a58041f7b
Reapplying delayed breakpoints init. Wild guess, might cure brew build on
...
ppc32.
2006-07-14 23:50:23 +00:00
Petr Machata
8b29a3cdc5
Fixed gnuhash fix. Takes into account ELFCLASS of the binary instead of
...
ltrace #defines.
2006-07-14 22:50:16 +00:00
Petr Machata
c468e10c94
More testsuite patches.
2006-07-14 21:17:21 +00:00
Petr Machata
4fb08dde4c
- adding .gnu.hash patch to support new ELF hash table section
...
- adding xfail patch to silent clone failing for missing privileges
2006-07-14 21:03:01 +00:00
Petr Machata
fffe0fb2f8
- adding upstream (svn) version. It contains most of patches that we
...
already use, and has support for secure PLTs.
2006-07-14 12:02:37 +00:00
Jesse Keating
0a5af209a5
bumped for rebuild
2006-07-12 07:15:05 +00:00
Petr Machata
2e6aee23ff
- drop broken ppc support
2006-06-14 11:29:30 +00:00
Petr Machata
b29b2e1c17
- e_entry patch: use elf's e_entry field instead of looking up _start
...
symbol, which failed on stripped binaries.
2006-06-01 17:42:51 +00:00
Petr Machata
43ee98e925
- Adding demangle patch.
...
- Adding relro linker option
2006-05-03 12:21:41 +00:00
Petr Machata
af2d650174
Adding dejagnu to buildrequires.
2006-05-03 10:48:42 +00:00
Petr Machata
67760f0977
- re-enabling gcc compilation command adjustment
2006-04-24 11:32:26 +00:00
Petr Machata
a1bac0b6a2
- turn off opd translation on ia64, GElf already gives us function address.
...
- turn on main-internal test, it should pass now.
2006-04-24 10:24:21 +00:00
Petr Machata
6e85994990
Rebuild...
2006-04-12 15:23:26 +00:00
Petr Machata
39ba8c916d
- svn fix for opt_x patch
...
- patches for testsuite for s390{,x}
- turning off main-internal test. Fails on ia64, needs investigation.
2006-04-12 15:16:39 +00:00
Petr Machata
90670e2127
Testsuite clone: fail->xfail
2006-04-12 11:31:48 +00:00
Petr Machata
ce39071508
- Upstream 0.4
...
- svn updates:
- opt_x patch: New structure for opt_x list elements, now with 'found'.
Using it in options.c, elf.c.
- testsuite patch: Automated testsuite for ltrace.
- removing old patches from cvs
2006-04-07 12:47:45 +00:00
Petr Machata
2eec108656
Changelog fix.
2006-03-08 14:36:35 +00:00
Petr Machata
8e3bf5ecd3
Include %{ix86} to ExclusiveArch, instead of mere i386.
2006-03-01 18:35:19 +00:00
Jesse Keating
8bb274ddf3
bump for bug in double-long on ppc(64)
2006-02-11 04:25:55 +00:00
Jesse Keating
6bd795ff93
bump for new gcc/glibc
2006-02-07 12:53:26 +00:00
Jakub Jelinek
52f63369ee
0.3.36-4
2006-01-09 14:16:21 +00:00
Jakub Jelinek
c8e65f80ad
auto-import ltrace-0.3.36-4 on branch devel from ltrace-0.3.36-4.src.rpm
2006-01-09 14:06:43 +00:00
Jesse Keating
0bf57fda6d
gcc update bump
2005-12-09 22:41:50 +00:00