diff options
Diffstat (limited to 'gcc/libgcc2.c')
-rw-r--r-- | gcc/libgcc2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/libgcc2.c b/gcc/libgcc2.c index 7cba424..8a1b703 100644 --- a/gcc/libgcc2.c +++ b/gcc/libgcc2.c @@ -35,7 +35,7 @@ Boston, MA 02111-1307, USA. */ /* We disable this when inhibit_libc, so that gcc can still be built without needing header files first. */ /* ??? This is not a good solution, since prototypes may be required in - some cases for correct code. See also frame.c. */ + some cases for correct code. See also frame.c/crtstuff.c. */ #ifndef inhibit_libc /* fixproto guarantees these system headers exist. */ #include <stdlib.h> |