[Ltrace-devel] [PATCH 0/1] Move mipsel to mips

Oliver Spornitz ospornit at rz-online.de
Mon Feb 11 18:15:28 UTC 2013


Hello,

> It also seems like we could drop the "sysdeps/linux-gnu/mipsel" symlink
> and just always use ".../mips".  The two cases would be differentiated
> in arch.h like they are now.  If you are interested in preparing such a
> patch, I'll be happy to accept it.

I prepared that patch.
The idea is to replace all references to mipsel with references to mips.
After that we can move the sysdeps/linux-gnu/mipsel directory to
sysdeps/linux-gnu/mips. I also rename mipsel.h to mips.h.

The patch is huge, because of moving a lot of files around.
I send a shell script instead, which will create 3 sub patches.
These three sub patches are also simpler to review.

[0]   The script will checkout a fresh copy of ltrace from git to a temp
      directory.

[1.*] Replace all references to mipsel.h/mipsel with mips.h/mips.
      This goes to the first patch (5.6 KB).

[2.*] Remove trailing white spaces from files we have to move around.
      This goes to the second patch (8 KB).

[3.*] Move the files around. This goes to the third patch.
      This is the huge part (123 KB).

[4]   Create the three patches.


Regards
OS




More information about the Ltrace-devel mailing list