| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: cross-ppc-gcc-cpp | Distribution: Mandrakelinux |
| Version: 3.4.3 | Vendor: Mandrakesoft |
| Release: 6mdk | Build date: Sun Apr 3 16:05:51 2005 |
| Group: Development/C | Build host: orion.nanardon |
| Size: 4697549 | Source RPM: cross-ppc-gcc-3.4.3-6mdk.src.rpm |
| Packager: Olivier Thauvin <nanardon@mandrake.org> | |
| Url: http://gcc.gnu.org/ | |
| Summary: The C Preprocessor | |
The C preprocessor is a 'macro processor' which is used automatically by the C compiler to transform your program before actual compilation. It is called a macro processor because it allows you to define 'macros,' which are abbreviations for longer constructs. The C preprocessor provides four separate facilities that you can use as you see fit: * Inclusion of header files. These are files of declarations that can be substituted into your program. * Macro expansion. You can define 'macros,' which are abbreviations for arbitrary fragments of C code, and then the C preprocessor will replace the macros with their definitions throughout the program. * Conditional compilation. Using special preprocessing directives, you can include or exclude parts of the program according to various conditions. * Line control. If you use a program to combine or rearrange source files into an intermediate file which is then compiled, you can use line control to inform the compiler about where each source line originated. You should install this package if you are a programmer who is searching for such a macro processor. If you have multiple versions of GCC installed on your system, you will have to type "cpp -V3.4.3" or "cpp-3.4.3" (without double quotes) in order to use the GNU C Preprocessor version 3.4.3.
GPL
internal MD5: 66833ec221f75fa9d9700a4cefe0a95c
GPG
* Tue Mar 08 2005 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 3.4.3-6mdk
- fix javac wrapper script for automake1.9 testsuite (Christiaan)
- fix minimal cross compilers, in particular x86_64 -> { ppc, ppc64 }
- don't crash when command line contains a nonexistent file (CVS, #14315)
* Fri Feb 25 2005 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 3.4.3-5mdk
- fix libgcj pkgconfig files to look for gcj includes at the right place
- avoid installing gcc into /usr/lib64 so that existing ways to generate
libtool scripts can cope with 32-bit development on 64-bit platforms (!)
* Thu Feb 10 2005 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 3.4.3-4mdk
- unset TEXINPUTS when building PDF docs (G. Rousse)
- backport further -fvisibility-inlines-hidden fixes on x86_64 from gcc4
* Thu Jan 13 2005 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 3.4.3-3mdk
- fix internal build of ada for the testsuite
- disable 64-bit code generation if running under a 32-bit personality
* Wed Dec 29 2004 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 3.4.3-2mdk
- 3.4-branch (2004/12/28)
- C++ visibility patches, -fvisibility*, #pragma GCC visibility (3.4-rhl-branch)
* Tue Nov 16 2004 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 3.4.3-1mdk
- 3.4.3 release
* Fri Sep 17 2004 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 3.4.1-4mdk
- workaround build of ada on 64-bit arches
* Tue Jul 27 2004 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 3.4.1-3mdk
- temporarily disable libffi/java on sparc, sparc64 (Per Oyvind Karlsen)
- selected fixes from 3_4-branch (2004/07/21):
* don't record usage of globally qualified names (fix PR c++/16637)
* fix diagnostics with cv-qualified template template parms (PR c++/16175)
* fix inline nested functions (PR middle-end/15345, c/16450)
* enable SSE prefetches with -mtune, only if compiling for i686 or higher
* Tue Jul 13 2004 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 3.4.1-2mdk
- fix minimal cross-compiler builds for: m68k, ppc, ppc64
- fix sparc64 __frame_state_for(), used by asm trampoline (Per Øyvind Karlsen)
- selected fixes from 3_4-branch (2004/07/12):
* fix C++ enums handling in build_range_check (aka OOo miscompilation)
* fix SPARC PRs target/16494, target/16430, target/16199
* Fri Jul 02 2004 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 3.4.1-1mdk
- 3.4.1 release
* Fri Jun 11 2004 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 3.4.1-0.3mdk
- rebuild against new rpm
* Tue Jun 08 2004 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 3.4.1-0.2mdk
- 3.4.1 CVS (2004/06/08)
- fix ada build, start fixing pascal
- bash-completion for gnatmake (Guillaume Rousse)
* Wed Jun 02 2004 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 3.4.1-0.1mdk
- 3.4.1 CVS (2004/06/01)
- fix pascal & ada frontend later
- fix javac wrapper to not self move files to the same directory
* Thu Apr 22 2004 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 3.4.0-1mdk
- 3.4.0 release
* Tue Mar 02 2004 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 3.4.0-0.4mdk
- 3.4.0 CVS (2004/03/02)
* Fri Feb 20 2004 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 3.4.0-0.3mdk
- Enable Java front-end
- 3.4.0 CVS (2004/02/20)
* Thu Feb 12 2004 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 3.4.0-0.2mdk
- Include a set of precompiled headers built with $RPM_OPT_FLAGS
* Tue Feb 10 2004 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 3.4.0-0.1mdk
- 3.4.0 CVS (2004/02/10)
/lib/cpp /usr/bin/ppc-linux-cpp /usr/bin/ppc-linux-cpp-3.4.3 /usr/lib/gcc/ppc-linux/3.4.3/cc1 /usr/share/man/man1/ppc-linux-cpp.1.bz2
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Aug 29 05:53:34 2008