public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/zack/no-nested-includes] fixup: consolidation of MIPS-specific trivial wrapper headers
@ 2019-06-18 15:35 Zack Weinberg
  0 siblings, 0 replies; 2+ messages in thread
From: Zack Weinberg @ 2019-06-18 15:35 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=7541148b47f5c01b7e3f963eede7c5017d3331a3

commit 7541148b47f5c01b7e3f963eede7c5017d3331a3
Author: Zack Weinberg <zackw@panix.com>
Date:   Thu May 30 13:38:37 2019 -0400

    fixup: consolidation of MIPS-specific trivial wrapper headers

Diff:
---
 scripts/check-obsolete-constructs.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/scripts/check-obsolete-constructs.py b/scripts/check-obsolete-constructs.py
index bd4f3c8..3d84e86 100755
--- a/scripts/check-obsolete-constructs.py
+++ b/scripts/check-obsolete-constructs.py
@@ -553,7 +553,6 @@ HEADER_ALLOWED_INCLUDES = {
     "argz.h":                      [ "errno.h", "string.h" ],
     "elf.h":                       [ "stdint.h" ],
     "envz.h":                      [ "argz.h", "errno.h" ],
-    "fpregdef.h":                  [ "sys/fpregdef.h" ],
     "gshadow.h":                   [ "paths.h" ],
     "ieee754.h":                   [ "float.h" ],
     "lastlog.h":                   [ "utmp.h" ],
@@ -563,7 +562,6 @@ HEADER_ALLOWED_INCLUDES = {
     "obstack.h":                   [ "stddef.h", "string.h" ],
     "proc_service.h":              [ "sys/procfs.h" ],
     "pty.h":                       [ "sys/ioctl.h", "termios.h" ],
-    "regdef.h":                    [ "sys/fpregdef.h", "sys/regdef.h" ],
     "sgtty.h":                     [ "sys/ioctl.h" ],
     "shadow.h":                    [ "paths.h" ],
     "stdio_ext.h":                 [ "stdio.h" ],
@@ -720,6 +718,9 @@ SYSDEP_ALLOWED_INCLUDES = {
     },
 
     'mips': {
+        "fpregdef.h":              [ "sys/fpregdef.h" ],
+        "regdef.h":                [ "sys/fpregdef.h", "sys/regdef.h" ],
+
         "sys/asm.h":               [ "sgidefs.h" ],
         "sys/fpregdef.h":          [ "sgidefs.h" ],
         "sys/regdef.h":            [ "sgidefs.h" ],


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [glibc/zack/no-nested-includes] fixup: consolidation of MIPS-specific trivial wrapper headers
@ 2019-05-31 14:42 Zack Weinberg
  0 siblings, 0 replies; 2+ messages in thread
From: Zack Weinberg @ 2019-05-31 14:42 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=e04fe3faca3f80d5e8651ae53562d387220e7100

commit e04fe3faca3f80d5e8651ae53562d387220e7100
Author: Zack Weinberg <zackw@panix.com>
Date:   Thu May 30 13:38:37 2019 -0400

    fixup: consolidation of MIPS-specific trivial wrapper headers

Diff:
---
 scripts/check-obsolete-constructs.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/scripts/check-obsolete-constructs.py b/scripts/check-obsolete-constructs.py
index bd4f3c8..3d84e86 100755
--- a/scripts/check-obsolete-constructs.py
+++ b/scripts/check-obsolete-constructs.py
@@ -553,7 +553,6 @@ HEADER_ALLOWED_INCLUDES = {
     "argz.h":                      [ "errno.h", "string.h" ],
     "elf.h":                       [ "stdint.h" ],
     "envz.h":                      [ "argz.h", "errno.h" ],
-    "fpregdef.h":                  [ "sys/fpregdef.h" ],
     "gshadow.h":                   [ "paths.h" ],
     "ieee754.h":                   [ "float.h" ],
     "lastlog.h":                   [ "utmp.h" ],
@@ -563,7 +562,6 @@ HEADER_ALLOWED_INCLUDES = {
     "obstack.h":                   [ "stddef.h", "string.h" ],
     "proc_service.h":              [ "sys/procfs.h" ],
     "pty.h":                       [ "sys/ioctl.h", "termios.h" ],
-    "regdef.h":                    [ "sys/fpregdef.h", "sys/regdef.h" ],
     "sgtty.h":                     [ "sys/ioctl.h" ],
     "shadow.h":                    [ "paths.h" ],
     "stdio_ext.h":                 [ "stdio.h" ],
@@ -720,6 +718,9 @@ SYSDEP_ALLOWED_INCLUDES = {
     },
 
     'mips': {
+        "fpregdef.h":              [ "sys/fpregdef.h" ],
+        "regdef.h":                [ "sys/fpregdef.h", "sys/regdef.h" ],
+
         "sys/asm.h":               [ "sgidefs.h" ],
         "sys/fpregdef.h":          [ "sgidefs.h" ],
         "sys/regdef.h":            [ "sgidefs.h" ],


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-18 15:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-18 15:35 [glibc/zack/no-nested-includes] fixup: consolidation of MIPS-specific trivial wrapper headers Zack Weinberg
  -- strict thread matches above, loose matches on Subject: below --
2019-05-31 14:42 Zack Weinberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).