This repository was archived by the owner on Apr 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +6589
-1
lines changed
Expand file tree Collapse file tree 5 files changed +6589
-1
lines changed Original file line number Diff line number Diff line change @@ -5540,6 +5540,10 @@ symtab_mesg=
55405540
55415541if test " $symtabAPI_avail " = build ; then
55425542 symtab_mesg=" (9.3.2)"
5543+
5544+ if test -f " symtabAPI/patches/jump-table-slices" ; then
5545+ symtab_mesg=" (9.3.2 + jump tables patch)"
5546+ fi
55435547fi
55445548
55455549if test " $with_dyninst_src " ! = no ; then
Original file line number Diff line number Diff line change @@ -1376,6 +1376,10 @@ symtab_mesg=
13761376
13771377if test "$symtabAPI_avail" = build ; then
13781378 symtab_mesg="(9.3.2)"
1379+
1380+ if test -f "symtabAPI/patches/jump-table-slices" ; then
1381+ symtab_mesg="(9.3.2 + jump tables patch)"
1382+ fi
13791383fi
13801384
13811385if test "$with_dyninst_src" != no ; then
Original file line number Diff line number Diff line change @@ -25,8 +25,11 @@ FETCH_CMD = ./fetch-copy $(ALT_DYN_SRC_TREE)
2525
2626else
2727
28- # 9.3.2 release tar file from distfiles
28+ # 9.3.2 release tar file from distfiles plus a merge with the jump
29+ # table multi slices branch.
30+
2931FETCH_TARFILE = dyninst-lite-9.3.2.tar.bz2
32+ EXTRA_PATCH_FILES = jump-table-slices
3033
3134endif
3235
You can’t perform that action at this time.
0 commit comments