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

Sedat Dilek sedat.dilek at gmail.com
Sat Feb 16 15:09:46 UTC 2013


On Sat, Feb 16, 2013 at 3:58 PM, Oliver Spornitz <ospornit at rz-online.de> wrote:
> Hi,
>
> Am 11.02.2013 um 22:51 schrieb Petr Machata:
>
>> Then you could create the monster patch on a branch, I'd review
>> and merge that, and your contribution would be properly attributed.
>
> I applied the three patches to the branch ospornit/move_mipsel on top
> of the current master.
>

Cool and thanks.
Cherry-picking the 3 patches to ltrace-0.7 branch worked nicely!
Petr, can you apply (cherry-pick) them after merging into master?

- Sedat -

P.S.: GIT session log

$ git clone git://anonscm.debian.org/collab-maint/ltrace.git ltrace-git
Klone nach 'ltrace-git'...
remote: Counting objects: 8643, done.
remote: Compressing objects: 100% (3266/3266), done.
remote: Total 8643 (delta 6682), reused 6825 (delta 5277)
Empfange Objekte: 100% (8643/8643), 1.89 MiB | 651 KiB/s, done.
Löse Unterschiede auf: 100% (6682/6682), done.

$ cd ltrace-git/

$ git branch -r
  origin/HEAD -> origin/master
  origin/ltrace-0.7
  origin/master
  origin/ospornit/move_mipsel
  origin/pmachata/arm
  origin/pmachata/chunks
  origin/pmachata/config
  origin/pmachata/dict
  origin/pmachata/flags
  origin/pmachata/inout
  origin/pmachata/irix
  origin/pmachata/stapsdt

$ git checkout -b move_mipsel origin/ospornit/move_mipsel
Branch move_mipsel set up to track remote branch ospornit/move_mipsel
from origin.
Gewechselt zu einem neuen Zweig 'move_mipsel'

$ git checkout -b ltrace-0.7 origin/ltrace-0.7
Branch ltrace-0.7 set up to track remote branch ltrace-0.7 from origin.
Gewechselt zu einem neuen Zweig 'ltrace-0.7'

$ git cherry-pick 32ea1b1eaad1a07a120811bca9dd9f3524cc9256
[ltrace-0.7 ad8a362] mips: Move mipsel to mips (1/3)
 Author: Oliver Spornitz <ospornit at rz-online.de>
 8 files changed, 15 insertions(+), 16 deletions(-)

$ git cherry-pick eb7e05a8d48939a5feb84ae6befac8d66fbd8bed
[ltrace-0.7 7f37970] mips: Move mipsel to mips (2/3)
 Author: Oliver Spornitz <ospornit at rz-online.de>
 2 files changed, 40 insertions(+), 40 deletions(-)

$ git cherry-pick f9e0a53af2ab30a851fd9ae73d242cecd6a5cc52
[ltrace-0.7 3c30baf] mips: Move mipsel to mips (3/3)
 Author: Oliver Spornitz <ospornit at rz-online.de>
 11 files changed, 1 deletion(-)
 delete mode 120000 sysdeps/linux-gnu/mips
 rename sysdeps/linux-gnu/{mipsel => mips}/Doxyfile (100%)
 rename sysdeps/linux-gnu/{mipsel => mips}/Makefile.am (100%)
 rename sysdeps/linux-gnu/{mipsel => mips}/arch.h (100%)
 rename sysdeps/linux-gnu/{mipsel => mips}/mipsel.h (100%)
 rename sysdeps/linux-gnu/{mipsel => mips}/plt.c (100%)
 rename sysdeps/linux-gnu/{mipsel => mips}/ptrace.h (100%)
 rename sysdeps/linux-gnu/{mipsel => mips}/regs.c (100%)
 rename sysdeps/linux-gnu/{mipsel => mips}/signalent.h (100%)
 rename sysdeps/linux-gnu/{mipsel => mips}/syscallent.h (100%)
 rename sysdeps/linux-gnu/{mipsel => mips}/trace.c (100%)
- EOT -

> Regards
> OS
>
>
> _______________________________________________
> Ltrace-devel mailing list
> Ltrace-devel at lists.alioth.debian.org
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/ltrace-devel



More information about the Ltrace-devel mailing list