Statistics
| Branch: | Revision:

root / ppc64.ld @ c09015dd

History | View | Annotate | Download (7.8 kB)

# Date Author Comment
665a04ae 01/10/2012 07:23 pm Alexander Graf

PPC: Fix linker scripts on ppc hosts

When compiling qemu statically with multilib on PPC, we hit the
same issue that commit 845f2c2812d9ed24b36c02a3d06ee83aeafe8b49
is fixing. Do the same here.

Signed-off-by: Alexander Graf <>
Signed-off-by: Aurelien Jarno <>

7c0a3409 10/06/2011 10:48 am Andreas Färber

ppc64: Fix linker script

Since commit 8733f609 (Fix linker scripts) linking on Linux/ppc64 fails:

LINK  ppc64-linux-user/qemu-ppc64
/usr/lib64/gcc/powerpc64-suse-linux/4.3/../../../../powerpc64-suse-linux/bin/ld:/home/afaerber/qemu/ppc64.ld:84: syntax error...
8733f609 08/27/2011 06:42 pm Gerd Hoffmann

Fix linker scripts

Remove PROVIDE_HIDDEN and ONLY_IF_{RO,RW} from linker scripts to make
them work with older binutils versions. Fixes *-bsd-user build on
OpenBSD 4.9 which ships binutils 2.15.

Signed-off-by: Gerd Hoffmann <>
Signed-off-by: Blue Swirl <>

4bf6b55b 07/27/2009 10:10 pm Juan Quintela

set SEARCH_PATH for the linker script from output of ld --verbose -v

Signed-off-by: Juan Quintela <>
Signed-off-by: Anthony Liguori <>

dc28c732 08/21/2008 01:39 am malc

Correct version of Heikki Lindholms ppc64.ld script

Was butchered by c&p

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5035 c046a42c-6fe2-441c-8c8c-71466251a162

810260a8 07/23/2008 10:17 pm malc

Preliminary PPC64/Linux host support

ppc64.ld from Heikki Lindholm's patch
http://marc.info/?l=qemu-devel&m=114086179024634&w=2

Issues:
x86_64 tripple faults shortly after decompressing the kernel
No immediate versions of most 64 bit operations
More...
...