From 6eb7ee032e6d1ab881dae7e5ef42d101d94f1cbd Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Sun, 10 Aug 2008 18:41:33 +0000 Subject: * buildsym.c (start_subfile): Properly cast sentinel in concat call. * cp-name-parser.y: Include "config.h". * xml-tdesc.c (fetch_xml_from_file): Properly cast sentinel in concat call. * gdb_select.h: Include sys/time.h if sys/select.h is not available. --- gdb/buildsym.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/buildsym.c') diff --git a/gdb/buildsym.c b/gdb/buildsym.c index f3850a2..e8bf973 100644 --- a/gdb/buildsym.c +++ b/gdb/buildsym.c @@ -547,7 +547,7 @@ start_subfile (char *name, char *dirname) && !IS_ABSOLUTE_PATH (subfile->name) && subfile->dirname != NULL) subfile_name = concat (subfile->dirname, SLASH_STRING, - subfile->name, NULL); + subfile->name, (char *) NULL); else subfile_name = subfile->name; -- cgit v1.1