diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-04-27 19:39:25 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-04-27 19:39:25 -0300 |
commit | a3484d36d471110db6eb07c1bcac535fa312a0a4 (patch) | |
tree | ae5757a526845753f943a04ab06e34d198aba78d /core/binutils | |
parent | 45a1b262edf175ecf5dd43e51c8ee72f9d78265b (diff) | |
parent | 8784d3134c1d4b4c02d705259ae2ebd768c778fd (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community-testing/addresses/PKGBUILD
community-testing/gcc-avr/PKGBUILD
community-testing/gnumail/PKGBUILD
community-testing/gnustep-back/PKGBUILD
community-testing/gnustep-base/PKGBUILD
community-testing/gnustep-gui/PKGBUILD
community-testing/llvm/PKGBUILD
community-testing/systemd/PKGBUILD
community/llvm/PKGBUILD
community/lua-yajl-git/PKGBUILD
community/mingw32-gcc/PKGBUILD
community/python-scipy/PKGBUILD
community/virtualbox/PKGBUILD
core/bin86/PKGBUILD
core/cloog-ppl/PKGBUILD
core/gcc/PKGBUILD
core/mpfr/PKGBUILD
extra/ilmbase/PKGBUILD
extra/kdeedu/PKGBUILD
extra/kdepim/PKGBUILD
extra/latex2html/PKGBUILD
extra/libmad/PKGBUILD
extra/postgresql/PKGBUILD
multilib-testing/binutils-multilib/PKGBUILD
multilib-testing/gcc-multilib/PKGBUILD
multilib-testing/lib32-glibc/PKGBUILD
multilib/gcc-multilib/PKGBUILD
multilib/gcc-multilib/gcc-go.install
testing/bin86/PKGBUILD
testing/binutils/PKGBUILD
testing/coreutils/PKGBUILD
testing/glibc/PKGBUILD
testing/gnome-control-center/PKGBUILD
testing/less/PKGBUILD
testing/linux-api-headers/PKGBUILD
testing/mdadm/PKGBUILD
testing/mpfr/PKGBUILD
testing/udev/PKGBUILD
Diffstat (limited to 'core/binutils')
-rw-r--r-- | core/binutils/PKGBUILD | 19 | ||||
-rw-r--r-- | core/binutils/binutils.git-39637246.patch | 700 |
2 files changed, 9 insertions, 710 deletions
diff --git a/core/binutils/PKGBUILD b/core/binutils/PKGBUILD index 0a6eeaea3..30ac1896f 100644 --- a/core/binutils/PKGBUILD +++ b/core/binutils/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 109378 2011-02-09 08:54:49Z allan $ +# $Id: PKGBUILD 116976 2011-03-27 06:07:38Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # toolchain build order: linux-api-headers->glibc->binutils->gcc->binutils->glibc pkgname=binutils pkgver=2.21 -pkgrel=4 -_date=20110209 +pkgrel=6 +_date=20110326 pkgdesc="A set of programs to assemble and manipulate binary and object files" arch=('i686' 'x86_64' 'mips64el') url="http://www.gnu.org/software/binutils/" @@ -16,10 +16,8 @@ depends=('glibc>=2.13' 'zlib') makedepends=('dejagnu') options=('!libtool' '!distcc' '!ccache') install=binutils.install -source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}_${_date}.tar.bz2 - binutils.git-39637246.patch) -md5sums=('673ef8f4fc0b497232b4458982e76179' - 'dd72cb6df5467bc6237cff2a886099d0') +source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}_${_date}.tar.bz2) +md5sums=('884dcbc87d4722b152aea72312356da1') mksource() { mkdir ${pkgname}-${_date} @@ -32,9 +30,6 @@ mksource() { } build() { - cd ${srcdir}/binutils - patch -Np1 -i ${srcdir}/binutils.git-39637246.patch - cd ${srcdir} mkdir binutils-build && cd binutils-build @@ -49,6 +44,10 @@ build() { make configure-host make tooldir=${pkgdir}/usr +} + +check() { + cd ${srcdir}/binutils-build # do not abort on errors - manually check log files make -k -j1 check || true diff --git a/core/binutils/binutils.git-39637246.patch b/core/binutils/binutils.git-39637246.patch deleted file mode 100644 index 460450e43..000000000 --- a/core/binutils/binutils.git-39637246.patch +++ /dev/null @@ -1,700 +0,0 @@ -diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c -index 777d7cf..c4c34a1 100644 ---- a/gas/config/tc-i386.c -+++ b/gas/config/tc-i386.c -@@ -1060,7 +1060,6 @@ i386_align_code (fragS *fragP, int count) - else - patt = f32_patt; - break; -- case PROCESSOR_PENTIUMPRO: - case PROCESSOR_PENTIUM4: - case PROCESSOR_NOCONA: - case PROCESSOR_CORE: -@@ -1080,6 +1079,7 @@ i386_align_code (fragS *fragP, int count) - case PROCESSOR_I386: - case PROCESSOR_I486: - case PROCESSOR_PENTIUM: -+ case PROCESSOR_PENTIUMPRO: - case PROCESSOR_GENERIC32: - patt = f32_patt; - break; -diff --git a/gas/testsuite/gas/i386/nops-1-i686.d b/gas/testsuite/gas/i386/nops-1-i686.d -index 7752ee2..137d5c2 100644 ---- a/gas/testsuite/gas/i386/nops-1-i686.d -+++ b/gas/testsuite/gas/i386/nops-1-i686.d -@@ -10,25 +10,41 @@ Disassembly of section .text: - - 0+ <nop15>: - [ ]*[a-f0-9]+: 90 nop --[ ]*[a-f0-9]+: 66 66 66 66 66 66 2e 0f 1f 84 00 00 00 00 00 data32 data32 data32 data32 data32 nopw %cs:0x0\(%eax,%eax,1\) -+[ ]*[a-f0-9]+: eb 0d jmp 10 <nop14> -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop - - 0+10 <nop14>: - [ ]*[a-f0-9]+: 90 nop - [ ]*[a-f0-9]+: 90 nop --[ ]*[a-f0-9]+: 66 66 66 66 66 2e 0f 1f 84 00 00 00 00 00 data32 data32 data32 data32 nopw %cs:0x0\(%eax,%eax,1\) -+[ ]*[a-f0-9]+: 8d b4 26 00 00 00 00 lea 0x0\(%esi,%eiz,1\),%esi -+[ ]*[a-f0-9]+: 8d bc 27 00 00 00 00 lea 0x0\(%edi,%eiz,1\),%edi - - 0+20 <nop13>: - [ ]*[a-f0-9]+: 90 nop - [ ]*[a-f0-9]+: 90 nop - [ ]*[a-f0-9]+: 90 nop --[ ]*[a-f0-9]+: 66 66 66 66 2e 0f 1f 84 00 00 00 00 00 data32 data32 data32 nopw %cs:0x0\(%eax,%eax,1\) -+[ ]*[a-f0-9]+: 8d b6 00 00 00 00 lea 0x0\(%esi\),%esi -+[ ]*[a-f0-9]+: 8d bc 27 00 00 00 00 lea 0x0\(%edi,%eiz,1\),%edi - - 0+30 <nop12>: - [ ]*[a-f0-9]+: 90 nop - [ ]*[a-f0-9]+: 90 nop - [ ]*[a-f0-9]+: 90 nop - [ ]*[a-f0-9]+: 90 nop --[ ]*[a-f0-9]+: 66 66 66 2e 0f 1f 84 00 00 00 00 00 data32 data32 nopw %cs:0x0\(%eax,%eax,1\) -+[ ]*[a-f0-9]+: 8d b6 00 00 00 00 lea 0x0\(%esi\),%esi -+[ ]*[a-f0-9]+: 8d bf 00 00 00 00 lea 0x0\(%edi\),%edi - - 0+40 <nop11>: - [ ]*[a-f0-9]+: 90 nop -@@ -36,7 +52,8 @@ Disassembly of section .text: - [ ]*[a-f0-9]+: 90 nop - [ ]*[a-f0-9]+: 90 nop - [ ]*[a-f0-9]+: 90 nop --[ ]*[a-f0-9]+: 66 66 2e 0f 1f 84 00 00 00 00 00 data32 nopw %cs:0x0\(%eax,%eax,1\) -+[ ]*[a-f0-9]+: 8d 74 26 00 lea 0x0\(%esi,%eiz,1\),%esi -+[ ]*[a-f0-9]+: 8d bc 27 00 00 00 00 lea 0x0\(%edi,%eiz,1\),%edi - - 0+50 <nop10>: - [ ]*[a-f0-9]+: 90 nop -@@ -45,7 +62,8 @@ Disassembly of section .text: - [ ]*[a-f0-9]+: 90 nop - [ ]*[a-f0-9]+: 90 nop - [ ]*[a-f0-9]+: 90 nop --[ ]*[a-f0-9]+: 66 2e 0f 1f 84 00 00 00 00 00 nopw %cs:0x0\(%eax,%eax,1\) -+[ ]*[a-f0-9]+: 8d 76 00 lea 0x0\(%esi\),%esi -+[ ]*[a-f0-9]+: 8d bc 27 00 00 00 00 lea 0x0\(%edi,%eiz,1\),%edi - - 0+60 <nop9>: - [ ]*[a-f0-9]+: 90 nop -@@ -55,7 +73,8 @@ Disassembly of section .text: - [ ]*[a-f0-9]+: 90 nop - [ ]*[a-f0-9]+: 90 nop - [ ]*[a-f0-9]+: 90 nop --[ ]*[a-f0-9]+: 66 0f 1f 84 00 00 00 00 00 nopw 0x0\(%eax,%eax,1\) -+[ ]*[a-f0-9]+: 89 f6 mov %esi,%esi -+[ ]*[a-f0-9]+: 8d bc 27 00 00 00 00 lea 0x0\(%edi,%eiz,1\),%edi - - 0+70 <nop8>: - [ ]*[a-f0-9]+: 90 nop -@@ -66,7 +85,8 @@ Disassembly of section .text: - [ ]*[a-f0-9]+: 90 nop - [ ]*[a-f0-9]+: 90 nop - [ ]*[a-f0-9]+: 90 nop --[ ]*[a-f0-9]+: 0f 1f 84 00 00 00 00 00 nopl 0x0\(%eax,%eax,1\) -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 8d b4 26 00 00 00 00 lea 0x0\(%esi,%eiz,1\),%esi - - 0+80 <nop7>: - [ ]*[a-f0-9]+: 90 nop -@@ -78,7 +98,7 @@ Disassembly of section .text: - [ ]*[a-f0-9]+: 90 nop - [ ]*[a-f0-9]+: 90 nop - [ ]*[a-f0-9]+: 90 nop --[ ]*[a-f0-9]+: 0f 1f 80 00 00 00 00 nopl 0x0\(%eax\) -+[ ]*[a-f0-9]+: 8d b4 26 00 00 00 00 lea 0x0\(%esi,%eiz,1\),%esi - - 0+90 <nop6>: - [ ]*[a-f0-9]+: 90 nop -@@ -91,7 +111,7 @@ Disassembly of section .text: - [ ]*[a-f0-9]+: 90 nop - [ ]*[a-f0-9]+: 90 nop - [ ]*[a-f0-9]+: 90 nop --[ ]*[a-f0-9]+: 66 0f 1f 44 00 00 nopw 0x0\(%eax,%eax,1\) -+[ ]*[a-f0-9]+: 8d b6 00 00 00 00 lea 0x0\(%esi\),%esi - - 0+a0 <nop5>: - [ ]*[a-f0-9]+: 90 nop -@@ -105,7 +125,8 @@ Disassembly of section .text: - [ ]*[a-f0-9]+: 90 nop - [ ]*[a-f0-9]+: 90 nop - [ ]*[a-f0-9]+: 90 nop --[ ]*[a-f0-9]+: 0f 1f 44 00 00 nopl 0x0\(%eax,%eax,1\) -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 8d 74 26 00 lea 0x0\(%esi,%eiz,1\),%esi - - 0+b0 <nop4>: - [ ]*[a-f0-9]+: 90 nop -@@ -120,7 +141,7 @@ Disassembly of section .text: - [ ]*[a-f0-9]+: 90 nop - [ ]*[a-f0-9]+: 90 nop - [ ]*[a-f0-9]+: 90 nop --[ ]*[a-f0-9]+: 0f 1f 40 00 nopl 0x0\(%eax\) -+[ ]*[a-f0-9]+: 8d 74 26 00 lea 0x0\(%esi,%eiz,1\),%esi - - 0+c0 <nop3>: - [ ]*[a-f0-9]+: 90 nop -@@ -136,7 +157,7 @@ Disassembly of section .text: - [ ]*[a-f0-9]+: 90 nop - [ ]*[a-f0-9]+: 90 nop - [ ]*[a-f0-9]+: 90 nop --[ ]*[a-f0-9]+: 0f 1f 00 nopl \(%eax\) -+[ ]*[a-f0-9]+: 8d 76 00 lea 0x0\(%esi\),%esi - - 0+d0 <nop2>: - [ ]*[a-f0-9]+: 90 nop -diff --git a/gas/testsuite/gas/i386/nops-3-i686.d b/gas/testsuite/gas/i386/nops-3-i686.d -index 30d2627..5c114f4 100644 ---- a/gas/testsuite/gas/i386/nops-3-i686.d -+++ b/gas/testsuite/gas/i386/nops-3-i686.d -@@ -9,9 +9,37 @@ Disassembly of section .text: - - 0+ <nop>: - [ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: eb 1d jmp 20 <nop\+0x20> -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop - [ ]*[a-f0-9]+: 90 nop --[ ]*[a-f0-9]+: 66 66 66 66 66 66 2e 0f 1f 84 00 00 00 00 00 data32 data32 data32 data32 data32 nopw %cs:0x0\(%eax,%eax,1\) --[ ]*[a-f0-9]+: 66 66 66 66 66 66 2e 0f 1f 84 00 00 00 00 00 data32 data32 data32 data32 data32 nopw %cs:0x0\(%eax,%eax,1\) - [ ]*[a-f0-9]+: 89 c3 mov %eax,%ebx --[ ]*[a-f0-9]+: 66 66 66 66 66 2e 0f 1f 84 00 00 00 00 00 data32 data32 data32 data32 nopw %cs:0x0\(%eax,%eax,1\) -+[ ]*[a-f0-9]+: 8d b4 26 00 00 00 00 lea 0x0\(%esi,%eiz,1\),%esi -+[ ]*[a-f0-9]+: 8d bc 27 00 00 00 00 lea 0x0\(%edi,%eiz,1\),%edi - #pass -diff --git a/gas/testsuite/gas/i386/nops-4-i686.d b/gas/testsuite/gas/i386/nops-4-i686.d -index 3d8420b..c61f08d 100644 ---- a/gas/testsuite/gas/i386/nops-4-i686.d -+++ b/gas/testsuite/gas/i386/nops-4-i686.d -@@ -9,30 +9,135 @@ Disassembly of section .text: - - 0+ <nop31>: - [ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: eb 1d jmp 20 <nop30> -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop - [ ]*[a-f0-9]+: 90 nop --[ ]*[a-f0-9]+: 66 66 66 66 66 66 2e 0f 1f 84 00 00 00 00 00 data32 data32 data32 data32 data32 nopw %cs:0x0\(%eax,%eax,1\) --[ ]*[a-f0-9]+: 66 66 66 66 66 66 2e 0f 1f 84 00 00 00 00 00 data32 data32 data32 data32 data32 nopw %cs:0x0\(%eax,%eax,1\) - - 0+20 <nop30>: - [ ]*[a-f0-9]+: 90 nop - [ ]*[a-f0-9]+: 90 nop --[ ]*[a-f0-9]+: 66 66 66 66 66 66 2e 0f 1f 84 00 00 00 00 00 data32 data32 data32 data32 data32 nopw %cs:0x0\(%eax,%eax,1\) --[ ]*[a-f0-9]+: 66 66 66 66 66 66 2e 0f 1f 84 00 00 00 00 00 data32 data32 data32 data32 data32 nopw %cs:0x0\(%eax,%eax,1\) -+[ ]*[a-f0-9]+: eb 1c jmp 40 <nop29> -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop - - 0+40 <nop29>: - [ ]*[a-f0-9]+: 90 nop - [ ]*[a-f0-9]+: 90 nop - [ ]*[a-f0-9]+: 90 nop --[ ]*[a-f0-9]+: 66 66 66 66 66 2e 0f 1f 84 00 00 00 00 00 data32 data32 data32 data32 nopw %cs:0x0\(%eax,%eax,1\) --[ ]*[a-f0-9]+: 66 66 66 66 66 66 2e 0f 1f 84 00 00 00 00 00 data32 data32 data32 data32 data32 nopw %cs:0x0\(%eax,%eax,1\) -+[ ]*[a-f0-9]+: eb 1b jmp 60 <nop28> -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop - - 0+60 <nop28>: - [ ]*[a-f0-9]+: 90 nop - [ ]*[a-f0-9]+: 90 nop - [ ]*[a-f0-9]+: 90 nop - [ ]*[a-f0-9]+: 90 nop --[ ]*[a-f0-9]+: 66 66 66 66 2e 0f 1f 84 00 00 00 00 00 data32 data32 data32 nopw %cs:0x0\(%eax,%eax,1\) --[ ]*[a-f0-9]+: 66 66 66 66 66 66 2e 0f 1f 84 00 00 00 00 00 data32 data32 data32 data32 data32 nopw %cs:0x0\(%eax,%eax,1\) -+[ ]*[a-f0-9]+: eb 1a jmp 80 <nop27> -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop - - 0+80 <nop27>: - [ ]*[a-f0-9]+: 90 nop -@@ -40,8 +145,32 @@ Disassembly of section .text: - [ ]*[a-f0-9]+: 90 nop - [ ]*[a-f0-9]+: 90 nop - [ ]*[a-f0-9]+: 90 nop --[ ]*[a-f0-9]+: 66 66 66 2e 0f 1f 84 00 00 00 00 00 data32 data32 nopw %cs:0x0\(%eax,%eax,1\) --[ ]*[a-f0-9]+: 66 66 66 66 66 66 2e 0f 1f 84 00 00 00 00 00 data32 data32 data32 data32 data32 nopw %cs:0x0\(%eax,%eax,1\) -+[ ]*[a-f0-9]+: eb 19 jmp a0 <nop26> -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop - - 0+a0 <nop26>: - [ ]*[a-f0-9]+: 90 nop -@@ -50,8 +179,31 @@ Disassembly of section .text: - [ ]*[a-f0-9]+: 90 nop - [ ]*[a-f0-9]+: 90 nop - [ ]*[a-f0-9]+: 90 nop --[ ]*[a-f0-9]+: 66 66 2e 0f 1f 84 00 00 00 00 00 data32 nopw %cs:0x0\(%eax,%eax,1\) --[ ]*[a-f0-9]+: 66 66 66 66 66 66 2e 0f 1f 84 00 00 00 00 00 data32 data32 data32 data32 data32 nopw %cs:0x0\(%eax,%eax,1\) -+[ ]*[a-f0-9]+: eb 18 jmp c0 <nop25> -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop - - 0+c0 <nop25>: - [ ]*[a-f0-9]+: 90 nop -@@ -61,8 +213,30 @@ Disassembly of section .text: - [ ]*[a-f0-9]+: 90 nop - [ ]*[a-f0-9]+: 90 nop - [ ]*[a-f0-9]+: 90 nop --[ ]*[a-f0-9]+: 66 2e 0f 1f 84 00 00 00 00 00 nopw %cs:0x0\(%eax,%eax,1\) --[ ]*[a-f0-9]+: 66 66 66 66 66 66 2e 0f 1f 84 00 00 00 00 00 data32 data32 data32 data32 data32 nopw %cs:0x0\(%eax,%eax,1\) -+[ ]*[a-f0-9]+: eb 17 jmp e0 <nop24> -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop - - 0+e0 <nop24>: - [ ]*[a-f0-9]+: 90 nop -@@ -73,8 +247,29 @@ Disassembly of section .text: - [ ]*[a-f0-9]+: 90 nop - [ ]*[a-f0-9]+: 90 nop - [ ]*[a-f0-9]+: 90 nop --[ ]*[a-f0-9]+: 66 0f 1f 84 00 00 00 00 00 nopw 0x0\(%eax,%eax,1\) --[ ]*[a-f0-9]+: 66 66 66 66 66 66 2e 0f 1f 84 00 00 00 00 00 data32 data32 data32 data32 data32 nopw %cs:0x0\(%eax,%eax,1\) -+[ ]*[a-f0-9]+: eb 16 jmp 100 <nop23> -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop - - 0+100 <nop23>: - [ ]*[a-f0-9]+: 90 nop -@@ -86,8 +281,28 @@ Disassembly of section .text: - [ ]*[a-f0-9]+: 90 nop - [ ]*[a-f0-9]+: 90 nop - [ ]*[a-f0-9]+: 90 nop --[ ]*[a-f0-9]+: 0f 1f 84 00 00 00 00 00 nopl 0x0\(%eax,%eax,1\) --[ ]*[a-f0-9]+: 66 66 66 66 66 66 2e 0f 1f 84 00 00 00 00 00 data32 data32 data32 data32 data32 nopw %cs:0x0\(%eax,%eax,1\) -+[ ]*[a-f0-9]+: eb 15 jmp 120 <nop22> -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop - - 0+120 <nop22>: - [ ]*[a-f0-9]+: 90 nop -@@ -100,8 +315,27 @@ Disassembly of section .text: - [ ]*[a-f0-9]+: 90 nop - [ ]*[a-f0-9]+: 90 nop - [ ]*[a-f0-9]+: 90 nop --[ ]*[a-f0-9]+: 0f 1f 80 00 00 00 00 nopl 0x0\(%eax\) --[ ]*[a-f0-9]+: 66 66 66 66 66 66 2e 0f 1f 84 00 00 00 00 00 data32 data32 data32 data32 data32 nopw %cs:0x0\(%eax,%eax,1\) -+[ ]*[a-f0-9]+: eb 14 jmp 140 <nop21> -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop - - 0+140 <nop21>: - [ ]*[a-f0-9]+: 90 nop -@@ -115,8 +349,26 @@ Disassembly of section .text: - [ ]*[a-f0-9]+: 90 nop - [ ]*[a-f0-9]+: 90 nop - [ ]*[a-f0-9]+: 90 nop --[ ]*[a-f0-9]+: 66 0f 1f 44 00 00 nopw 0x0\(%eax,%eax,1\) --[ ]*[a-f0-9]+: 66 66 66 66 66 66 2e 0f 1f 84 00 00 00 00 00 data32 data32 data32 data32 data32 nopw %cs:0x0\(%eax,%eax,1\) -+[ ]*[a-f0-9]+: eb 13 jmp 160 <nop20> -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop - - 0+160 <nop20>: - [ ]*[a-f0-9]+: 90 nop -@@ -131,8 +383,25 @@ Disassembly of section .text: - [ ]*[a-f0-9]+: 90 nop - [ ]*[a-f0-9]+: 90 nop - [ ]*[a-f0-9]+: 90 nop --[ ]*[a-f0-9]+: 0f 1f 44 00 00 nopl 0x0\(%eax,%eax,1\) --[ ]*[a-f0-9]+: 66 66 66 66 66 66 2e 0f 1f 84 00 00 00 00 00 data32 data32 data32 data32 data32 nopw %cs:0x0\(%eax,%eax,1\) -+[ ]*[a-f0-9]+: eb 12 jmp 180 <nop19> -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop - - 0+180 <nop19>: - [ ]*[a-f0-9]+: 90 nop -@@ -148,8 +417,24 @@ Disassembly of section .text: - [ ]*[a-f0-9]+: 90 nop - [ ]*[a-f0-9]+: 90 nop - [ ]*[a-f0-9]+: 90 nop --[ ]*[a-f0-9]+: 0f 1f 40 00 nopl 0x0\(%eax\) --[ ]*[a-f0-9]+: 66 66 66 66 66 66 2e 0f 1f 84 00 00 00 00 00 data32 data32 data32 data32 data32 nopw %cs:0x0\(%eax,%eax,1\) -+[ ]*[a-f0-9]+: eb 11 jmp 1a0 <nop18> -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop - - 0+1a0 <nop18>: - [ ]*[a-f0-9]+: 90 nop -@@ -166,8 +451,23 @@ Disassembly of section .text: - [ ]*[a-f0-9]+: 90 nop - [ ]*[a-f0-9]+: 90 nop - [ ]*[a-f0-9]+: 90 nop --[ ]*[a-f0-9]+: 0f 1f 00 nopl \(%eax\) --[ ]*[a-f0-9]+: 66 66 66 66 66 66 2e 0f 1f 84 00 00 00 00 00 data32 data32 data32 data32 data32 nopw %cs:0x0\(%eax,%eax,1\) -+[ ]*[a-f0-9]+: eb 10 jmp 1c0 <nop17> -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop - - 0+1c0 <nop17>: - [ ]*[a-f0-9]+: 90 nop -@@ -185,8 +485,22 @@ Disassembly of section .text: - [ ]*[a-f0-9]+: 90 nop - [ ]*[a-f0-9]+: 90 nop - [ ]*[a-f0-9]+: 90 nop --[ ]*[a-f0-9]+: 66 90 xchg %ax,%ax --[ ]*[a-f0-9]+: 66 66 66 66 66 66 2e 0f 1f 84 00 00 00 00 00 data32 data32 data32 data32 data32 nopw %cs:0x0\(%eax,%eax,1\) -+[ ]*[a-f0-9]+: eb 0f jmp 1e0 <nop16> -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop - - 0+1e0 <nop16>: - [ ]*[a-f0-9]+: 90 nop -@@ -205,6 +519,19 @@ Disassembly of section .text: - [ ]*[a-f0-9]+: 90 nop - [ ]*[a-f0-9]+: 90 nop - [ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: eb 0e jmp 200 <align> -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop -+[ ]*[a-f0-9]+: 90 nop - [ ]*[a-f0-9]+: 90 nop --[ ]*[a-f0-9]+: 66 66 66 66 66 66 2e 0f 1f 84 00 00 00 00 00 data32 data32 data32 data32 data32 nopw %cs:0x0\(%eax,%eax,1\) - #pass |