]> git.ipfire.org Git - thirdparty/gcc.git/commit - libcpp/include/cpplib.h
cpp.texi (__TIMESTAMP__): Document.
authorGrigory Zagorodnev <grigory_zagorodnev@linux.intel.com>
Sat, 18 Feb 2006 09:25:31 +0000 (09:25 +0000)
committerMarcin Dalecki <dalecki@gcc.gnu.org>
Sat, 18 Feb 2006 09:25:31 +0000 (10:25 +0100)
commitbe8ac3e243dda9430ee53a245a3c1ee3a6acbc7c
tree7042da2d52f0b0578ba88e4df4ca0cbceeee00ab
parent8d08b2d786e93fffe4c6802239b6808680785bc9
cpp.texi (__TIMESTAMP__): Document.

2006-02-17  Grigory Zagorodnev <grigory_zagorodnev@linux.intel.com>

gcc/ChangeLog:
     * doc/cpp.texi (__TIMESTAMP__): Document.

libcpp/ChangeLog:
     * macro.c (_cpp_builtin_macro_text): Handle BT_TIMESTAMP.
     * files.c (_cpp_get_file_stat): New function.
     * include/cpplib.h (builtin_type): Add BT_TIMESTAMP.
     * init.c (builtin_array): Add support for __TIMESTAMP__/BT_TIMESTAMP.
     * internal.h (_cpp_get_file_stat): Prototype.
     (struct cpp_buffer): Add timestamp.

gcc/testsuite/ChangeLog:
     * gcc.dg/cpp/undef3.c: New test.
     * gcc.dg/cpp/trad/builtins2.c: New test.

From-SVN: r111232
gcc/ChangeLog
gcc/doc/cpp.texi
gcc/testsuite/ChangeLog
libcpp/ChangeLog
libcpp/files.c
libcpp/include/cpplib.h
libcpp/init.c
libcpp/internal.h
libcpp/macro.c