OSDN Git Service

Rehash the PowerPC e500 port to avoid creating symlinks
authorJoakim Tjernlund <joakim.tjernlund@transmode.se>
Mon, 12 Feb 2007 21:57:57 +0000 (21:57 -0000)
committerJoakim Tjernlund <joakim.tjernlund@transmode.se>
Mon, 12 Feb 2007 21:57:57 +0000 (21:57 -0000)
commitdcf241189ab7eb060aeb06caad8b14aa964f6736
tree735c06c0036aed160a35e9c0e2870e87fe5730e5
parent216bfd092c46dc0479e571a37fd2fd96e47605b5
Rehash the PowerPC e500 port to avoid creating symlinks
in the powerpc arch code and make more code common with
classic PowerPC. From Steve Papacharalambous

Lets hope I didn't break something.
23 files changed:
Makefile.in
Rules.mak
extra/Configs/Config.in
libc/sysdeps/linux/Makefile.commonarch
libc/sysdeps/linux/powerpc/Makefile.arch
libc/sysdeps/linux/powerpc/__longjmp.S [new file with mode: 0644]
libc/sysdeps/linux/powerpc/bits/classic/fenv.h [deleted file]
libc/sysdeps/linux/powerpc/bits/e500/fenv.h [deleted file]
libc/sysdeps/linux/powerpc/bits/e500/fenvinline.h [deleted file]
libc/sysdeps/linux/powerpc/bits/e500/mathdef.h [deleted file]
libc/sysdeps/linux/powerpc/bits/e500/mathinline.h [deleted file]
libc/sysdeps/linux/powerpc/bits/fenvinline.h [moved from libc/sysdeps/linux/powerpc/bits/classic/fenvinline.h with 94% similarity]
libc/sysdeps/linux/powerpc/bits/mathdef.h [moved from libc/sysdeps/linux/powerpc/bits/classic/mathdef.h with 92% similarity]
libc/sysdeps/linux/powerpc/bits/mathinline.h [moved from libc/sysdeps/linux/powerpc/bits/classic/mathinline.h with 97% similarity]
libc/sysdeps/linux/powerpc/bits/sysdep.h [new file with mode: 0644]
libc/sysdeps/linux/powerpc/classic/__longjmp.S [deleted file]
libc/sysdeps/linux/powerpc/classic/setjmp.S [deleted file]
libc/sysdeps/linux/powerpc/e500/__longjmp.S [deleted file]
libc/sysdeps/linux/powerpc/e500/fpu_control.h [deleted file]
libc/sysdeps/linux/powerpc/e500/setjmp.S [deleted file]
libc/sysdeps/linux/powerpc/fenv.h [moved from libc/sysdeps/linux/powerpc/e500/fenv_top.h with 100% similarity]
libc/sysdeps/linux/powerpc/fpu_control.h [moved from libc/sysdeps/linux/powerpc/classic/fpu_control.h with 75% similarity]
libc/sysdeps/linux/powerpc/setjmp.S [new file with mode: 0644]