From: Alan Modra Date: Wed, 27 Jun 2012 01:17:11 +0000 (+0000) Subject: * gas/i386/rep-ret.s: Zero pad section. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d7d20338d50c3c45509e3eda7ee5707a875cd0b1;p=binutils-gdb.git * gas/i386/rep-ret.s: Zero pad section. * gas/i386/rep-ret.d: Update. --- diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index d39938f07a9..729b748bb9e 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2012-06-27 Alan Modra + + * gas/i386/rep-ret.s: Zero pad section. + * gas/i386/rep-ret.d: Update. + 2012-06-22 Roland McGrath * gas/i386/rep-ret.d: New file. diff --git a/gas/testsuite/gas/i386/rep-ret.d b/gas/testsuite/gas/i386/rep-ret.d index f481dcb444b..3045290756d 100644 --- a/gas/testsuite/gas/i386/rep-ret.d +++ b/gas/testsuite/gas/i386/rep-ret.d @@ -7,3 +7,4 @@ Disassembly of section .text: 0+000 : \s*[0-9a-f]+:\s+f3 c3\s+repz ret\s* + \.\.\. diff --git a/gas/testsuite/gas/i386/rep-ret.s b/gas/testsuite/gas/i386/rep-ret.s index f141e865d28..054ad7855c6 100644 --- a/gas/testsuite/gas/i386/rep-ret.s +++ b/gas/testsuite/gas/i386/rep-ret.s @@ -1,2 +1,3 @@ .text foo: rep ret + .p2align 4,0