aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/darwin-protos.h
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2004-02-27 23:48:00 +0000
committerDale Johannesen <dalej@gcc.gnu.org>2004-02-27 23:48:00 +0000
commitb30e1617dc8b550c542728850152e31f5dfb6ca2 (patch)
tree5864d75205e934d178070eec26d0d98f19e99fe8 /gcc/config/darwin-protos.h
parentbbc51dc29f2e78be13e4631172d3c1bd05405249 (diff)
downloadgcc-b30e1617dc8b550c542728850152e31f5dfb6ca2.zip
gcc-b30e1617dc8b550c542728850152e31f5dfb6ca2.tar.gz
gcc-b30e1617dc8b550c542728850152e31f5dfb6ca2.tar.bz2
darwin.c (machopic_output_possible_stub_label): Remove.
2004-02-27 Dale Johannesen <dalej@apple.com> * config/darwin.c (machopic_output_possible_stub_label): Remove. config/darwin-protos.h: Ditto. config/darwin.h: Remove call to it. * combine.c (distribute_notes): Do not place a REG_DEAD note when value is both set and used. From-SVN: r78590
Diffstat (limited to 'gcc/config/darwin-protos.h')
-rw-r--r--gcc/config/darwin-protos.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/darwin-protos.h b/gcc/config/darwin-protos.h
index 66b015b..2866033 100644
--- a/gcc/config/darwin-protos.h
+++ b/gcc/config/darwin-protos.h
@@ -65,8 +65,6 @@ extern const char *darwin_strip_name_encoding (const char *);
extern void machopic_finish (FILE *);
-extern void machopic_output_possible_stub_label (FILE *, const char*);
-
extern void darwin_exception_section (void);
extern void darwin_eh_frame_section (void);
extern void machopic_select_section (tree, int, unsigned HOST_WIDE_INT);