Go to file
Andreas Tobler 44bffd9f6f configure.ac: Introduce AC_C_BIGENDIAN_CROSS for WORDS_BIGENDIAN.
2004-09-22  Andreas Tobler  <a.tobler@schweiz.ch>

	* configure.ac: Introduce AC_C_BIGENDIAN_CROSS for WORDS_BIGENDIAN.
	* configure: Regenerate.
	* include/config.h.in: Likewise.
	* jni/gtk-peer/gtkpeer.h (SWAPU32): Introduce macro to swap pixels.
	* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkImagePainter.c: Moved SWAPU32
	macro to gtkpeer.h.
	* jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics2D.c
	(Java_gnu_java_awt_peer_gtk_GdkGraphics2D_getImagePixels): Convert
	pixels from  0xBBGGRRAA to 0xAARRGGBB only on Little Endian
	architectures.
	* jni/gtk-peer/gnu_java_awt_peer_gtk_GdkPixbufDecoder.c (area_updated):
	Likewise.

From-SVN: r87889
2004-09-22 22:59:16 +02:00
INSTALL
boehm-gc
config mh-x86omitfp: New host makefile fragment. 2004-09-20 00:58:42 +00:00
contrib
fastjar
fixincludes inclhack.def (linux_ia64_ucontext): New fix. 2004-09-17 22:58:40 +00:00
gcc dominance.c (verify_dominators): Don't SEGV if recount_dominator returns NULL. 2004-09-22 20:36:14 +00:00
include
intl
libada
libcpp * charset.c (_cpp_destroy_iconv, emit_numeric_escape) 2004-09-18 00:56:19 +00:00
libffi re PR libffi/17465 (Testsuite in libffi overrides LD_LIBRARY_PATH) 2004-09-14 14:16:29 -07:00
libgfortran libgfortran.h: define gfc_alloca() 2004-09-21 14:38:34 +02:00
libiberty
libjava configure.ac: Introduce AC_C_BIGENDIAN_CROSS for WORDS_BIGENDIAN. 2004-09-22 22:59:16 +02:00
libmudflap attribs.c, [...]: Use %<, %> and %q for quoting in diagnostics going through pretty-print.c. 2004-09-15 21:48:10 +01:00
libobjc encoding.c (ALTIVEC_VECTOR_MODE): Define a bogus macro. 2004-09-16 01:35:01 -07:00
libstdc++-v3 Daily bump. 2004-09-22 00:16:17 +00:00
maintainer-scripts
zlib
.cvsignore
ABOUT-NLS
COPYING
COPYING.LIB
ChangeLog mh-x86omitfp: New host makefile fragment. 2004-09-20 00:58:42 +00:00
ChangeLog.tree-ssa
MAINTAINERS
Makefile.def
Makefile.in
Makefile.tpl
README
README.SCO
compile
config-ml.in
config.guess
config.if
config.rpath
config.sub
configure mh-x86omitfp: New host makefile fragment. 2004-09-20 00:58:42 +00:00
configure.in mh-x86omitfp: New host makefile fragment. 2004-09-20 00:58:42 +00:00
depcomp
install-sh
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
missing
mkdep
mkinstalldirs
move-if-change
symlink-tree
ylwrap

README

This directory contains the GNU Compiler Collection (GCC).

The GNU Compiler Collection is free software.  See the file COPYING
for copying permission.  The manuals, and some of the runtime
libraries, are under different terms; see the individual source files
for details.

The directory INSTALL contains copies of the installation information
as HTML and plain text.  The source of this information is
gcc/doc/install.texi.  The installation information includes details
of what is included in the GCC sources and what files GCC installs.

See the file gcc/doc/gcc.texi (together with other files that it
includes) for usage and porting information.  An online readable
version of the manual is in the files gcc/doc/gcc.info*.

See http://gcc.gnu.org/bugs.html for how to report bugs usefully.