From: schwarze@mandoc.bsd.lv To: source@mandoc.bsd.lv Subject: mandoc: Support the "powerpc64" architecture name. Date: Mon, 29 Jun 2020 14:22:40 -0500 (EST) Message-ID: <490df0274a18b78b@mandoc.bsd.lv> (raw) Log Message: ----------- Support the "powerpc64" architecture name. The first file using it in .Dt was just committed by kettenis@. Modified Files: -------------- mandoc: arch.c cgi.c Revision Data ------------- Index: cgi.c =================================================================== RCS file: /home/cvs/mandoc/mandoc/cgi.c,v retrieving revision 1.172 retrieving revision 1.173 diff -Lcgi.c -Lcgi.c -u -p -r1.172 -r1.173 --- cgi.c +++ cgi.c @@ -122,10 +122,11 @@ static const char *const sec_names[] = { static const int sec_MAX = sizeof(sec_names) / sizeof(char *); static const char *const arch_names[] = { - "amd64", "alpha", "armv7", "arm64", - "hppa", "i386", "landisk", - "loongson", "luna88k", "macppc", "mips64", - "octeon", "sgi", "socppc", "sparc64", + "amd64", "alpha", "armv7", "arm64", + "hppa", "i386", "landisk", "loongson", + "luna88k", "macppc", "mips64", "octeon", + "powerpc64", "sgi", "socppc", "sparc64", + "amiga", "arc", "armish", "arm32", "atari", "aviion", "beagle", "cats", "hppa64", "hp300", Index: arch.c =================================================================== RCS file: /home/cvs/mandoc/mandoc/arch.c,v retrieving revision 1.15 retrieving revision 1.16 diff -Larch.c -Larch.c -u -p -r1.15 -r1.16 --- arch.c +++ arch.c @@ -1,4 +1,4 @@ -/* $Id$ */ +/* $Id$ */ /* * Copyright (c) 2017, 2019 Ingo Schwarze <schwarze@openbsd.org> * @@ -26,7 +26,7 @@ arch_valid(const char *arch, enum mandoc const char *openbsd_arch[] = { "alpha", "amd64", "arm64", "armv7", "hppa", "i386", "landisk", "loongson", "luna88k", "macppc", "mips64", - "octeon", "sgi", "sparc64", NULL + "octeon", "powerpc64", "sgi", "sparc64", NULL }; const char *netbsd_arch[] = { "acorn26", "acorn32", "algor", "alpha", "amiga", -- To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv
reply other threads:[~2020-06-29 19:22 UTC|newest] Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=490df0274a18b78b@mandoc.bsd.lv \ --to=schwarze@mandoc.bsd.lv \ --cc=source@mandoc.bsd.lv \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
source@mandoc.bsd.lv This inbox may be cloned and mirrored by anyone: git clone --mirror http://inbox.vuxu.org/mandoc-source # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V1 mandoc-source mandoc-source/ http://inbox.vuxu.org/mandoc-source \ source@mandoc.bsd.lv public-inbox-index mandoc-source Example config snippet for mirrors. Newsgroup available over NNTP: nntp://inbox.vuxu.org/vuxu.archive.mandoc.source AGPL code for this site: git clone https://public-inbox.org/public-inbox.git