]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config/darwin.c
darwin-protos.h (machopic_non_lazy_ptr_name): Delete prototype.
authorGeoffrey Keating <geoffk@apple.com>
Thu, 16 Oct 2003 01:16:38 +0000 (01:16 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Thu, 16 Oct 2003 01:16:38 +0000 (01:16 +0000)
commit6f94a68e8729efb497abd23e9c6e2c9f098adb23
treedec1094929bf75d2bbc45fecaebe181c188880a6
parent42f3a0a059b723c985d23bbcf6ec93c8ccf0d1d3
darwin-protos.h (machopic_non_lazy_ptr_name): Delete prototype.

* 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.

From-SVN: r72544
gcc/ChangeLog
gcc/config/darwin-protos.h
gcc/config/darwin.c