Move shared umount.c from hppa to mips.
authorJoseph Myers <joseph@codesourcery.com>
Mon, 10 Feb 2014 22:25:42 +0000 (22:25 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Mon, 10 Feb 2014 22:25:42 +0000 (22:25 +0000)
commit384b7b4309cbbbe84481973b84ead98bb4fc54be
tree406912bfdef3ad82e3d113465bab64f259f878e1
parent3d15ff74fa087362f496eba5c66cb5f9d4a003b9
Move shared umount.c from hppa to mips.

This patch prepares for moving mips from ports to libc by reversing
the #include ordering between mips and hppa.

Reversing #include ordering for umount.c is the conservative change in
preparation for moving the mips port.  In fact, it appears there are
several redundant umount.c files all implementing umount in terms of
the umount2 syscall; I've filed bug 16552 for eliminating that
redundancy properly.

Tested that disassembly of shared libraries for mips (o32, n32, n64)
is the same before and after this patch.

* sysdeps/unix/sysv/linux/hppa/umount.c: Move to
sysdeps/unix/sysv/linux/mips/mips64/umount.c and #include that
file.

* sysdeps/unix/sysv/linux/mips/mips64/umount.c: Move from
sysdeps/unix/sysv/linux/hppa/umount.c instead of #include of that
file.
ports/ChangeLog.hppa
ports/ChangeLog.mips
ports/sysdeps/unix/sysv/linux/hppa/umount.c
ports/sysdeps/unix/sysv/linux/mips/mips64/umount.c