Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(285)

Unified Diff: gdb/gnulib/import/memmem.c

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gdb/gnulib/import/memchr.valgrind ('k') | gdb/gnulib/import/ref-add.sin » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/gnulib/import/memmem.c
diff --git a/gdb/gnulib/memmem.c b/gdb/gnulib/import/memmem.c
similarity index 90%
rename from gdb/gnulib/memmem.c
rename to gdb/gnulib/import/memmem.c
index 47f66a2ed63d5a49d44ebb234ddd0f97c90727b9..29ffcc038a106dd4fbe8a134c83b548b9378e7f7 100644
--- a/gdb/gnulib/memmem.c
+++ b/gdb/gnulib/import/memmem.c
@@ -1,5 +1,5 @@
-/* Copyright (C) 1991, 1992, 1993, 1994, 1996, 1997, 1998, 2000, 2004, 2007,
- 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 1991-1994, 1996-1998, 2000, 2004, 2007-2012 Free Software
+ Foundation, Inc.
This file is part of the GNU C Library.
This program is free software; you can redistribute it and/or modify
@@ -13,8 +13,7 @@
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. */
+ with this program; if not, see <http://www.gnu.org/licenses/>. */
/* This particular implementation was written by Eric Blake, 2008. */
« no previous file with comments | « gdb/gnulib/import/memchr.valgrind ('k') | gdb/gnulib/import/ref-add.sin » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698