Commit 6f94a68e by Geoffrey Keating Committed by Geoffrey Keating

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
parent 42f3a0a0
2003-10-15 Geoffrey Keating <geoffk@apple.com>
* 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.
2003-10-15 Gbor Lki <alga@rgai.hu> 2003-10-15 Gbor Lki <alga@rgai.hu>
* fold-const.c (tree_swap_operands_p): disables * fold-const.c (tree_swap_operands_p): disables
......
...@@ -24,7 +24,6 @@ extern void machopic_validate_stub_or_non_lazy_ptr (const char *, int); ...@@ -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 const char *machopic_function_base_name (void);
extern void machopic_output_function_base_name (FILE *); 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 const char *machopic_stub_name (const char*);
extern void machopic_picsymbol_stub_section (void); extern void machopic_picsymbol_stub_section (void);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment