[COMMITTED PATCH] Move tilegx, tilepro, and linux-generic from ports to libc.

H.J. Lu hjl.tools@gmail.com
Wed Mar 18 11:59:00 GMT 2015


On Mon, Feb 10, 2014 at 7:54 AM, Chris Metcalf <cmetcalf@tilera.com> wrote:
> I've moved the TILE-Gx and TILEPro ports to the main sysdeps hierarchy,
> along with the linux-generic ports infrastructure.  Beyond the README
> update, the move was just
>
>     git mv ports/sysdeps/tile sysdeps/tile
>     git mv ports/sysdeps/unix/sysv/linux/tile \
>       sysdeps/unix/sysv/linux/tile
>     git mv ports/sysdeps/unix/sysv/linux/generic \
>       sysdeps/unix/sysv/linux/generic
>
> I updated the relevant ChangeLogs along the lines of the ARM move
> in commit c6bfe5c4d75 and tested the 64-bit tilegx build to confirm that
> there were no changes in "objdump -dr" output in the shared objects.
>
>
> ChangeLog:
>
> 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
>
>         * sysdeps/tile: Move directory from ports/sysdeps/tile.
>         * sysdeps/unix/sysv/linux/generic: Move directory from
>         ports/sysdeps/unix/sysv/linux/generic.
>         * sysdeps/unix/sysv/linux/tile: Move directory from
>         ports/sysdeps/unix/sysv/linux/tile.
>         * README: Update listing for tile*-*-linux-gnu.
>
>
> ports/ChangeLog.linux-generic:
>
> This file describes changes to the linux-generic infrastructure while
> it was in the ports add-on directory.  This code is no longer maintained
> here and so future changes to it should be listed in the top-level
> ChangeLog file.
>
> 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
>
>         * sysdeps/unix/sysv/linux/generic: Move directory to
>         ../sysdeps/unix/sysv/linux/generic.
>
>
> ports/ChangeLog.tile:
>
> This file describes changes to the TILE-Gx and TILEPro ports while they
> were in the ports add-on directory.  These ports are no longer part of
> an add-on and so future changes to them should be listed in the top-level
> ChangeLog file, not here.
>
> 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
>
>         * sysdeps/tile: Move directory to ../sysdeps/tile.
>         * sysdeps/unix/sysv/linux/tile: Move directory to
>         ../sysdeps/unix/sysv/linux/tile.

Any particular reason to add

sysdeps/unix/sysv/linux/generic/bits/statfs.h

when there is

sysdeps/unix/sysv/linux/bits/statfs.h

already? Why can't it be used?  Here is a patch to remove it. OK
for master?

-- 
H.J.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Remove-sysdeps-unix-sysv-linux-generic-bits-statfs.h.patch
Type: text/x-patch
Size: 4664 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20150318/d4576520/attachment.bin>


More information about the Libc-alpha mailing list