summaryrefslogtreecommitdiff
path: root/gcc/config/darwin-protos.h
diff options
context:
space:
mode:
authorpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>2003-07-16 19:05:53 +0000
committerpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>2003-07-16 19:05:53 +0000
commitb186bdc9605b82e990f301676d5d22f027aecaed (patch)
tree764c34de1b929602e5ba4745ef412025e5a8a134 /gcc/config/darwin-protos.h
parentc353833f27e720d4528a6312c3d2d2699e1808df (diff)
downloadgcc-b186bdc9605b82e990f301676d5d22f027aecaed.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69472 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/darwin-protos.h')
-rw-r--r--gcc/config/darwin-protos.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/darwin-protos.h b/gcc/config/darwin-protos.h
index ad8b2340ae6..f17f5ab8196 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*));