summaryrefslogtreecommitdiffstats
path: root/gold/testsuite/merge_string_literals_1.cc
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2013-10-11 21:57:34 +0000
committerRoland McGrath <roland@gnu.org>2013-10-11 21:57:34 +0000
commitf735803fb8c982d289c1b03f2aff692dd709d6d0 (patch)
tree46495ec6e8594d00d92c93e4c746d9a58b45889b /gold/testsuite/merge_string_literals_1.cc
parent1bcf82ea83ddc5f844252a00aa1cb78218aa5ce0 (diff)
downloadppe42-binutils-f735803fb8c982d289c1b03f2aff692dd709d6d0.tar.gz
ppe42-binutils-f735803fb8c982d289c1b03f2aff692dd709d6d0.zip
gold/
* configure.ac (MERGE_CONSTANTS_FLAG): New check. * configure: Regenerate. * Makefile.in: Regenerate. * testsuite/merge_string_literals_1.c: Renamed to have .cc suffix. * testsuite/merge_string_literals_2.c: Likewise. * testsuite/Makefile.am (merge_string_literals_1.o, merge_string_literals_2.o): Update deps. (AM_CFLAGS, AM_CXXFLAGS): Use $(MERGE_CONSTANTS_FLAG) in place of literal -fmerge-constants. * testsuite/Makefile.in: Regenerate.
Diffstat (limited to 'gold/testsuite/merge_string_literals_1.cc')
-rw-r--r--gold/testsuite/merge_string_literals_1.cc31
1 files changed, 31 insertions, 0 deletions
diff --git a/gold/testsuite/merge_string_literals_1.cc b/gold/testsuite/merge_string_literals_1.cc
new file mode 100644
index 0000000000..fc0487c3bf
--- /dev/null
+++ b/gold/testsuite/merge_string_literals_1.cc
@@ -0,0 +1,31 @@
+// merge_string_literals_1.c -- a test case for gold
+
+// Copyright 2013 Free Software Foundation, Inc.
+// Written by Alexander Ivchenko <alexander.ivchenko@intel.com>
+
+// This file is part of gold.
+
+// This program is free software; you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation; either version 3 of the License, or
+// (at your option) any later version.
+
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+
+// You should have received a copy of the GNU General Public License
+// along with this program; if not, write to the Free Software
+// Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
+// MA 02110-1301, USA.
+
+// The goal of this program is to check whether string literals from different
+// object files are merged together
+
+const char* bar1() {
+ return "abcdefghijklmnopqrstuvwxyz0123456789";
+}
+const char* bar1_short() {
+ return "abcdef";
+}
OpenPOWER on IntegriCloud