Commit 0f580b3f authored by timeless%mozdev.org's avatar timeless%mozdev.org
Browse files

Bug 251078 Remove xpcom's rebase utility

patch by sdwalker@myrealbox.com r=bryner
parent ff598fad
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -607,7 +607,6 @@ xpcom/sample/Makefile
xpcom/threads/Makefile
xpcom/tools/Makefile
xpcom/tools/registry/Makefile
xpcom/tools/windows/Makefile
xpcom/windbgdlg/Makefile
$MAKEFILES_libreg
$MAKEFILES_libjar
+0 −1
Original line number Diff line number Diff line
@@ -56,7 +56,6 @@ NO_PKG_FILES = \
	msmap* \
	nm2tsv* \
	nsinstall* \
	rebasedlls* \
	regchrome* \
	regxpcom* \
	res/samples \
+0 −1
Original line number Diff line number Diff line
@@ -57,7 +57,6 @@ NO_PKG_FILES = \
	msmap* \
	nm2tsv* \
	nsinstall* \
	rebasedlls* \
	regchrome* \
	regxpcom* \
	res/samples \
+0 −4
Original line number Diff line number Diff line
@@ -247,10 +247,6 @@ EnsureSymInitialized()
 * so that the address in the file agrees with the address in memory.
 * Otherwise StackWalk will return FALSE when it hits a frame in a dll's
 * whose in memory address doesn't match it's in-file address.
 *
 * Fortunately, there is a handy dandy routine in IMAGEHLP.DLL that does
 * the rebasing and accordingly I've made a tool to use it to rebase the
 * DLL's in one fell swoop (see xpcom/tools/windows/rebasedlls.cpp).
 */


+0 −3
Original line number Diff line number Diff line
@@ -101,6 +101,3 @@ dist/include/nspr/plstr.h
!optional dist/bin/.autoreg
!optional dist/bin/components/xpti.dat
!optional dist/bin/components/compreg.dat
#if OS_ARCH==WINNT
dist/bin/rebasedlls.exe
#endif
Loading