re PR target/16952 (GCC for powerpc cross target with -mrelocatable reports error)
authorAlan Modra <amodra@bigpond.net.au>
Thu, 2 Dec 2004 02:21:28 +0000 (02:21 +0000)
committerAlan Modra <amodra@gcc.gnu.org>
Thu, 2 Dec 2004 02:21:28 +0000 (12:51 +1030)
commit84dcde01bdb678f5fca3a237d798fe9d7b297215
tree805f03fd9d276e15def70e8fcc1492fd825b99e3
parent1270d6334aa627f82d5b00840f10381fc72b8b82
re PR target/16952 (GCC for powerpc cross target with -mrelocatable reports error)

PR target/16952
* config/rs6000/rs6000.c (rs6000_assemble_integer): Replace
#ifdef RELOCATABLE_NEEDS_FIXUP with if.
* config/rs6000/linux.h (RELOCATABLE_NEEDS_FIXUP): Define in terms
of target_flags_explicit.
* config/rs6000/linux64.h (RELOCATABLE_NEEDS_FIXUP): Ditto for biarch
case.  Define as 0 for non-biarch.

From-SVN: r91605
gcc/ChangeLog
gcc/config/rs6000/linux.h
gcc/config/rs6000/linux64.h
gcc/config/rs6000/rs6000.c