gcc/gcc
Nick Clifton 01898d58f0 toplev.c (rest_of_compilation): Replace references to stack_reg_dump_file and dbr_sched_dump_file with...
* toplev.c (rest_of_compilation): Replace references to
        stack_reg_dump_file and dbr_sched_dump_file with references to
        rtl_dump_file.

From-SVN: r17507
1998-01-27 03:02:22 -07:00
..
config alpha.c (output_epilog [!VMS]): Don't tag global functions if compiling with -fpic -- we want to be able to... 1998-01-26 21:11:41 -08:00
cp pt.c (type_unification_real): Just accept function parms that don't use any template parms. 1998-01-26 21:30:38 -05:00
f flags.h: New flag (optimize_size). 1998-01-26 16:00:04 -07:00
ginclude stdarg.h: Undo BeOS changes, they break hpux. 1997-12-16 13:00:15 -07:00
intl Initial revision 1997-08-01 13:06:04 +00:00
objc Make-lang.in (objc.stage1): Depend on stage1-start. 1998-01-25 04:29:50 -07:00
testsuite new 1998-01-26 21:58:51 -05:00
.gdbinit Initial revision 1997-08-11 09:56:58 -06:00
BUGS entered into RCS 1997-04-23 09:34:56 -04:00
COPYING Initial revision 1997-08-11 09:56:58 -06:00
COPYING.LIB Initial revision 1997-08-11 09:56:58 -06:00
ChangeLog toplev.c (rest_of_compilation): Replace references to stack_reg_dump_file and dbr_sched_dump_file with... 1998-01-27 03:02:22 -07:00
ChangeLog.10 Merge from gcc-2.8 1997-12-06 17:31:01 -07:00
ChangeLog.11 Bring in final gcc-2.8.0 changes. 1998-01-14 13:57:58 -07:00
ChangeLog.lib Initial revision 1998-01-14 20:36:46 -07:00
INSTALL Minor tweaks & updates. 1998-01-15 16:42:59 -07:00
LITERATURE Add intel site. 1998-01-22 15:24:37 -07:00
Makefile.in Remove rest of bytecode stuff, except for the VMS *.com files. 1998-01-23 07:43:01 -08:00
NEWS Another handful of gcc-2.8 changes (will it ever go out the door?). 1997-12-11 09:26:05 -07:00
PROBLEMS
PROJECTS Tweak. 1998-01-25 10:13:31 -07:00
README release branch changes from 11-27 snapshot to egcs-1.0. 1997-12-05 15:13:17 -07:00
README-bugs Initial revision 1997-08-11 09:56:58 -06:00
README-fixinc
README.ACORN
README.ALTOS
README.APOLLO
README.DWARF
README.FRESCO
README.NS32K
README.RS6000
README.TRAD
README.X11
README.g77 release branch changes from 11-27 snapshot to egcs-1.0. 1997-12-05 15:13:17 -07:00
SERVICE Bring over changes from latest gcc-2.8 pre-release. 1997-12-15 00:05:04 -07:00
TESTS.FLUNK Initial revision 1997-08-11 09:56:58 -06:00
acconfig.h configure.in: Add cpp stringify test. 1998-01-19 02:09:47 -08:00
aclocal.m4 Merge from gcc-2.8 1997-12-06 17:31:01 -07:00
alias.c alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO... 1998-01-14 15:10:50 -08:00
alloca.c formatting tweaks 1996-07-03 23:05:19 +00:00
assert.h
basic-block.h Add EXECUTE_IF_AND_IN_{BITMAP,REG_SET}, and bitmap_print 1997-09-04 15:12:20 +00:00
bitmap.c bitmap.c (bitmap_clear): Ensure `inline' is at the beginning of the declaration. 1997-12-20 04:31:54 -07:00
bitmap.h Merge from gcc-2.8 1997-12-06 17:31:01 -07:00
build-make (CC): Pass -b $(host), not target. 1996-04-15 07:28:50 -04:00
c-aux-info.c reformat a little to match GNU coding standards. 1997-05-06 22:59:57 +00:00
c-common.c (c_build_type_variant): Don't futz with main type variant of array since C... 1997-06-09 18:37:37 -04:00
c-convert.c
c-decl.c Patch from Joern to fix dwarf1 bug: emit debug info for types defined in 1998-01-26 10:13:41 -08:00
c-gperf.h Initial revision 1997-08-11 09:56:58 -06:00
c-iterate.c formatting tweaks 1996-07-03 22:07:53 +00:00
c-lang.c Update mainline egcs to gcc2 snapshot 971021. 1997-11-02 14:19:36 -07:00
c-lex.c bitmap.c (bitmap_clear): Ensure `inline' is at the beginning of the declaration. 1997-12-20 04:31:54 -07:00
c-lex.h
c-parse.c Update mainline egcs to gcc2 snapshot 971021. 1997-11-02 14:19:36 -07:00
c-parse.gperf
c-parse.h Initial revision 1997-08-11 09:56:58 -06:00
c-parse.in (expr_no_commas): Do not store temporary skip_evaluation increments on yacc value stack... 1997-03-17 13:46:42 -05:00
c-parse.y This commit was generated by cvs2svn to compensate for changes in r16274, 1997-11-02 01:46:26 -07:00
c-pragma.c Opps. Forgot to check it in. 1997-12-22 03:05:04 -07:00
c-pragma.h
c-tree.h (warn_main, flag_hosted): New variables. 1997-01-19 15:05:05 -05:00
c-typeck.c Update copyrights. 1998-01-13 14:42:33 -07:00
caller-save.c alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO... 1998-01-14 15:10:50 -08:00
calls.c calls.c (expand_call): Move #ifdef code out of macro argument lists. 1998-01-16 02:16:10 -07:00
cccp.1 Initial revision 1997-08-11 09:56:58 -06:00
cccp.c Bring in final gcc-2.8.0 changes. 1998-01-14 13:57:58 -07:00
cexp.c Merge from gcc-2.8 1997-12-06 17:31:01 -07:00
cexp.y cexp.y (warn_undef): New variable. 1997-04-13 12:49:45 -04:00
choose-temp.c (choose_temp_base): Don't dump core if TMPDIR is empty. 1996-12-10 17:04:20 -05:00
collect2.c bitmap.c (bitmap_clear): Ensure `inline' is at the beginning of the declaration. 1997-12-20 04:31:54 -07:00
combine.c combine.c (force_to_mode, [...]): Correctly optimize constant offset computations from objects with known... 1998-01-17 16:08:03 -07:00
conditions.h (CC_NO_OVERFLOW): Add comment clarifying usage. 1996-04-03 20:56:14 +00:00
config.guess Make the gcc config.guess exec the toplevel config.guess. 1997-08-27 16:20:52 -07:00
config.in configure.in: Add cpp stringify test. 1998-01-19 02:09:47 -08:00
config.sub cvs commit ChangeLog config.sub configure configure.in toplev.c 1997-12-11 23:36:11 -07:00
configure configure.in (i*86-pc-msdosdjgpp): Treat like msdos & go32 configurations. 1998-01-26 15:51:28 -07:00
configure.bat
configure.frag configure.frag: New arguments xmake_files, tmake_files. 1997-07-22 16:26:03 +00:00
configure.in configure.in (i*86-pc-msdosdjgpp): Treat like msdos & go32 configurations. 1998-01-26 15:51:28 -07:00
configure.lang Merge from gcc-2.8 1997-12-06 17:31:01 -07:00
convert.c formatting tweaks 1996-07-03 22:07:53 +00:00
convert.h
cplus-dem.c Merge from gcc-2.8 1997-12-06 17:31:01 -07:00
cpp.1
cpp.cps Initial revision 1997-12-06 10:18:39 -07:00
cpp.fns Initial revision 1997-12-06 10:18:39 -07:00
cpp.texi Formerly cpp.texi.~30~ 1997-04-13 12:47:14 -04:00
cppalloc.c cppalloc.c (memory_full): Don't use fatal; use fprintf+exit. 1996-06-07 00:29:20 -07:00
cpperror.c formatting tweaks 1996-07-03 22:07:53 +00:00
cppexp.c * cppexp.c: Include gansidecl.h 1998-01-13 14:45:28 -07:00
cpphash.c formatting tweaks 1996-07-03 22:07:53 +00:00
cpphash.h formatting tweaks 1996-07-03 22:07:53 +00:00
cpplib.c Merge from gcc-2.8 1997-12-06 17:31:01 -07:00
cpplib.h (struct cpp_options): New member warn_undef. 1997-04-13 12:50:11 -04:00
cppmain.c formatting tweaks 1996-07-03 22:07:53 +00:00
cross-make
crtstuff.c crtstuff.c (init_dummy): Keep the epilogue in the init section for non-ELF systems. 1998-01-23 14:47:43 -07:00
cse.c cse.c (simplify_ternary_operation): Don't try to simplify IF_THEN_ELSE expressions (created by combine) that don't... 1998-01-25 04:12:26 -07:00
cstamp-h.in Initial revision 1997-08-11 09:56:58 -06:00
dbxout.c tree.c (build_range_type): Allow creation of ranges with no maximum. 1997-12-18 16:20:19 -07:00
dbxstclass.h
defaults.h dwarf2 EH support 1997-09-10 14:00:28 -04:00
demangle.h * demangle.h (DMGL_JAVA): New option to request Java demangling. 1997-07-30 12:05:31 -07:00
doschk.c entered into RCS 1997-05-06 22:43:11 +00:00
dostage2
dostage3
dwarf.h (enum dwarf_location_atom): Add OP_MULT. 1996-12-09 12:36:06 -08:00
dwarf2.h Merge from gcc-2.8 1997-12-06 17:31:01 -07:00
dwarf2out.c dwarf2out.c (dwarf2out_frame_init): Test value of DWARF2_UNWIND_INFO. 1998-01-26 16:26:51 -07:00
dwarfout.c Patch from Joern to fix dwarf1 bug: emit debug info for types defined in 1998-01-26 10:13:41 -08:00
emit-rtl.c emit-rtl.c (gen_lowpart_common): Handle more case where converting a CONST_INT into SFmode. 1998-01-26 16:05:08 -07:00
enquire.c (fake_f_rep): Add missing element name in cast. 1997-04-13 15:29:35 -04:00
except.c except.c (check_exception_handler_labels): Disable warning when flag_syntax_only. 1998-01-26 15:43:57 -07:00
except.h except.c (call_get_eh_context): Don't take a parm. 1997-12-12 02:35:04 -05:00
explow.c explow.c (optimize_save_area_alloca): New function for targets where SETJMP_VIA_SAVE_AREA is true. 1998-01-17 15:39:10 -07:00
expmed.c alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO... 1998-01-14 15:10:50 -08:00
expr.c Remove rest of bytecode stuff, except for the VMS *.com files. 1998-01-23 07:43:01 -08:00
expr.h Makefile.in: Remove all bytecode support. 1998-01-20 01:55:07 -07:00
extend.texi Fix mismatched parens. 1998-01-25 02:00:18 -07:00
final.c alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO... 1998-01-14 15:10:50 -08:00
fix-header.c cse.c (rtx_cost): Add default case in enumeration switch. 1997-12-22 02:31:41 -07:00
fixcpp
fixinc-nt.sed
fixinc.dgux
fixinc.irix * fixinc.irix: Add declaration of __vfork to unistd.h. 1997-06-05 22:23:14 -04:00
fixinc.math Update mainline egcs to gcc2 snapshot 971021. 1997-11-02 14:19:36 -07:00
fixinc.ptx Fix sed expression which looks for <sys/types.h> in <pwd.h> 1997-02-27 22:56:43 +00:00
fixinc.sco Fix static functions in sys/stat.h for C++ 1997-07-01 20:16:19 +00:00
fixinc.svr4 * fixinc.svr4 (__STDC__): Add another case. 1997-11-09 02:06:14 -07:00
fixinc.winnt
fixinc.wrap Renamed fixinc.math to fixinc.wrap 1997-09-16 03:59:48 +00:00
fixincludes fixincludes (size_t): Add support for Motorola's stdlib.h which fails to provide a definition for size_t. 1997-12-16 15:51:00 -07:00
fixproto (std_files): Add sys/socket.h. 1996-11-12 14:37:01 -05:00
flags.h flags.h: New flag (optimize_size). 1998-01-26 16:00:04 -07:00
floatlib.c formatting tweaks 1996-07-03 22:07:53 +00:00
flow.c alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO... 1998-01-14 15:10:50 -08:00
fold-const.c bitmap.c (bitmap_clear): Ensure `inline' is at the beginning of the declaration. 1997-12-20 04:31:54 -07:00
fp-test.c
frame.c * frame.c (find_fde): Correct FDE's upper bound. 1998-01-16 18:56:07 -05:00
frame.h frame.h (__register_frame, [...]): New. 1997-12-15 16:28:44 -07:00
function.c More bytecode stuff disappears. 1998-01-20 03:02:05 -07:00
function.h [multiple changes] 1997-12-11 23:53:20 -05:00
future.options
gansidecl.h formatting tweaks 1996-07-03 22:07:53 +00:00
gbl-ctors.h formatting tweaks 1996-07-03 22:07:53 +00:00
gcc.1 Minor tweak. 1998-01-03 04:27:57 -07:00
gcc.c flags.h: New flag (optimize_size). 1998-01-26 16:00:04 -07:00
gcc.cps Initial revision 1997-12-06 10:18:39 -07:00
gcc.hlp Initial revision 1997-08-11 09:56:58 -06:00
gcc.texi Bring in final gcc-2.8.0 changes. 1998-01-14 13:57:58 -07:00
gcov-io.h * gcov-io.h: Include sys/types.h to ensure we get size_t. 1998-01-03 04:29:44 -07:00
gcov.c bitmap.c (bitmap_clear): Ensure `inline' is at the beginning of the declaration. 1997-12-20 04:31:54 -07:00
gcov.texi entered into RCS 1997-03-28 22:32:02 +00:00
gen-protos.c sys-protos.h (gethostid): Make return type `int' ifdef __alpha__. 1996-08-15 18:59:44 +00:00
genattr.c * genattr.c (main): Delete printing of "#define PROTO". 1996-04-15 18:01:14 +00:00
genattrtab.c Fix time/space problem when (const_int 1) occurs in conflict_list. 1998-01-19 03:16:37 -08:00
gencodes.c
genconfig.c
genemit.c Makefile.in (OBJ, GEN, RTL_H): Add genrtl.[oh] bits. 1998-01-08 13:17:05 -08:00
genextract.c (main): Use loop, not bcopy, to set recog_operands from an rtvec. 1996-11-15 14:12:54 -05:00
genflags.c formatting tweaks 1996-07-03 22:07:53 +00:00
gengenrtl.c configure.in: Add cpp stringify test. 1998-01-19 02:09:47 -08:00
genmultilib Speed up genmultilib; Add MULTIB_EXTRA_OPTS 1996-08-12 16:36:42 +00:00
genopinit.c Search modes in reverse order to avoid problems with EXTRA_CC_MODES 1996-09-30 17:23:14 +00:00
genoutput.c (process_template): Place increment expression outside of putchar 1997-07-02 07:47:41 -04:00
genpeep.c alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO... 1998-01-14 15:10:50 -08:00
genrecog.c formatting tweaks 1996-07-03 22:07:53 +00:00
getopt.c Initial revision 1997-08-11 09:56:58 -06:00
getopt.h Initial revision 1997-08-11 09:56:58 -06:00
getopt1.c Initial revision 1997-08-11 09:56:58 -06:00
getpwd.c No longer include direct.h for _WIN32. 1996-09-29 18:21:44 -04:00
glimits.h glimits.h (SHRT_MIN): Define in a way suitable for 16 bit hosts. 1997-11-12 03:17:41 +00:00
global.c Update mainline egcs to gcc2 snapshot 971021. 1997-11-02 14:19:36 -07:00
gmon.c formatting tweaks 1996-07-03 22:07:53 +00:00
gstab.h Initial revision 1997-08-11 09:56:58 -06:00
gsyms.h (enum sdb_type): Add T_LNGDBL if EXTENDED_SDB_BASIC_TYPES. 1996-06-07 17:09:02 -07:00
gsyslimits.h
gthr-dce.h Makefile.in (GTHREAD_FLAGS): New var. 1997-12-24 16:56:08 -07:00
gthr-posix.h Makefile.in (GTHREAD_FLAGS): New var. 1997-12-24 16:56:08 -07:00
gthr-single.h Makefile.in (GTHREAD_FLAGS): New var. 1997-12-24 16:56:08 -07:00
gthr-solaris.h Makefile.in (GTHREAD_FLAGS): New var. 1997-12-24 16:56:08 -07:00
gthr.h Makefile.in (GTHREAD_FLAGS): New var. 1997-12-24 16:56:08 -07:00
haifa-sched.c alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO... 1998-01-14 15:10:50 -08:00
halfpic.c alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO... 1998-01-14 15:10:50 -08:00
halfpic.h Add comment regarding gansidecl.h. 1996-04-18 15:12:42 +00:00
hard-reg-set.h
hash.c Remove bogus CYGNUS LOCAL markers. 1998-01-10 12:57:29 -07:00
hash.h Remove bogus CYGNUS LOCAL markers. 1998-01-10 12:57:29 -07:00
input.h
install.texi Tweaks from Andreas. 1998-01-26 01:31:47 -07:00
install1.texi Initial revision 1997-08-11 09:56:58 -06:00
integrate.c Makefile.in: Remove all bytecode support. 1998-01-20 01:55:07 -07:00
integrate.h integrate.c (get_label_from_map): New function. 1997-12-18 15:42:41 -07:00
invoke.texi flags.h: New flag (optimize_size). 1998-01-26 16:00:04 -07:00
jump.c jump.c (jump_optimize): Remove Dec 17, 1997 chance in favor of an equivalent change from gcc-2.8. 1998-01-17 13:20:09 -07:00
just-fixinc Initial revision 1997-08-11 09:56:58 -06:00
libgcc1-test.c
libgcc1.c
libgcc2.c libgcc2.c (__clear_insn_cache): On sysV68 enable the memctl stuff only if MCT_TEXT is #define'd. 1998-01-26 15:54:52 -07:00
limitx.h
limity.h
listing
local-alloc.c alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO... 1998-01-14 15:10:50 -08:00
longlong.h m68k.h (TARGET_SWITCHES): -mcpu32 now clears MASK_68881. 1998-01-22 16:10:15 -07:00
loop.c loop.c (find_and_verify_loops): When attempting to move insns from inside the loop outside the loop... 1998-01-17 14:50:05 -07:00
loop.h loop.c (loop_number): Delete function. 1997-09-21 21:04:36 -06:00
machmode.def
machmode.h (HOST_PTR_PRINTF): Handle char * wider than long. 1996-11-15 14:13:36 -05:00
make-cc1.com Updates from gcc-2.8 test tarball to current gcc-2.8 tarball. 1997-12-07 18:42:52 -07:00
make-cccp.com Another handful of gcc-2.8 changes (will it ever go out the door?). 1997-12-11 09:26:05 -07:00
make-gcc.com Updates from gcc-2.8 test tarball to current gcc-2.8 tarball. 1997-12-07 18:42:52 -07:00
make-l2.com Updates from gcc-2.8 test tarball to current gcc-2.8 tarball. 1997-12-07 18:42:52 -07:00
md.texi Bring in final gcc-2.8.0 changes. 1998-01-14 13:57:58 -07:00
mips-tdump.c reformat a little to match GNU coding standards. 1997-05-06 23:05:54 +00:00
mips-tfile.c configure.in: Find declaration for sbrk. 1998-01-19 01:37:12 -08:00
move-if-change Initial revision 1997-08-11 09:56:58 -06:00
obstack.c Initial revision 1997-08-11 09:56:58 -06:00
obstack.h Merge from gcc-2.8 1997-12-06 17:31:01 -07:00
optabs.c [multiple changes] 1997-11-25 04:30:38 -05:00
output.h Makefile.in: Remove all bytecode support. 1998-01-20 01:55:07 -07:00
pcp.h
pexecute.c pexecute.c (pexecute): New function for mingw32. 1998-01-17 14:33:56 -07:00
prefix.c prefix.c: Use stdarg.h only ifdef __STDC__. 1997-11-13 20:27:55 -07:00
print-rtl.c Merge from gcc-2.8 1997-12-06 17:31:01 -07:00
print-tree.c varasm.c (immed_double_const): Add casts to HOST_WIDE_INT where necessary. 1998-01-17 15:50:40 -07:00
profile.c alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO... 1998-01-14 15:10:50 -08:00
protoize.c Merge from gcc-2.8 1997-12-06 17:31:01 -07:00
pself.c Initial revision 1997-08-11 09:56:58 -06:00
pself1.c Initial revision 1997-08-11 09:56:58 -06:00
pself2.c Initial revision 1997-08-11 09:56:58 -06:00
pself3.c Initial revision 1997-08-11 09:56:58 -06:00
real.c Update mainline egcs to gcc2 snapshot 971021. 1997-11-02 14:19:36 -07:00
real.h patch from paul eggert to fix -0.0/0.0 confusion that breaks glibc 1997-11-13 16:07:27 -08:00
recog.c recog.c (validate_replace_rtx_1): Only perform substitutions of arguments to commutative and comparison operators... 1998-01-25 14:00:42 -07:00
recog.h recog.h: #include "gansidecl.h". 1996-04-15 18:05:24 +00:00
reg-stack.c alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO... 1998-01-14 15:10:50 -08:00
regclass.c Makefile.in: Remove all bytecode support. 1998-01-20 01:55:07 -07:00
regmove.c regmove.c (find_matches): Initialize matches->earlyclobber too. 1998-01-22 06:49:29 -07:00
regs.h Widen some short fields to int; Use allocate_reg_info to allocate the reg_renumber array 1997-06-02 22:05:38 +00:00
reload.c Fix powerpc/rs6000 (subreg:SF (mem:SI ...)) reload problem. 1998-01-22 06:48:58 -08:00
reload.h regmove.c: New implementation of regmove pass. 1998-01-10 13:54:37 -07:00
reload1.c Fix powerpc/rs6000 (subreg:SF (mem:SI ...)) reload problem. 1998-01-22 06:48:58 -08:00
reorg.c sparc.c (output_cbranch): Add default case in enumeration switch. 1998-01-25 04:34:22 -07:00
rtl.c acconifg.h (NEED_DECLARATION_ATOL): New declaration to check for. 1998-01-17 16:00:46 -07:00
rtl.def * rtl.def (INLINE_HEADER): Fix bug exposed by gen_rtx_FOO changes. 1998-01-15 16:44:54 -07:00
rtl.h Makefile.in: Remove all bytecode support. 1998-01-20 01:55:07 -07:00
rtl.texi Added some words on FLOAT_WORDS_BIG_ENDIAN. 1997-12-03 23:37:38 +00:00
rtlanal.c bitmap.c (bitmap_clear): Ensure `inline' is at the beginning of the declaration. 1997-12-20 04:31:54 -07:00
scan-decls.c bitmap.c (bitmap_clear): Ensure `inline' is at the beginning of the declaration. 1997-12-20 04:31:54 -07:00
scan-types.sh
scan.c formatting tweaks 1996-07-03 22:07:53 +00:00
scan.h formatting tweaks 1996-07-03 22:07:53 +00:00
sched.c alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO... 1998-01-14 15:10:50 -08:00
sdbout.c Bring in final gcc-2.8.0 changes. 1998-01-14 13:57:58 -07:00
sort-protos
stab.def Initial revision 1997-08-11 09:56:58 -06:00
stack.h
stmt.c Remove more bytecode stuff. 1998-01-20 10:02:10 -07:00
stor-layout.c Merge from gcc-2.8 1997-12-06 17:31:01 -07:00
stupid.c alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO... 1998-01-14 15:10:50 -08:00
sys-protos.h sys-protos.h (gethostid): Make return type `int' ifdef __alpha__. 1996-08-15 18:59:44 +00:00
sys-types.h
texinfo.tex Initial revision 1997-08-11 09:56:58 -06:00
tlink.c * tlink.c (scan_linker_output): Call fclose() for opened files. 1998-01-27 02:23:08 -07:00
tm.texi flags.h: New flag (optimize_size). 1998-01-26 16:00:04 -07:00
toplev.c toplev.c (rest_of_compilation): Replace references to stack_reg_dump_file and dbr_sched_dump_file with... 1998-01-27 03:02:22 -07:00
tree.c varasm.c (immed_double_const): Add casts to HOST_WIDE_INT where necessary. 1998-01-17 15:50:40 -07:00
tree.def Finish last change. I'm no emacs wizard :( 1997-12-12 02:00:19 -07:00
tree.h Makefile.in: Remove all bytecode support. 1998-01-20 01:55:07 -07:00
typeclass.h
unprotoize.c * unprotoize.c: Define UNPROTOIZE first, to actually take effect. 1998-01-19 02:12:31 -08:00
unroll.c alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO... 1998-01-14 15:10:50 -08:00
varasm.c Makefile.in: Remove all bytecode support. 1998-01-20 01:55:07 -07:00
version.c Bump for snapshot 1998-01-22 12:55:42 -07:00
vmsconfig.com Merge from gcc-2.8 1997-12-06 17:31:01 -07:00
xcoffout.c
xcoffout.h

README

This directory contains the egcs version 1.0 release of the GNU C
compiler.  It includes all of the support for compiling C++ and
Objective C, including a run-time library for Objective C.

The GNU C compiler 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).