Index: gcc/gcc.c
===
--- gcc/gcc.c (revision 208009)
+++ gcc/gcc.c (working copy)
@@ -3108,8 +3108,21 @@
fputs (_(" -specs=Override built-in specs with the contents of \n"), stdout);
fputs (_(" -std= Assum
Hi
When looking at the gcc/gcc.c file, i noticed that some basic
options were not added to notify the user of gcc to be able to use it
and its essence. So due to this, i added some of the options like the
-ansi option. This file contains some other options like the -w and -Q
options.
Hello
I found out that the gcc/version.h the license comment on the
file was missing so i had to add it for the uniformity of the files
and understanding of the coding conventions.
Thanks
Index: gcc/version.h
=
Hi
Fixed a typo in the call.h header file in gcc
Thanks
Index: gcc/calls.h
===
--- gcc/calls.h (revision 208009)
+++ gcc/calls.h (working copy)
@@ -1,4 +1,4 @@
-/* Declarations anda data types for RTL call insn ge
Hi
I added a comment to cpplib.h file for understanding.
Thanks.
Added a comment to cpplib.h file.
Index: cpplib.h
===
--- cpplib.h (revision 208118)
+++ cpplib.h (working copy)
@@ -103,7 +103,7 @@
OP(SEMICOLON, ";") /* structure */\
OP(ELLIPSIS, "...") \
OP(PLUS_PLUS, "++") /*