Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/gnu



Module Name:    src
Committed By:   joerg
Date:           Wed Nov 11 19:03:53 UTC 2009

Modified Files:
        src/gnu/dist/gcc4/gcc: c-opts.c c.opt gcc.h
        src/gnu/dist/gcc4/gcc/doc: cpp.texi cppopts.texi invoke.texi
        src/gnu/dist/gcc4/libcpp: macro.c
        src/gnu/dist/gcc4/libcpp/include: cpplib.h
        src/gnu/usr.bin/gcc4/cpp: cpp.1
        src/gnu/usr.bin/gcc4/gcc: gcc.1

Log Message:
Add the -iremap option to gcc(1) and cpp(1).  This option specifies a
prefix transformation rule for __FILE__ and can be used to avoid
hard-coding the location of the source tree in the resulting binary.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/gnu/dist/gcc4/gcc/c-opts.c
cvs rdiff -u -r1.3 -r1.4 src/gnu/dist/gcc4/gcc/c.opt
cvs rdiff -u -r1.2 -r1.3 src/gnu/dist/gcc4/gcc/gcc.h
cvs rdiff -u -r1.4 -r1.5 src/gnu/dist/gcc4/gcc/doc/cpp.texi
cvs rdiff -u -r1.2 -r1.3 src/gnu/dist/gcc4/gcc/doc/cppopts.texi
cvs rdiff -u -r1.8 -r1.9 src/gnu/dist/gcc4/gcc/doc/invoke.texi
cvs rdiff -u -r1.2 -r1.3 src/gnu/dist/gcc4/libcpp/macro.c
cvs rdiff -u -r1.1.1.1 -r1.2 src/gnu/dist/gcc4/libcpp/include/cpplib.h
cvs rdiff -u -r1.2 -r1.3 src/gnu/usr.bin/gcc4/cpp/cpp.1
cvs rdiff -u -r1.3 -r1.4 src/gnu/usr.bin/gcc4/gcc/gcc.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index