Go to file
Ranjit Mathew 84264cb69e VMThrowable.java (getStackTrace): Pass trace as-is to modified lookup().
* java/lang/VMThrowable.java (getStackTrace): Pass trace as-is to
	modified lookup().
	* gnu/gcj/runtime/NameFinder.java (lookup): Change to take in a
	StackTraceElement directly.
	(newElement): New native helper method to create StackTraceElement
	bypassing Java access control.
	(createStackTraceElement): Use newElement() instead of directly
	calling StackTraceElement's constructor.
	* gnu/gcj/runtime/natNameFinder.cc (newElement): New method.

From-SVN: r80541
2004-04-09 04:39:24 +00:00
boehm-gc gcconfig.h (PREFETCH): Use __builtin_prefetch for gcc >= 3.0. 2004-04-06 11:05:05 -07:00
config
contrib gcc_update (files_and_dependencies): Remove gcc/ada/*.texi. 2004-04-02 00:47:19 +00:00
fastjar
gcc function.c (gen_mem_addressof): When changing the RTX from a REG to a MEM... 2004-04-09 01:38:12 +00:00
include
INSTALL
intl
libada
libf2c
libffi
libiberty hashtab.c (htab_size): Move to top of file; mark inline. 2004-03-31 17:40:43 -08:00
libjava VMThrowable.java (getStackTrace): Pass trace as-is to modified lookup(). 2004-04-09 04:39:24 +00:00
libobjc
libstdc++-v3 Daily bump. 2004-04-09 00:16:10 +00:00
maintainer-scripts gcc_release (build_sources): Do not use "-r" and "-D" at the same time with "cvs export". 2004-04-07 17:50:31 +00:00
zlib
.cvsignore
ABOUT-NLS
ChangeLog re PR bootstrap/14760 (A bug in configure{,.in} prevents using both --program-suffix and --program-prefix) 2004-04-07 01:40:22 +00:00
compile
config-ml.in
config.guess
config.if
config.rpath
config.sub
configure re PR bootstrap/14760 (A bug in configure{,.in} prevents using both --program-suffix and --program-prefix) 2004-04-07 01:40:22 +00:00
configure.in re PR bootstrap/14760 (A bug in configure{,.in} prevents using both --program-suffix and --program-prefix) 2004-04-07 01:40:22 +00:00
COPYING
COPYING.LIB
install-sh
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS * MAINTAINERS: Add myself to write-after-approval. 2004-04-05 19:39:20 +00:00
Makefile.def
Makefile.in
Makefile.tpl
missing
mkdep
mkinstalldirs
move-if-change
README
README.SCO
symlink-tree
ylwrap

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.