darwin.c: Include target.h.
authorGeoffrey Keating <geoffk@apple.com>
Fri, 10 Sep 2004 18:57:43 +0000 (18:57 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Fri, 10 Sep 2004 18:57:43 +0000 (18:57 +0000)
commit1adaa117728eb44d11776c676448d84b0a5c3111
treee7172fb12d00176512719fc8e4db24e91cdfa78e
parentfb5c67a7bebab96fd72eab34b141501f7b217325
darwin.c: Include target.h.

* config/darwin.c: Include target.h.
(struct machopic_indirection): Make ptr_name a string.
(machopic_indirection_hash): Update for ptr_name a string.
(machopic_indirection_eq): Likewise.
(machopic_indirection_name): Likewise.
(machopic_output_indirection): Likewise.
(machopic_validate_stub_or_non_lazy_ptr): Update for ptr_name a
string.  Don't expect stub names to be in the identifier hash table.
Do call strip_name_encoding before looking up entry in ID hash table.
* config/t-darwin (darwin.o): Add target.h to dependencies.

From-SVN: r87315
gcc/ChangeLog
gcc/config/darwin.c
gcc/config/t-darwin