PR target/16952
authoramodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 2 Dec 2004 02:21:28 +0000 (02:21 +0000)
committeramodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 2 Dec 2004 02:21:28 +0000 (02:21 +0000)
commit31f742e9bb3e4efefdc497b1c77045ecdb2d83a2
tree805f03fd9d276e15def70e8fcc1492fd825b99e3
parent008f1006937720d9667095c3977f306c0fb3b6f9
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91605 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/rs6000/linux.h
gcc/config/rs6000/linux64.h
gcc/config/rs6000/rs6000.c