* SDCPP synchronized with GCC CPP release version 3.4.6,
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 25 Dec 2006 21:10:07 +0000 (21:10 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 25 Dec 2006 21:10:07 +0000 (21:10 +0000)
commit4ca42c5ce64df444d45f171ed6414eb8dc42de88
tree06ca4076628006c62226aeb389dec68019f83f67
parent45c305e61080c5b25829d8dda826a2c3f5ed6f69
* SDCPP synchronized with GCC CPP release version 3.4.6,
  the latest release before 4.x:
* support/cpp2/Makefile.in, support/cpp2/config.h,
  support/cpp2/configure, support/cpp2/configure.in,
  support/cpp2/cppdefault.c, support/cpp2/cppdefault.h,
  support/cpp2/cpperror.c, support/cpp2/cppexp.c,
  support/cpp2/cppfiles.c, support/cpp2/cpphash.c,
  support/cpp2/cpphash.h, support/cpp2/cppinit.c,
  support/cpp2/cpplex.c, support/cpp2/cpplib.c,
  support/cpp2/cpplib.h, support/cpp2/cppmacro.c,
  support/cpp2/cpptrad.c, support/cpp2/except.h,
  support/cpp2/hashtable.c, support/cpp2/hashtable.h,
  support/cpp2/hwint.h, support/cpp2/intl.h,
  support/cpp2/line-map.c, support/cpp2/line-map.h,
  support/cpp2/mkdeps.c, support/cpp2/mkdeps.h,
  support/cpp2/output.h, support/cpp2/prefix.c,
  support/cpp2/prefix.h, support/cpp2/sdcpp.dsp,
  support/cpp2/system.h, support/cpp2/version.c:
  modified
* support/cpp2/c-incpath.c, support/cpp2/c-incpath.h,
  support/cpp2/c-ppoutput.c, support/cpp2/c-pretty-print.c,
  support/cpp2/c-pretty-print.h, support/cpp2/cppcharset.c,
  support/cpp2/cppucnid.h, support/cpp2/diagnostic.c,
  support/cpp2/diagnostic.def, support/cpp2/diagnostic.h,
  support/cpp2/hashtab.c, support/cpp2/hashtab.h,
  support/cpp2/input.h, support/cpp2/libiberty/getpwd.c,
  support/cpp2/libiberty/vasprintf.c, support/cpp2/libiberty/xmemdup.c,
  support/cpp2/move-if-change, support/cpp2/opts.c,
  support/cpp2/opts.h, support/cpp2/opts.sh,
  support/cpp2/pretty-print.c, support/cpp2/pretty-print.h,
  support/cpp2/sdcpp.opt, support/cpp2/sdcpp-opts.c,
  support/cpp2/win32, support/cpp2/win32/dirent.c,
  support/cpp2/win32/dirent.h:
  added
* support/cpp2/sdcpp.c: renamed from sdcppmain.c
* support/cpp2/sdcpp.h: renamed from sdcc.h
* sdcppinit.c: deleted

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4524 4a8a32a2-be11-0410-ad9d-d568d2c75423
64 files changed:
ChangeLog
support/cpp2/Makefile.in
support/cpp2/c-incpath.c [new file with mode: 0644]
support/cpp2/c-incpath.h [new file with mode: 0644]
support/cpp2/c-ppoutput.c [new file with mode: 0644]
support/cpp2/c-pretty-print.c [new file with mode: 0644]
support/cpp2/c-pretty-print.h [new file with mode: 0644]
support/cpp2/config.h
support/cpp2/configure
support/cpp2/configure.in
support/cpp2/cppcharset.c [new file with mode: 0644]
support/cpp2/cppdefault.c
support/cpp2/cppdefault.h
support/cpp2/cpperror.c
support/cpp2/cppexp.c
support/cpp2/cppfiles.c
support/cpp2/cpphash.c
support/cpp2/cpphash.h
support/cpp2/cppinit.c
support/cpp2/cpplex.c
support/cpp2/cpplib.c
support/cpp2/cpplib.h
support/cpp2/cppmacro.c
support/cpp2/cpptrad.c
support/cpp2/cppucnid.h [new file with mode: 0644]
support/cpp2/diagnostic.c [new file with mode: 0644]
support/cpp2/diagnostic.def [new file with mode: 0644]
support/cpp2/diagnostic.h [new file with mode: 0644]
support/cpp2/except.h
support/cpp2/hashtab.c [new file with mode: 0644]
support/cpp2/hashtab.h [new file with mode: 0644]
support/cpp2/hashtable.c
support/cpp2/hashtable.h
support/cpp2/hwint.h
support/cpp2/input.h [new file with mode: 0644]
support/cpp2/intl.h
support/cpp2/libiberty/getpwd.c [new file with mode: 0644]
support/cpp2/libiberty/vasprintf.c [new file with mode: 0644]
support/cpp2/libiberty/xmemdup.c [new file with mode: 0644]
support/cpp2/line-map.c
support/cpp2/line-map.h
support/cpp2/mkdeps.c
support/cpp2/mkdeps.h
support/cpp2/move-if-change [new file with mode: 0644]
support/cpp2/opts.c [new file with mode: 0644]
support/cpp2/opts.h [new file with mode: 0644]
support/cpp2/opts.sh [new file with mode: 0755]
support/cpp2/output.h
support/cpp2/prefix.c
support/cpp2/prefix.h
support/cpp2/pretty-print.c [new file with mode: 0644]
support/cpp2/pretty-print.h [new file with mode: 0644]
support/cpp2/sdcc.h [deleted file]
support/cpp2/sdcpp-opts.c [new file with mode: 0644]
support/cpp2/sdcpp.c [new file with mode: 0644]
support/cpp2/sdcpp.dsp
support/cpp2/sdcpp.h [new file with mode: 0644]
support/cpp2/sdcpp.opt [new file with mode: 0644]
support/cpp2/sdcppinit.c [deleted file]
support/cpp2/sdcppmain.c [deleted file]
support/cpp2/system.h
support/cpp2/version.c
support/cpp2/win32/dirent.c [new file with mode: 0644]
support/cpp2/win32/dirent.h [new file with mode: 0644]