* config/darwin-protos.h (machopic_non_lazy_ptr_name): Delete
authorgeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Oct 2003 01:16:38 +0000 (01:16 +0000)
committergeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Oct 2003 01:16:38 +0000 (01:16 +0000)
commit37ec50245bfa2de7a2f55b529ce16609ddeeec58
treedec1094929bf75d2bbc45fecaebe181c188880a6
parent45f3d38af9e0fadf94864cb0d2667aa7029d06b6
* config/darwin-protos.h (machopic_non_lazy_ptr_name): Delete
prototype.  Clean up some whitespace.
* config/darwin.c: Use gen_rtx_FOO (...) rather than
gen_rtx (FOO, ...).
(machopic_non_lazy_ptr_name): Make static.
(name_needs_quotes): Allow '.' and '$' unquoted.
(machopic_legitimize_pic_address): Improve codegen in dynamic-no-pic
case.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72544 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/darwin-protos.h
gcc/config/darwin.c