wok rev 18163

gdb-python: add python stuff
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 26 09:27:39 2015 +0200 (2015-06-26)
parents 6ee5e2fb9617
children 410ae0e33dc0
files gdb-python/receipt syslinux/stuff/iso2exe/bootloader.S
line diff
     1.1 --- a/gdb-python/receipt	Wed Jun 24 12:08:56 2015 +0200
     1.2 +++ b/gdb-python/receipt	Fri Jun 26 09:27:39 2015 +0200
     1.3 @@ -27,7 +27,8 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/usr
     1.8 +	mkdir -p $fs/usr/share
     1.9  	cp -a $install/usr/bin $fs/usr
    1.10 +	cp -a $install/usr/lib $fs/usr
    1.11 +	cp -a $install/usr/share/gdb $fs/usr/share
    1.12  }
    1.13 -
     2.1 --- a/syslinux/stuff/iso2exe/bootloader.S	Wed Jun 24 12:08:56 2015 +0200
     2.2 +++ b/syslinux/stuff/iso2exe/bootloader.S	Fri Jun 26 09:27:39 2015 +0200
     2.3 @@ -320,14 +320,15 @@
     2.4  	jb	initrdlp
     2.5  #else
     2.6  	movw	$ramdisk_size, %bx
     2.7 -	autoaddr	ramdisk_size_ofs(%bx)
     2.8 -	movw	ramdisk_image+1,%ax
     2.9  #ifdef MORETHAN16M
    2.10  	cmpb	%cl, ramdisk_image+2-ramdisk_size(%bx)
    2.11  	jb	bootit
    2.12 +	autoaddr	ramdisk_size_ofs(%bx)
    2.13 +	movw	ramdisk_image+1,%ax
    2.14  	shrw	%cl, boot_flag-ramdisk_size(%bx)
    2.15  	jne	initrdlp
    2.16  #else
    2.17 +	movw	ramdisk_image+1,%ax
    2.18  	cmpw	%ax, bootsect_dst_base+1(%si)
    2.19  	jb	initrdlp
    2.20  #endif