diff options
-rw-r--r-- | ld/testsuite/ChangeLog | 4 | ||||
-rwxr-xr-x | ld/testsuite/ld-pe/export_dynamic_warning.s | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 93984b7..5950091 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2009-04-03 Dave Korn <dave.korn.cygwin@gmail.com> + + * ld-pe/export_dynamic_warning.s: Make dummy code portable. + 2009-04-02 Dave Korn <dave.korn.cygwin@gmail.com> * ld-pe/export_dynamic_warning.d (#warning): Fix regex pattern. diff --git a/ld/testsuite/ld-pe/export_dynamic_warning.s b/ld/testsuite/ld-pe/export_dynamic_warning.s index e221c36..8089e06 100755 --- a/ld/testsuite/ld-pe/export_dynamic_warning.s +++ b/ld/testsuite/ld-pe/export_dynamic_warning.s @@ -1,5 +1,4 @@ _start: - xor %eax,%eax - ret + nop |