diff options
author | geoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-16 01:16:38 +0000 |
---|---|---|
committer | geoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-16 01:16:38 +0000 |
commit | 37ec50245bfa2de7a2f55b529ce16609ddeeec58 (patch) | |
tree | dec1094929bf75d2bbc45fecaebe181c188880a6 /gcc/config/darwin-protos.h | |
parent | 45f3d38af9e0fadf94864cb0d2667aa7029d06b6 (diff) | |
download | gcc-37ec50245bfa2de7a2f55b529ce16609ddeeec58.tar.gz |
* 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
Diffstat (limited to 'gcc/config/darwin-protos.h')
-rw-r--r-- | gcc/config/darwin-protos.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/darwin-protos.h b/gcc/config/darwin-protos.h index b6dddfc0fcc..69b0b6fcb3e 100644 --- a/gcc/config/darwin-protos.h +++ b/gcc/config/darwin-protos.h @@ -24,7 +24,6 @@ extern void machopic_validate_stub_or_non_lazy_ptr (const char *, int); extern const char *machopic_function_base_name (void); extern void machopic_output_function_base_name (FILE *); -extern const char *machopic_non_lazy_ptr_name (const char*); extern const char *machopic_stub_name (const char*); extern void machopic_picsymbol_stub_section (void); |