Remove alloca(0) calls
[deliverable/binutils-gdb.git] / gold / testsuite / script_test_2b.cc
index 5b6100bfdd0d2c6ae2c20f88955121a6a8bf58f5..fb519786ffa2c6afa6358505325818db59788b66 100644 (file)
@@ -1,6 +1,6 @@
 // script_test_2a.cc -- linker script test 2, file 2  -*- C++ -*-
 
-// Copyright 2008 Free Software Foundation, Inc.
+// Copyright (C) 2008-2019 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <iant@google.com>.
 
 // This file is part of gold.
@@ -21,4 +21,4 @@
 // MA 02110-1301, USA.
 
 char script_test_string_b[] __attribute__ ((section(".gold_test"))) =
-  "test b";
+  "test bb";
This page took 0.022994 seconds and 4 git commands to generate.