X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fmaint.c;h=358809d5d4085b40408248b84412d70fec9b330d;hb=93692b589dc7017d5a2fbdffdfad5f84f597d8f1;hp=5d7fca50f1c875a3beab748bc20e4dfcc478779d;hpb=438e1e427e8393de73d22617abe4d8eba0270e72;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/maint.c b/gdb/maint.c index 5d7fca50f1..358809d5d4 100644 --- a/gdb/maint.c +++ b/gdb/maint.c @@ -1,6 +1,6 @@ /* Support for GDB maintenance commands. - Copyright (C) 1992-2015 Free Software Foundation, Inc. + Copyright (C) 1992-2016 Free Software Foundation, Inc. Written by Fred Fish at Cygnus Support. @@ -303,7 +303,7 @@ print_bfd_section_info (bfd *abfd, { flagword flags = bfd_get_section_flags (abfd, asect); const char *name = bfd_section_name (abfd, asect); - const char *arg = datum; + const char *arg = (const char *) datum; if (arg == NULL || *arg == '\0' || match_substring (arg, name)