This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[glibc/zack/no-nested-includes] fixup: consolidation of MIPS-specific trivial wrapper headers


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" ],


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]