diff options
author | Andrew Pinski <pinskia@physics.uc.edu> | 2003-07-16 19:05:53 +0000 |
---|---|---|
committer | Andrew Pinski <pinskia@gcc.gnu.org> | 2003-07-16 12:05:53 -0700 |
commit | 1622229cb182906d9375ccbb6dd6672b9cb017da (patch) | |
tree | 764c34de1b929602e5ba4745ef412025e5a8a134 /gcc/config/darwin-protos.h | |
parent | db2f435beacd8e9e9f07616c5806acb518ff821c (diff) | |
download | gcc-1622229cb182906d9375ccbb6dd6672b9cb017da.zip gcc-1622229cb182906d9375ccbb6dd6672b9cb017da.tar.gz gcc-1622229cb182906d9375ccbb6dd6672b9cb017da.tar.bz2 |
Partial Fix PR/10129
2003-07-17 Andrew Pinski <pinskia@physics.uc.edu>
Partial Fix PR/10129
* config/darwin.c (machopic_function_base_name): Only Return "<pic base>".
(machopic_output_function_base_name): New; print the true pic label.
(machopic_classify_ident): Pic Base is always a defined data.
* config/darwin.h (ASM_OUTPUT_LABELREF): Support the pic base label.
* config/darwin-proto.h (machopic_output_function_base_name): Prototype.
From-SVN: r69472
Diffstat (limited to 'gcc/config/darwin-protos.h')
-rw-r--r-- | gcc/config/darwin-protos.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/darwin-protos.h b/gcc/config/darwin-protos.h index ad8b234..f17f5ab 100644 --- a/gcc/config/darwin-protos.h +++ b/gcc/config/darwin-protos.h @@ -23,6 +23,7 @@ extern int name_needs_quotes PARAMS ((const char *)); extern void machopic_validate_stub_or_non_lazy_ptr PARAMS ((const char *, int)); extern const char *machopic_function_base_name PARAMS ((void)); +extern void machopic_output_function_base_name (FILE *); extern const char *machopic_non_lazy_ptr_name PARAMS ((const char*)); extern const char *machopic_stub_name PARAMS ((const char*)); |