mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-09 10:50:08 +00:00
Fix check-local-headers.sh on multiarch systems.
* scripts/check-local-headers.sh: Accept a host triplet in the path matched by the exclude regexp.
This commit is contained in:
parent
993eb0541c
commit
dcd2ae90d5
@ -1,5 +1,8 @@
|
|||||||
2012-04-05 David S. Miller <davem@davemloft.net>
|
2012-04-05 David S. Miller <davem@davemloft.net>
|
||||||
|
|
||||||
|
* scripts/check-local-headers.sh: Accept a host triplet in the
|
||||||
|
path matched by the exclude regexp.
|
||||||
|
|
||||||
* elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
|
* elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
|
||||||
definition.
|
definition.
|
||||||
* sysdeps/powerpc/powerpc32/dl-machine.h
|
* sysdeps/powerpc/powerpc32/dl-machine.h
|
||||||
|
@ -28,7 +28,7 @@ exec ${AWK} -v includedir="$includedir" '
|
|||||||
BEGIN {
|
BEGIN {
|
||||||
status = 0
|
status = 0
|
||||||
exclude = "^" includedir \
|
exclude = "^" includedir \
|
||||||
"/(asm[-/]|linux/|selinux/|gd|nss3/|sys/capability\\.h|libaudit\\.h)"
|
"/(.*-.*-.*/|)(asm[-/]|linux/|selinux/|gd|nss3/|sys/capability\\.h|libaudit\\.h)"
|
||||||
}
|
}
|
||||||
/^[^ ]/ && $1 ~ /.*:/ { obj = $1 }
|
/^[^ ]/ && $1 ~ /.*:/ { obj = $1 }
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user