aboutsummaryrefslogtreecommitdiff
path: root/gdb/ppc64-tdep.h
AgeCommit message (Expand)AuthorFilesLines
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-02-22 * elfread.c (elf_symtab_read): Do not use udata.p here to findAlan Modra1-0/+2
2013-02-01Add missing file from the previous commit.Andreas Tobler1-0/+34
of (netid_authoritative) - 1) != 0 && strncmp (cp, services_authoritative, flag_len = sizeof (services_authoritative) - 1) != 0) continue; cp += flag_len; while (isspace (*cp)) ++cp; if (*cp++ != '=') continue; while (isspace (*cp)) ++cp; if (strncmp (cp, "TRUE", 4) != 0) continue; cp += 4; while (isspace (*cp)) ++cp; if (*cp == '\0') flags |= flag_len == sizeof (netid_authoritative) - 1 ? NSS_FLAG_NETID_AUTHORITATIVE : NSS_FLAG_SERVICES_AUTHORITATIVE; } free (line); fclose (fp); } _nis_default_nss_flags = flags; return flags; }