Patch: (darwin specific) add missing prototypes

Dale Johannesen dalej@apple.com
Mon Jan 6 22:22:00 GMT 2003


My last change omitted prototypes for the new section functions.
Committing as obvious.

2003-01-06  Dale Johannesen  <dalej@apple.com>

         * config/darwin-protos.h:  Add prototypes for new section 
functions.

Index: darwin-protos.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/darwin-protos.h,v
retrieving revision 1.18
diff -u -d -b -w -r1.18 darwin-protos.h
--- darwin-protos.h     1 Jan 2003 20:39:10 -0000       1.18
+++ darwin-protos.h     6 Jan 2003 22:20:46 -0000
@@ -1,5 +1,5 @@
  /* Prototypes.
-   Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.

  This file is part of GNU CC.

@@ -27,7 +27,9 @@
  extern const char *machopic_stub_name PARAMS ((const char*));

  extern void machopic_picsymbol_stub_section PARAMS ((void));
+extern void machopic_picsymbol_stub1_section PARAMS ((void));
  extern void machopic_symbol_stub_section PARAMS ((void));
+extern void machopic_symbol_stub1_section PARAMS ((void));
  extern void machopic_lazy_symbol_ptr_section PARAMS ((void));
  extern void machopic_nl_symbol_ptr_section PARAMS ((void));



More information about the Gcc-patches mailing list