gcc/gcc
Theodore Papadopoulo e250dd710f Make-lang.in ($(srcdir)/f/g77.info): Added dependencies on fdl.texi.
* Make-lang.in ($(srcdir)/f/g77.info): Added dependencies on
fdl.texi.
(f/g77.dvi): Use TEXI2DVI instead of custom tex calls.  Create the
dvi file in the f directory.

From-SVN: r42659
2001-05-27 13:08:11 -04:00
..
ch Make-lang.in (dvi): Use ch/chill.dvi not chill.dvi. 2001-05-27 13:07:17 -04:00
config combine.c (try_combine): Fix typo in comment. 2001-05-27 10:35:09 +00:00
cp re PR c++/2823 (kde2/artsd miscompilation (part 1)) 2001-05-26 19:20:06 +00:00
doc install.texi (arm*-*-linux-gnu): Say that binutils 2.10 is required. 2001-05-24 21:16:41 +00:00
f Make-lang.in ($(srcdir)/f/g77.info): Added dependencies on fdl.texi. 2001-05-27 13:08:11 -04:00
fixinc regenerate 2001-05-26 18:27:00 +00:00
ginclude Add Darwin (Mac OS X kernel) native support. 2001-04-12 02:13:00 +00:00
intl * po2tbl.sed.in: Fixed typo. 2001-05-25 17:47:18 -07:00
java Make-lang.in ($(srcdir)/java/gcj.info): Added dependencies on fdl.texi. 2001-05-27 13:07:48 -04:00
objc toplev.c (debug_args, [...]): Mark descriptions for translation. 2001-05-26 05:28:26 +00:00
po POTFILES.in: Remove config/rs6000/xm-darwin.h and config/pa/pa-gas.h. 2001-05-23 17:22:19 +00:00
testsuite re PR c++/2823 (kde2/artsd miscompilation (part 1)) 2001-05-26 19:20:06 +00:00
.cvsignore Makefile.in (info, [...]): Also build and remove and install and uninstall c-tree.info and cppinternals.info. 2001-01-13 00:24:39 +00:00
ABOUT-GCC-NLS ABOUT-GCC-NLS: Now that gettext 0.10.37 is out, require it instead of the CVS version. 2001-04-22 22:33:45 +00:00
ABOUT-NLS
COPYING COPYING: Update to current ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes... 2000-12-18 21:47:20 +00:00
COPYING.LIB COPYING.LIB: Update to LGPL 2.1 from the FSF. 2001-01-29 13:32:47 +00:00
ChangeLog combine.c (try_combine): Fix typo in comment. 2001-05-27 10:35:09 +00:00
ChangeLog.0
ChangeLog.1 Under the "obviously correct" rule, fix the formatting breakage of people using 8-space indents vs. 2001-03-03 19:41:07 +00:00
ChangeLog.2 Split the ChangeLog 2000-05-30 14:50:33 -06:00
ChangeLog.3 Under the "obviously correct" rule, fix the formatting breakage of people using 8-space indents vs. 2001-03-03 19:41:07 +00:00
ChangeLog.4 Under the "obviously correct" rule, fix the formatting breakage of people using 8-space indents vs. 2001-03-03 19:41:07 +00:00
ChangeLog.lib Under the "obviously correct" rule, fix the formatting breakage of people using 8-space indents vs. 2001-03-03 19:41:07 +00:00
FSFChangeLog
FSFChangeLog.10
FSFChangeLog.11
LANGUAGES note DECL_INITIAL change 2001-02-26 12:17:47 -05:00
Makefile.in builtins.def: Encode additional information, such as names and types, here. 2001-05-25 20:00:59 +00:00
NEWS ONEWS: New file with the current contents of NEWS up to EGCS 1.1. 2000-12-04 23:03:07 +00:00
ONEWS ONEWS: New file with the current contents of NEWS up to EGCS 1.1. 2000-12-04 23:03:07 +00:00
README Version.c, [...]: Update G77 version number to 0.5.27. 2001-02-19 20:03:42 +00:00
README-fixinc
README.C4X
README.Portability cpplex.c: Update comments. 2000-07-16 13:35:23 +00:00
SERVICE Replace with URL for FSF service directory 2000-10-16 17:50:49 +00:00
acconfig.h acconfig.h: Define `const' to the empty string if neither __STDC__ nor __cplusplus is defined. 2001-01-25 21:56:21 +00:00
aclocal.m4 aclocal.m4: Quote final argument of patsubst. 2001-05-26 04:54:42 +00:00
alias.c alias.c (get_addr): Externalize. 2001-04-09 14:27:05 +00:00
basic-block.h Standardize header guards. 2001-05-25 18:31:47 -07:00
bb-reorder.c IA-64 ABI Exception Handling. 2001-03-28 03:04:51 -08:00
bitmap.c bitmap.c: Change NULL_PTR to NULL or "(rtx*)0". 2001-05-01 12:11:35 +00:00
bitmap.h Standardize header guards. 2001-05-25 18:31:47 -07:00
build-make config.gcc: Don't default xmake_file to ${cpu_type}/x-${cpu_type}. 2001-05-01 17:45:05 +00:00
builtin-types.def builtins.def: Encode additional information, such as names and types, here. 2001-05-25 20:00:59 +00:00
builtins.c builtins.def: Encode additional information, such as names and types, here. 2001-05-25 20:00:59 +00:00
builtins.def builtins.def: Encode additional information, such as names and types, here. 2001-05-25 20:00:59 +00:00
c-aux-info.c c-aux-info.c: NULL_PTR->NULL in calls to `concat'. 2001-04-29 12:43:20 +00:00
c-common.c builtins.def: Encode additional information, such as names and types, here. 2001-05-25 20:00:59 +00:00
c-common.def c-common.h (add_stmt): Change prototype. 2000-09-10 21:34:41 +00:00
c-common.h Standardize header guards. 2001-05-25 18:31:47 -07:00
c-convert.c c-convert.c (convert): When converting to a BOOLEAN_TYPE, avoid passing nested NOP_EXPRs to fold. 2001-04-23 23:55:32 +01:00
c-decl.c builtins.def: Encode additional information, such as names and types, here. 2001-05-25 20:00:59 +00:00
c-dump.c c-dump.c (dequeue_and_dump): Don't look at DECL_ASSEMBLER_NAME if it is not set. 2001-05-03 15:41:13 +00:00
c-dump.h Standardize header guards. 2001-05-25 18:31:47 -07:00
c-errors.c c-errors.c (pedwarn_c99): Adjust call to report_diagnostic. 2000-08-20 09:50:12 +00:00
c-format.c c-format.c (check_format_info_recurse): Handle PLUS_EXPR for format string. 2001-04-25 23:18:20 +02:00
c-lang.c Makefile.in (OBJS, [...]): Update. 2001-05-20 06:26:45 +00:00
c-lex.c c-lex.c (read_escape, read_ucs): Delete. 2001-05-23 19:05:37 +00:00
c-lex.h Standardize header guards. 2001-05-25 18:31:47 -07:00
c-parse.in * c-parse.in (notype_initdcl): Remove redundant line. 2001-05-25 19:44:20 +00:00
c-pragma.c configure.in: Arrange to include defaults.h in [ht]config.h/tm.h. 2001-01-28 01:50:22 +00:00
c-pragma.h Standardize header guards. 2001-05-25 18:31:47 -07:00
c-semantics.c c-semantics.c (add_scope_stmt): Don't call current_scope_stmt_stack multiple times. 2001-04-24 08:25:56 +00:00
c-tree.h Standardize header guards. 2001-05-25 18:31:47 -07:00
c-tree.texi lose START_CATCH_STMT 2001-05-21 20:52:58 -04:00
c-typeck.c c-typeck.c (digest_init): Issue error messages about invalid constants, not warnings. 2001-05-25 06:34:16 +00:00
caller-save.c Use byte offsets in SUBREGs instead of words. 2001-04-03 15:06:12 +00:00
calls.c * calls.c (store_one_arg): Don't divide align by BITS_PER_UNIT. 2001-05-04 21:30:51 -04:00
collect2.c *** empty log message *** 2001-04-27 19:59:53 +00:00
collect2.h Standardize header guards. 2001-05-25 18:31:47 -07:00
combine.c combine.c (try_combine): Fix typo in comment. 2001-05-27 10:35:09 +00:00
conditions.h
config.gcc config.gcc (all gnu and linux): Use t-slibgcc-elf-ver with t-linux. 2001-05-25 16:08:57 -07:00
config.guess
config.in aclocal.m4: Quote final argument of patsubst. 2001-05-26 04:54:42 +00:00
configure aclocal.m4: Quote final argument of patsubst. 2001-05-26 04:54:42 +00:00
configure.frag
configure.in aclocal.m4: Quote final argument of patsubst. 2001-05-26 04:54:42 +00:00
conflict.c Warning fixes: 2000-11-19 13:15:51 +00:00
contrib.texi contrib.texi: Fix my email address. 2000-12-06 19:26:59 -07:00
convert.c convert.c (convert_to_integer): Don't do unsigned unless result or both inputs are unsigned. 2001-02-23 16:10:35 -05:00
convert.h Vector conversions support 2000-06-24 19:26:42 +00:00
cpp.1 Version.c, [...]: Update G77 version number to 0.5.27. 2001-02-19 20:03:42 +00:00
cpp.texi cpp.texi: Update for handling of charconsts. 2001-05-23 22:50:28 +00:00
cppdefault.c cppdefault.c (GPLUSPLUS_BACKWARD_INCLUDE_DIR): Add. 2001-04-06 06:13:27 +00:00
cppdefault.h Standardize header guards. 2001-05-25 18:31:47 -07:00
cpperror.c ABOUT-GCC-NLS: Now that gettext 0.10.37 is out, require it instead of the CVS version. 2001-04-22 22:33:45 +00:00
cppexp.c cppexp.c (lex): Use NODE_NAME and NODE_LEN. 2001-05-16 22:02:09 +00:00
cppfiles.c cppfiles.c (remove_component_p): Don't assume lstat/stat will keep errno unchanged on success. 2001-05-22 11:57:21 +00:00
cpphash.c Makefile.in (OBJS, [...]): Update. 2001-05-20 06:26:45 +00:00
cpphash.h Standardize header guards. 2001-05-25 18:31:47 -07:00
cppinit.c Makefile.in (OBJS, [...]): Update. 2001-05-20 06:26:45 +00:00
cppinternals.texi c-lex.c (lex_charconst): Convert into a simple wrapper around cpp_interpret_charconst... 2001-05-11 23:48:21 +00:00
cpplex.c cpp.texi: Update for handling of charconsts. 2001-05-23 22:50:28 +00:00
cpplib.c Makefile.in (OBJS, [...]): Update. 2001-05-20 06:26:45 +00:00
cpplib.h Standardize header guards. 2001-05-25 18:31:47 -07:00
cppmacro.c Makefile.in (OBJS, [...]): Update. 2001-05-20 06:26:45 +00:00
cppmain.c Makefile.in (OBJS, [...]): Update. 2001-05-20 06:26:45 +00:00
cppspec.c * cppspec.c (DEFAULT_WORD_SWITCH_TAKES_ARG): Add -MQ. 2001-01-11 22:10:49 +00:00
cross-make i * libgcc1-test.c, libgcc1.c, config/i386/perform.h: Delete file. 2001-05-17 03:16:18 +00:00
crtstuff.c unwind-dw2-fde.c (__deregister_frame_info): Stubbify in favour of... 2001-05-22 16:01:33 -07:00
cse.c cse.c (fold_rtx): Use simplify_subreg. 2001-05-17 18:46:58 +00:00
cselib.c Make hash values more random 2001-03-28 14:21:18 +00:00
cselib.h osf.h: Standarize copyright statement. 2000-12-06 18:58:25 -07:00
cstamp-h.in
dbxout.c dbxout.c (dbxout_symbol): Invert previous patch, which was outputting a tag only for variable-size records. 2001-05-25 20:55:52 +00:00
dbxout.h
dbxstclass.h
dce.c Michael Matz <matzmich@cs.tu-berlin.de> 2000-11-14 01:58:40 -08:00
defaults.h Standardize header guards. 2001-05-25 18:31:47 -07:00
dependence.c splay-tree.c (splay_tree_predecessor): Fix typo in comment. 2000-09-17 07:38:23 +00:00
diagnostic.c diagnostic.c (vnotice): Kill. 2001-05-23 17:15:07 +00:00
diagnostic.def diagnostic.def: New file. 2001-05-01 08:19:45 +00:00
diagnostic.h Standardize header guards. 2001-05-25 18:31:47 -07:00
doloop.c Makefile.in (insn-recog.o): Depend on toplev.h. 2001-04-11 11:36:50 -07:00
dominance.c Michael Matz <matzmich@cs.tu-berlin.de> 2000-11-14 01:58:40 -08:00
doprint.c
doschk.c
dostage2
dostage3
dwarf.h dwarf.h (FMT_CODE): Adjust argument order; fix mapping to dwarf_subscr_data_formats bits. 2000-11-20 13:40:30 -08:00
dwarf2.h IA-64 ABI Exception Handling. 2001-03-28 03:04:51 -08:00
dwarf2asm.c dwarf2asm.c (eh_data_format_name): Add names for "pointer size" variants of non-absolute encodings. 2001-05-16 15:45:22 -07:00
dwarf2asm.h except.c (eh_data_format_name): Move to ... 2001-05-16 15:42:36 -07:00
dwarf2out.c dwarf2out.c (current_funcdef_number): Move outside dwarf2 conditional ifdef. 2001-05-21 16:30:51 -07:00
dwarf2out.h IA-64 ABI Exception Handling. 2001-03-28 03:04:51 -08:00
dwarfout.c dwarf2out.c (DEBUG_ABBREV_SECTION, [...]): Rename from s/DEBUG_//. 2001-05-20 20:14:31 -07:00
dwarfout.h dwarfout.c (INSN_LABEL_FMT): Remove. 2000-11-07 18:18:00 -08:00
emit-rtl.c emit-rtl.c (init_emit_once): Zero unused memory in a CONST_DOUBLE. 2001-05-21 23:29:39 -07:00
enquire.c cppinit.c (cpp_start_read): Turn off -Wtraditional if processing C++. 2000-04-02 22:50:55 +00:00
errors.c errors.c (internal_error, [...]): New functions. 2001-02-24 06:45:36 -05:00
errors.h Standardize header guards. 2001-05-25 18:31:47 -07:00
except.c except.c (dw2_build_landing_pads): Use word_mode, not Pmode, as ncessary. 2001-05-20 00:35:24 +00:00
except.h Standardize header guards. 2001-05-25 18:31:47 -07:00
exgettext
explow.c bitmap.c: Change NULL_PTR to NULL or "(rtx*)0". 2001-05-01 12:11:35 +00:00
expmed.c combine.c (gen_binary): Use swap_commutative_operands_p 2001-05-22 00:40:26 -07:00
expr.c combine.c (try_combine): Fix typo in comment. 2001-05-27 10:35:09 +00:00
expr.h expr.h (enum libfunc_index): Add LTI_memmove. 2001-04-13 21:39:22 -06:00
extend.texi c-parse.in (array_declarator): New. 2001-05-25 12:12:47 +01:00
fdl.texi objc.texi: Move from ../libobjc/objc-features.texi. 2001-05-09 15:16:47 +01:00
final.c defaults.h (ASM_PREFERRED_EH_DATA_FORMAT): New. 2001-05-11 23:03:20 -07:00
fix-header.c Makefile.in (OBJS, [...]): Update. 2001-05-20 06:26:45 +00:00
fixproto fixproto: Correctly install synthesised unistd.h and stdlib.h when they didn't need fixing. 2001-01-27 21:07:57 +00:00
flags.h Standardize header guards. 2001-05-25 18:31:47 -07:00
floatlib.c i * libgcc1-test.c, libgcc1.c, config/i386/perform.h: Delete file. 2001-05-17 03:16:18 +00:00
flow.c flow.c (life_analysis): After life analysis is complete... 2001-05-15 22:12:33 -06:00
fold-const.c fold-const.c (tree_expr_nonnegative_p): Detect more non-negative cases. 2001-05-21 01:21:23 +00:00
fp-test.c
function.c function.c (expand_function_start): Don't abort on PARALLEL returns from hard_function_value. 2001-05-25 12:05:24 -07:00
function.h function.h (virtuals_instantiated): Declare. 2001-04-05 16:13:53 -04:00
future.options
gbl-ctors.h dwarf2out.c: Indent #error directive. 2000-07-28 16:08:54 +00:00
gcc.1 re PR c/2291 (Pedantic may be too pedantic) 2001-05-20 13:49:31 +01:00
gcc.c Changes needed for java/jvspec.c 2001-05-18 11:30:40 -07:00
gcc.h Standardize header guards. 2001-05-25 18:31:47 -07:00
gcc.hlp
gcc.texi gcc.texi (gccbug): Refer to the web pages for detailed information on GNATS. 2001-05-17 11:21:53 +00:00
gccbug.in * gccbug.in (CATEGORIES): Add "bootstrap". 2001-05-17 15:19:53 +00:00
gccspec.c gcc.h (lang_specific_driver): Constify second argument. 2000-08-02 20:21:27 +00:00
gcov-io.h Standardize header guards. 2001-05-25 18:31:47 -07:00
gcov.1 Version.c, [...]: Update G77 version number to 0.5.27. 2001-02-19 20:03:42 +00:00
gcov.c protoize.c (main): Correctly set locale categories. 2000-12-17 14:35:05 +00:00
gcov.texi gcov.texi: Add magic comments for texi2pod.pl. 2000-11-22 08:29:32 +00:00
gcse.c gcse.c (try_replace_reg): First try global replace, later try to simplify the expression. 2001-05-18 13:43:27 +00:00
gdbinit.in gdbinit: Rename to gdbinit.in. 2001-02-16 11:12:46 +00:00
gen-protos.c
genattr.c genattr.c, [...]: Wrap generated header in multiple-include guard. 2001-04-02 16:29:32 +00:00
genattrtab.c Makefile.in (reg-stack.o): Depend on reload.h. 2001-04-13 21:10:16 +00:00
gencheck.c genattr.c, [...]: Wrap generated header in multiple-include guard. 2001-04-02 16:29:32 +00:00
gencodes.c genattr.c, [...]: Wrap generated header in multiple-include guard. 2001-04-02 16:29:32 +00:00
genconfig.c genattr.c, [...]: Wrap generated header in multiple-include guard. 2001-04-02 16:29:32 +00:00
genemit.c Makefile.in (insn-recog.o): Depend on toplev.h. 2001-04-11 11:36:50 -07:00
genextract.c aclocal.m4 (libiberty_AC_FUNC_C_ALLOCA): New. 2001-03-06 09:52:35 +00:00
genflags.c genattr.c, [...]: Wrap generated header in multiple-include guard. 2001-04-02 16:29:32 +00:00
gengenrtl.c Use byte offsets in SUBREGs instead of words. 2001-04-03 15:06:12 +00:00
genmultilib top level: 2000-05-09 19:56:01 +00:00
genopinit.c mkconfig.sh: Include insn-flags.h. 2001-03-22 10:48:52 -08:00
genoutput.c Makefile.in (insn-output.o): Depend on $(EXPR_H). 2001-04-11 15:57:31 +00:00
genpeep.c c-lex.c: NULL_PTR -> NULL. 2001-05-02 14:31:45 +00:00
genrecog.c combine.c (simplify_comparison): Update op1 after constant extension. 2001-05-21 23:46:20 -07:00
gensupport.c server.c (load_data, run_shell): Use xmalloc, xrealloc & xcalloc in lieu of malloc, realloc & calloc. 2001-03-10 04:20:03 +00:00
gensupport.h Makefile.in (gensupport.o): Compile for the host. 2000-05-06 15:30:13 -07:00
ggc-callbacks.c Remove obstacks. 2000-10-13 06:26:46 +00:00
ggc-common.c Compute DECL_ASSEMBLER_NAME lazily. 2001-03-19 23:50:04 +00:00
ggc-none.c configure.in: Prune nonexistent files from build_xm_file, xm_file, and host_xm_file lists. 2001-03-09 20:53:56 +00:00
ggc-page.c sibcall.c (skip_copy_to_return_value): Call identify_call_return_value here, and return orig_insn if it returns zero. 2001-02-20 05:49:06 +00:00
ggc-simple.c sibcall.c (skip_copy_to_return_value): Call identify_call_return_value here, and return orig_insn if it returns zero. 2001-02-20 05:49:06 +00:00
ggc.h Makefile.in (OBJS, [...]): Update. 2001-05-20 06:26:45 +00:00
glimits.h aix43.h (CPP_SPEC): Define __LONG_MAX__ correctly in 64-bit mode. 2000-07-21 00:47:27 +00:00
global.c Use byte offsets in SUBREGs instead of words. 2001-04-03 15:06:12 +00:00
gmon.c
graph.c diagnostic.h (set_internal_error_function): Renamed. 2001-02-04 17:44:12 -05:00
graph.h Standardize header guards. 2001-05-25 18:31:47 -07:00
gstab.h Standardize header guards. 2001-05-25 18:31:47 -07:00
gsyms.h
gsyslimits.h cppinit.c (cpp_post_options): Shut off macro expansion if -fpreprocessed. 2001-05-10 00:07:23 +00:00
gthr-aix.h Standardize header guards. 2001-05-25 18:31:47 -07:00
gthr-dce.h Standardize header guards. 2001-05-25 18:31:47 -07:00
gthr-posix.h Standardize header guards. 2001-05-25 18:31:47 -07:00
gthr-rtems.h Standardize header guards. 2001-05-25 18:31:47 -07:00
gthr-single.h Standardize header guards. 2001-05-25 18:31:47 -07:00
gthr-solaris.h Standardize header guards. 2001-05-25 18:31:47 -07:00
gthr-vxworks.h Standardize header guards. 2001-05-25 18:31:47 -07:00
gthr-win32.h Standardize header guards. 2001-05-25 18:31:47 -07:00
gthr.h Standardize header guards. 2001-05-25 18:31:47 -07:00
haifa-sched.c mkconfig.sh: Include insn-flags.h. 2001-03-22 10:48:52 -08:00
halfpic.c
halfpic.h
hard-reg-set.h Standardize header guards. 2001-05-25 18:31:47 -07:00
hash.c i386.c (ix86_emit_restore_regs_using_mov, [...]): Change `bool' parameter to `int'. 2001-05-04 14:36:39 +00:00
hash.h i386.c (ix86_emit_restore_regs_using_mov, [...]): Change `bool' parameter to `int'. 2001-05-04 14:36:39 +00:00
hashtable.c hashtable.c (calc_hash): Fix HASHSTEP definition. 2001-05-20 08:13:32 +00:00
hashtable.h Makefile.in (OBJS, [...]): Update. 2001-05-20 06:26:45 +00:00
hwint.h Standardize header guards. 2001-05-25 18:31:47 -07:00
ifcvt.c ifcvt.c (merge_if_block): Use any_uncondjump_p... 2001-05-10 09:15:48 -06:00
input.h top level: 2000-05-09 19:56:01 +00:00
insn-addr.h Standardize header guards. 2001-05-25 18:31:47 -07:00
install.texi install.texi: Remove obsolete information on SunOS as well as i386-sun-sunos4... 2001-05-22 13:14:11 +00:00
integrate.c * integrate.c (expand_inline_function): Handle CONCAT DECL_RESULT. 2001-05-23 15:53:54 -07:00
integrate.h integrate.h (struct inline_remap): Add leaf_reg_map table. 2001-05-03 16:14:34 +00:00
intl.c ansidecl.h: All logic from gcc/gansidecl.h moved here. 2001-04-04 00:46:27 +00:00
intl.h
invoke.texi invoke.texi (-fno-builtin): Document that this is always on in C++. 2001-05-25 01:27:08 +00:00
jump.c * jump.c (mark_jump_label): Fix thinko in 2001-05-19 change. 2001-05-23 07:56:45 +00:00
lcm.c lcm.c (compute_earliest): Let EXIT_BLOCK be handled as a regular basic block. 2001-02-12 06:18:44 +00:00
libgcc-std.ver * libgcc-std.ver: Export XFmode and TFmode versions of symbols. 2001-05-25 17:08:59 -07:00
libgcc2.c libgcc2.c, libgcc2.h: Restore __eprintf. 2001-05-14 02:46:22 +00:00
libgcc2.h Standardize header guards. 2001-05-25 18:31:47 -07:00
limitx.h
limity.h cppinit.c (cpp_post_options): Shut off macro expansion if -fpreprocessed. 2001-05-10 00:07:23 +00:00
listing
lists.c lists.c (init_EXPR_INSN_LIST_cache): Don't check initialized. 2001-03-07 10:44:17 -08:00
local-alloc.c Use byte offsets in SUBREGs instead of words. 2001-04-03 15:06:12 +00:00
longlong.h i * libgcc1-test.c, libgcc1.c, config/i386/perform.h: Delete file. 2001-05-17 03:16:18 +00:00
loop.c loop.h (struct movables): Remove `num'. 2001-05-11 15:54:19 +00:00
loop.h loop.h (struct movables): Remove `num'. 2001-05-11 15:54:19 +00:00
machmode.def machmode.def: Use correct definition for BITSIZE on targets where BITS_PER_UNIT != 8. 2000-12-06 18:47:31 -07:00
machmode.h gencodes.c (output_predicate_decls): New function. 2001-01-03 21:13:29 +00:00
main.c ansidecl.h: All logic from gcc/gansidecl.h moved here. 2001-04-04 00:46:27 +00:00
make-l2.com
makefile.vms * makefile.vms: Remove EGCS references. 2000-11-26 19:15:39 +00:00
mbchar.c * mbchar.c: Include config.h first. 2001-04-07 22:39:10 +00:00
mbchar.h Standardize header guards. 2001-05-25 18:31:47 -07:00
md.texi md.texi: Use XX-bit instead of XXbit or XX bit where appropriate. 2001-04-28 10:54:31 +02:00
mips-tdump.c c-lex.c: NULL_PTR -> NULL. 2001-05-02 14:31:45 +00:00
mips-tfile.c dbxout.c, [...]: Always include gstab.h, not system stab.h. 2001-05-01 01:58:32 +00:00
mkconfig.sh mkconfig.sh (DEFINES): Handle entries with '='. 2001-03-25 13:23:30 +00:00
mkdeps.c vms.h: Change OBJECT_SUFFIX and EXECUTABLE_SUFFIX to TARGET_OBJECT_SUFFIX and... 2001-04-19 16:28:05 -04:00
mkdeps.h Standardize header guards. 2001-05-25 18:31:47 -07:00
mkinstalldirs
mklibgcc.in i * libgcc1-test.c, libgcc1.c, config/i386/perform.h: Delete file. 2001-05-17 03:16:18 +00:00
mkmap-flat.awk Makefile.in (NM_FOR_TARGET): New. 2000-10-05 22:46:02 -07:00
mkmap-symver.awk Makefile.in (NM_FOR_TARGET): New. 2000-10-05 22:46:02 -07:00
move-if-change
objc.texi objc.texi: Move from ../libobjc/objc-features.texi. 2001-05-09 15:16:47 +01:00
optabs.c combine.c (gen_binary): Use swap_commutative_operands_p 2001-05-22 00:40:26 -07:00
output.h output.h (dump_flow_info, [...]): Delete redundant prototypes. 2001-04-18 03:25:37 +00:00
params.c Makefile.in (toplev.o): Depend on params.h. 2001-02-14 16:24:45 +00:00
params.def invoke.texi (Optimize Options): Add documentation for `--param max-delay-slot-insn-search' and `--param... 2001-05-01 18:51:06 +00:00
params.h Standardize header guards. 2001-05-25 18:31:47 -07:00
patch-apollo-includes
predict.c mkconfig.sh: Include insn-flags.h. 2001-03-22 10:48:52 -08:00
prefix.c c-aux-info.c: NULL_PTR->NULL in calls to `concat'. 2001-04-29 12:43:20 +00:00
prefix.h Standardize header guards. 2001-05-25 18:31:47 -07:00
print-rtl.c print-rtl.c (print_rtx): Cast enums to int for comparison. 2001-03-02 21:41:37 +00:00
print-tree.c c-common.h (DECL_NUM_STMTS): New macro. 2001-03-27 02:17:48 +00:00
profile.c collect2.c (main): Use concat in lieu of xmalloc/sprintf. 2001-04-23 00:36:28 +00:00
protoize.c system.h: Include symcat.h. 2001-03-27 15:31:46 +00:00
pself.c
pself1.c
pself2.c
pself3.c
pself4.c
pself5.c
real.c Eliminate IA-64 compiler warnings. 2001-01-23 20:30:47 -08:00
real.h Standardize header guards. 2001-05-25 18:31:47 -07:00
recog.c combine.c (simplify_comparison): Update op1 after constant extension. 2001-05-21 23:46:20 -07:00
recog.h Makefile.in (gcse.o): Now includes ggc.h. 2001-02-18 18:56:34 -05:00
reg-stack.c bitmap.c: Change NULL_PTR to NULL or "(rtx*)0". 2001-05-01 12:11:35 +00:00
regclass.c regclass.c (scan_one_insn): Update REG_N_REFS when optimizing handling of two-address insns. 2001-05-09 13:40:49 +00:00
regmove.c regmove.c (regmove_optimize): Suppress the optimization for unchanging destination register. 2001-05-11 22:08:04 +02:00
regrename.c regrename.c (regrename_optimize): frame pointer register can use a few hardregs. 2001-05-19 09:59:52 +04:00
regs.h Use byte offsets in SUBREGs instead of words. 2001-04-03 15:06:12 +00:00
reload.c bitmap.c: Change NULL_PTR to NULL or "(rtx*)0". 2001-05-01 12:11:35 +00:00
reload.h Makefile.in (toplev.o, [...]): Depend on reload.h 2001-04-13 16:41:16 +00:00
reload1.c Correctly count substitutions if eliminations are going on. 2001-05-17 12:38:47 +00:00
reorg.c mkconfig.sh: Include insn-flags.h. 2001-03-22 10:48:52 -08:00
resource.c Use byte offsets in SUBREGs instead of words. 2001-04-03 15:06:12 +00:00
resource.h Makefile.in (recog.o): Don't depend on resource.h. 2000-05-27 13:23:15 -07:00
rtl.c rtl.c (read_string): Break out from ... 2001-05-22 09:42:41 -07:00
rtl.def IA-64 ABI Exception Handling. 2001-03-28 03:04:51 -08:00
rtl.h Standardize header guards. 2001-05-25 18:31:47 -07:00
rtl.texi rtl.texi (CALL_INSN_FUNCTION_USAGE): Note that (and when) it may contain MEMs. 2001-05-14 05:11:38 +00:00
rtlanal.c integrate.c (copy_rtx_and_substitute): Use simplify_gen_subreg. 2001-05-17 21:21:21 +00:00
sbitmap.c * sbitmap.c (sbitmap_copy): Call memcpy, not bcopy. 2001-03-27 03:37:03 +00:00
sbitmap.h Standardize header guards. 2001-05-25 18:31:47 -07:00
scan-decls.c Makefile.in: Exterminate all references to assert.h. 2001-05-11 17:03:02 +00:00
scan-types.sh * scan-types.sh (VALUE) Wrap use with double quotes to protect 2000-06-09 14:42:09 +00:00
scan.c
scan.h c-lex.c (cb_enter_file, [...]): Combine into the new function cb_change_file. 2000-11-27 08:00:04 +00:00
sched-deps.c sched-deps.c (sched_analyze_insn): Force volatile memory reads to be output before a branch. 2001-05-20 13:03:15 -07:00
sched-ebb.c haifa-sched.c (restore_line_notes): Remove argument block B since it's unused. 2001-01-12 19:00:49 +01:00
sched-int.h Avoid exponential runtime 2001-03-01 13:21:30 +00:00
sched-rgn.c rtl.texi (SET, CLOBBER): Document PARALLEL as SET_DEST possibility. 2001-01-19 13:28:58 -05:00
sched-vis.c Use byte offsets in SUBREGs instead of words. 2001-04-03 15:06:12 +00:00
sdbout.c dbxout.c, [...]: Always include gstab.h, not system stab.h. 2001-05-01 01:58:32 +00:00
sdbout.h sdbout.c (struct sdb_file): NAME now const. 2000-06-06 08:08:44 -04:00
sibcall.c flow.c (cleanup_cfg): Take no argument. 2001-03-27 22:53:49 -08:00
simplify-rtx.c simplify-rtx.c (simplify_subreg): Fix CONCAT simplification; fix hard register simplification. 2001-05-24 17:48:42 +00:00
sort-protos
ssa.c Makefile.in (ssa.o, regclass.o): Depend on $(EXPR_H). 2001-04-13 16:34:41 +00:00
ssa.h Makefile.in (OBJS): Added dce.o. 2000-08-02 04:21:27 +00:00
stab.def
stack.h
stmt.c * stmt.c (expand_decl): Set mode, alignment, and sizes for CONST_DECL. 2001-05-20 16:41:49 -04:00
stor-layout.c c-lex.c: NULL_PTR -> NULL. 2001-05-02 14:31:45 +00:00
stringpool.c c-lex.c (c_lex): Just cast cpp's hashnode to gcc's one. 2001-05-22 07:23:37 +00:00
sys-protos.h Makefile.in: Exterminate all references to assert.h. 2001-05-11 17:03:02 +00:00
sys-types.h
system.h Standardize header guards. 2001-05-25 18:31:47 -07:00
texinfo.tex gcc_update: Add gcc/gcc.1 to generated files. 2001-01-13 21:17:13 +00:00
timevar.c configure.in: Probe for times, clock, struct tms, and clock_t. 2001-04-20 23:06:55 +00:00
timevar.def Integrated preprocessor. 2000-09-07 00:37:14 +00:00
timevar.h Standardize header guards. 2001-05-25 18:31:47 -07:00
tlink.c i386.c (ix86_emit_restore_regs_using_mov, [...]): Change `bool' parameter to `int'. 2001-05-04 14:36:39 +00:00
tm.texi defaults.h (TARGET_ALLOWS_PROFILING_WITHOUT_FRAME_POINTER): New macro. 2001-05-19 17:56:48 +00:00
toplev.c toplev.c (debug_args, [...]): Mark descriptions for translation. 2001-05-26 05:28:26 +00:00
toplev.h Standardize header guards. 2001-05-25 18:31:47 -07:00
tradcif.y toplev.h (fatal_error): Add ATTRIBUTE_NORETURN. 2001-03-28 19:24:11 +00:00
tradcpp.c cppinit.c (cpp_post_options): Shut off macro expansion if -fpreprocessed. 2001-05-10 00:07:23 +00:00
tradcpp.h Standardize header guards. 2001-05-25 18:31:47 -07:00
tree.c tree.h (type_num_arguments): Declare it. 2001-05-22 03:03:26 +00:00
tree.def IA-64 ABI Exception Handling. 2001-03-28 03:04:51 -08:00
tree.h builtins.def: Encode additional information, such as names and types, here. 2001-05-25 20:00:59 +00:00
tsystem.h Standardize header guards. 2001-05-25 18:31:47 -07:00
typeclass.h
unprotoize.c
unroll.c unroll.c (loop_iterations): Don't sign-extend abs_diff; zero-extend it. 2001-05-06 19:51:19 +00:00
unwind-dw2-fde.c unwind-dw2-fde.c (__deregister_frame_info): Stringize use of __USER_LABEL_PREFIX__. 2001-05-22 18:26:01 -07:00
unwind-dw2-fde.h unwind-dw2-fde.c (__deregister_frame_info): Stubbify in favour of... 2001-05-22 16:01:33 -07:00
unwind-dw2.c except.c (dw2_build_landing_pads): Use word_mode, not Pmode, as ncessary. 2001-05-20 00:35:24 +00:00
unwind-pe.h except.c (eh_data_format_name): Move to ... 2001-05-16 15:42:36 -07:00
unwind-sjlj.c unwind-sjlj.c (_Unwind_GetDataRelBase): New. 2001-05-15 20:08:28 -07:00
unwind.h defaults.h (ASM_PREFERRED_EH_DATA_FORMAT): New. 2001-05-11 23:03:20 -07:00
unwind.inc except.c (dw2_build_landing_pads): Use word_mode, not Pmode, as ncessary. 2001-05-20 00:35:24 +00:00
varasm.c except.h (protect_cleanup_actions): Remove it. 2001-05-17 18:12:27 +00:00
varray.c alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero (). 2000-11-07 22:50:06 +00:00
varray.h Standardize header guards. 2001-05-25 18:31:47 -07:00
version.c Daily bump. 2001-05-27 07:16:09 +00:00
version.h Standardize header guards. 2001-05-25 18:31:47 -07:00
vmsconfig.com
xcoffout.c dbxout.c, [...]: Always include gstab.h, not system stab.h. 2001-05-01 01:58:32 +00:00
xcoffout.h xcoffout.h (DBX_OUTPUT_GCC_MARKER): Do not emit any marker. 2001-05-25 18:08:30 -04:00

README

This directory contains the GNU Compiler Collection (GCC) version 3.1.
It includes all of the support for compiling C, C++, Objective C, Fortran,
Java, and Chill.

The GNU Compiler Collection is free software.  See the file COPYING for copying
permission.

See the file gcc.texi (together with other files that it includes) for
installation and porting information.  The file INSTALL contains a
copy of the installation information, as plain ASCII.

Installing this package will create various files in subdirectories of
/usr/local/lib, which are passes used by the compiler and a library
named libgcc.a.  It will also create /usr/local/bin/gcc, which is
the user-level command to do a compilation.

See the Bugs chapter of the GCC Manual for how to report bugs
usefully.  An online readable version of the manual is in the files
gcc.info*.

The files pself.c and pself1.c are not part of GCC.
They are programs that print themselves on standard output.
They were written by Dario Dariol and Giovanni Cozzi, and are
included for your hacking pleasure.  Likewise pself2.c
(Who is the author of that?) and pself3.c (by Vlad Taeerov and Rashit
Fakhreyev).