summaryrefslogtreecommitdiff
path: root/regress/gnu
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2014-07-20 01:47:18 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2014-07-20 01:47:18 +0000
commit50f2ffb74940f66ab9571612b07c776869085dfa (patch)
tree835fd0b8c7d556ba34ecfc3db00fe1a0aa7f8c98 /regress/gnu
parent7a28608cfded6ad958b67771de221d7e4f65d5a4 (diff)
Update regress to match change in stpcpy() linker message
Noted by Doug Hogan (doug (at) acyclic.org)
Diffstat (limited to 'regress/gnu')
-rw-r--r--regress/gnu/egcs/gcc-builtins/stpcpy-1.c.exp2
-rw-r--r--regress/gnu/egcs/gcc-builtins/stpcpy-2.c.exp2
2 files changed, 2 insertions, 2 deletions
diff --git a/regress/gnu/egcs/gcc-builtins/stpcpy-1.c.exp b/regress/gnu/egcs/gcc-builtins/stpcpy-1.c.exp
index 0ccabf8b684..71ccf1c76da 100644
--- a/regress/gnu/egcs/gcc-builtins/stpcpy-1.c.exp
+++ b/regress/gnu/egcs/gcc-builtins/stpcpy-1.c.exp
@@ -1 +1 @@
-: warning: stpcpy() is dangerous GNU crap; don't use it
+: warning: stpcpy() is dangerous; do not use it
diff --git a/regress/gnu/egcs/gcc-builtins/stpcpy-2.c.exp b/regress/gnu/egcs/gcc-builtins/stpcpy-2.c.exp
index 0ccabf8b684..71ccf1c76da 100644
--- a/regress/gnu/egcs/gcc-builtins/stpcpy-2.c.exp
+++ b/regress/gnu/egcs/gcc-builtins/stpcpy-2.c.exp
@@ -1 +1 @@
-: warning: stpcpy() is dangerous GNU crap; don't use it
+: warning: stpcpy() is dangerous; do not use it