darwin.c (machopic_indirect_data_reference): Mark stubs as defined.
authorMike Stump <mrs@apple.com>
Sat, 21 Aug 2004 06:49:16 +0000 (06:49 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Sat, 21 Aug 2004 06:49:16 +0000 (06:49 +0000)
commit828a4fe4cc7aeea47ec46e2fd3f1e24311e82e7b
tree5b9f618d9d0e30a5bb0b28e8547795314514cf27
parent85b776dff75bd79d649d4125d116fa89bfd10b9e
darwin.c (machopic_indirect_data_reference): Mark stubs as defined.

* config/darwin.c (machopic_indirect_data_reference): Mark
stubs as defined.
* config/386/386.c (darwin_local_data_pic): Add.
(legitimate_constant_p): Reorder so that PLUS handling runs
before darwin_local_data_pic to match the ordering in
legitimate_pic_address_disp_p and so that MINUS runs after
darwin_local_data_pic as otherwise the darwin_local_data_pic
logic can be skipped, which would be very bad.
(legitimate_pic_address_disp_p): Move from from here to
darwin_local_data_pic so it can be reused.

From-SVN: r86355
gcc/ChangeLog
gcc/config/darwin.c
gcc/config/i386/i386.c