diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2008-11-24 02:02:57 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2008-11-24 02:02:57 +0000 |
commit | 00c63f6216e399e8239ce85c40cccfae33b8acf5 (patch) | |
tree | 4397c8ddb2eda1663063ffbc901bac4936818d9e | |
parent | b6966287bca222e8d332e1b4247387e10a7e0ffd (diff) | |
download | binutils-00c63f6216e399e8239ce85c40cccfae33b8acf5.zip binutils-00c63f6216e399e8239ce85c40cccfae33b8acf5.tar.gz binutils-00c63f6216e399e8239ce85c40cccfae33b8acf5.tar.bz2 |
Fix typo last change
-rw-r--r-- | ld/testsuite/ld-cris/badgotr1.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-cris/badgotr1.d b/ld/testsuite/ld-cris/badgotr1.d index 3e02770..971a631 100644 --- a/ld/testsuite/ld-cris/badgotr1.d +++ b/ld/testsuite/ld-cris/badgotr1.d @@ -2,7 +2,7 @@ #as: --pic --underscore --em=criself #ld: -m crislinux -shared #objdump: -dr -#error: \A[^\nc][^\n]*o: uses _-prefixed [^\nc]*\n[^\nc][^\n]* failed to merge [^\nc]*\n[^\nc][^\n]* no GOT [^\n]*\n[^\nc][^\n]* Bad value\Z +#error: \A[^\nc][^\n]*o: uses _-prefixed [^\nc]*\n[^\nc][^\n]* failed to merge [^\n]*\n[^\nc][^\n]* no GOT [^\n]*\n[^\nc][^\n]* Bad value\Z # The error regex above is supposed to not match if we get a # SEGV, in which case we'll see "child killed: segmentation |