summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * cfglayout.c (fixup_fallthru_exit_predecesor): New static function.hubicka2001-11-145-25/+46
| | | | | | | | | | | | | | | | (cfg_layout_finalize): Use it. * bb-reorder.c (HAVE_epilogue): Remove. (make_reorder_chain): Do not care special placement of last basic block. * predict.c (expected_value_to_br_prob): Delete the note once transformed. * c-decl.c (c_expand_body): Fix TV_EXPAND nesting problem; measure integration time separately. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47019 138bc75d-0d04-0410-961f-82ee72b054a4
* Re-merges with Classpath, from various people:tromey2001-11-147-88/+230
| | | | | | | | | | | | | | | | | * java/lang/Double.java (parseDouble): Fixed ordering of modifiers. * java/lang/reflect/AccessibleObject.java: Javadoc, reindented. * java/lang/reflect/Member.java: Reindented. * java/lang/reflect/Modifier.java: Reindented. (toString): Only trim trailing space if text was added to StringBuffer. * java/util/ConcurrentModificationException.java: Javadoc updates. * java/util/EmptyStackException.java: Likewise. * java/util/NoSuchElementException.java: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47018 138bc75d-0d04-0410-961f-82ee72b054a4
* * function.c (struct temp_slot): ALIGN now unsigned.kenner2001-11-142-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47016 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/dsp16xx/dsp16xx.c: Fix comment formatting.kazu2001-11-144-69/+75
| | | | | | | | * config/dsp16xx/dsp16xx.h: Likewise. * config/dsp16xx/dsp16xx.md: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47015 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/h8300/h8300.c (get_shift_alg): Reorganize the codekazu2001-11-142-23/+17
| | | | | | | that deals with 7-bit shifts in HImode. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47014 138bc75d-0d04-0410-961f-82ee72b054a4
* * dbxout.c (dbxout_symbol_location): Update call of alter_subreg.hubicka2001-11-147-56/+57
| | | | | | | | | | | | | | | * final.c (walk_alter_subreg): Take pointer; update call of alter_subreg. (final_scan_insn): Update call of alter_subreg. (cleanup_subreg_operands): Likewise. (alter_subreg): Rewrite using simplify_subreg. (output_address, output_operand): Update call of alter_subreg. * output.h (alter_subreg): Update prototype. * sdbout.c (sdbout_symbol): Update call of alter_subreg. * simplify-rtx.c (simplify_subreg): Copy ORIGINAL_REGNO. * Makefile.in (final.o): Add depdendancy on expr.h git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47013 138bc75d-0d04-0410-961f-82ee72b054a4
* * g++.dg/init/array2.C: New test.rsandifo2001-11-142-0/+12
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47009 138bc75d-0d04-0410-961f-82ee72b054a4
* * decl.c (check_initializer): Try to complete the type of anrsandifo2001-11-142-3/+12
| | | | | | | | | | | array element before checking whether it's complete. Don't complain about arrays with complete element types but an unknown size. (cp_finish_decl): Build the hierarchical constructor before calling maybe_deduce_size_from_array_init. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47008 138bc75d-0d04-0410-961f-82ee72b054a4
* * c-lang.c (finish_file): Make I unsigned to eliminate warning.kenner2001-11-142-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47006 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-11-146-6/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47004 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.aoliva2001-11-142-28/+26
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47002 138bc75d-0d04-0410-961f-82ee72b054a4
* * doc/install.texi (sparc-*-linux*): Mention requirements forjsturm2001-11-142-0/+18
| | | | | | | binutils and glibc. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47000 138bc75d-0d04-0410-961f-82ee72b054a4
* * gjavah.c (method_signature): New global.tromey2001-11-142-16/+156
| | | | | | | | | | (HANDLE_METHOD): Set it. (decompile_return_statement): New function. (decompile_method): Use it. (print_method_info): Removed `synth' argument. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46999 138bc75d-0d04-0410-961f-82ee72b054a4
* contrib:jsm282001-11-1415-88/+232
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * texi2pod.pl: Handle @ifnottex, @iftex and @display. Handle @var in verbatim blocks specially. Handle @unnumbered, @unnumberedsec and @center. Allow [a-z] after @enumerate. Handle 0 and numbers greater than 9 in enumerations. gcc: * Makefile.in (POD2MAN): Don't include --section=1. (manext): Rename to man1ext. All users changed. (man7ext): New. (man7dir): New. (generated-manpages): Also depend on $(docdir)/gfdl.7, $(docdir)/gpl.7, and $(docdir)/fsf-funding.7. ($(docdir)/gcov.1, $(docdir)/cpp.1, $(docdir)/gcc.1): Include --section=1 in calls to $(POD2MAN). ($(docdir)/gfdl.7, $(docdir)/gpl.7, $(docdir)/fsf-funding.7): New. (maintainer-clean, install, uninstall): Handle the new man pages. ($(docdir)/cpp.info, cpp.dvi): Depend on fdl.texi. (installdirs): Create man7dir. * doc/cpp.texi: Include GFDL in this manual. In the man page, refer to gfdl(7) for the GFDL. Apply Front Cover and Back Cover texts to man page. Include gpl(7), gfdl(7) and fsf-funding(7) in the SEE ALSO man page section. * doc/gcov.texi: Apply GFDL to man page. Include gpl(7), gfdl(7) and fsf-funding(7) in the SEE ALSO man page section. * doc/invoke.texi: Apply GFDL to man page. Include gpl(7), gfdl(7) and fsf-funding(7) in the SEE ALSO man page section. * doc/include/fdl.texi, doc/include/funding.texi, doc/include/gpl.texi: Adjust for conversion by texi2pod.pl. * doc/.cvsignore: Add gfdl.7, gpl.7 and fsf-funding.7. gcc/cp: * Make-lang.in: Change all uses of $(manext) to $(man1ext). gcc/f: * Make-lang.in: Change all uses of $(manext) to $(man1ext). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46998 138bc75d-0d04-0410-961f-82ee72b054a4
* * dwarf2asm.c (dw2_force_const_mem): Set PUBLIC or STATICrth2001-11-142-0/+7
| | | | | | | as appropriate for the artificial decl. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46997 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-11-14 Toon Moene <toon@moene.indiv.nluug.nl>toon2001-11-144-393/+54
| | | | | | | | | | | * g77.1: Remove from CVS. * Make-lang.in: Build g77.1 in $(srcdir). Add --section=1 to POD2MAN command line. * invoke.texi: Correct copyright years. Add more sections to man page. Add GFDL. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46996 138bc75d-0d04-0410-961f-82ee72b054a4
* * loop.c (combine_movables): Turn off combination untilrth2001-11-142-1/+9
| | | | | | | move_movables validation bugs are fixed. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46995 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix for PR libgcj/4859:tromey2001-11-132-2/+18
| | | | | | | | | * java/util/Timer.java (TaskQueue.isStopped): New method. (Scheduler.run): Don't re-schedule task if queue has been stopped. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46994 138bc75d-0d04-0410-961f-82ee72b054a4
* * config.gcc (powerpc|rs6000): Set default cpp options baseddj2001-11-133-2/+36
| | | | | | | | on --with-cpu settings. * config/rs6000/softfloat.h: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46993 138bc75d-0d04-0410-961f-82ee72b054a4
* cp:nathan2001-11-136-12/+93
| | | | | | | | | | | | | PR g++/4206 * parse.y (already_scoped_stmt): Remove. (simple_stmt, WHILE & FOR): Use implicitly_scoped_stmt. testsuite: * g++.dg/other/forscope1.C: New test. * g++.dg/ext/forscope1.C: New test. * g++.dg/ext/forscope2.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46992 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/h8300/h8300.c (shift_alg_si): Use special code forkazu2001-11-132-4/+20
| | | | | | | | | 25-bit shifts on H8/S. (get_shift_alg): Generate special code for 25-bit shifts on H8/S. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46991 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in: Rebuilt.tromey2001-11-135-21/+241
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.am (ordinary_java_source_files): Added JNIWeakRef.java. * jni.cc: Include JNIWeakRef.h. (unwrap): New function. (_Jv_JNI_DefineClass): Use it. (_Jv_JNI_GetSuperclass): Likewise. (_Jv_JNI_IsAssignableFrom): Likewise. (_Jv_JNI_Throw): Likewise. (_Jv_JNI_ThrowNew): Likewise. (_Jv_JNI_IsSameObject): Likewise. (_Jv_JNI_AllocObject): Likewise. (_Jv_JNI_GetObjectClass): Likewise. (_Jv_JNI_IsInstanceOf): Likewise. (_Jv_JNI_GetAnyMethodID): Likewise. (array_from_valist): Likewise. (_Jv_JNI_CallAnyMethodV): Likewise. (_Jv_JNI_CallAnyMethodA): Likewise. (_Jv_JNI_CallAnyVoidMethodV): Likewise. (_Jv_JNI_CallAnyVoidMethodA): Likewise. (_Jv_JNI_CallStaticMethodV): Likewise. (_Jv_JNI_CallStaticMethod): Likewise. (_Jv_JNI_CallStaticMethodA): Likewise. (_Jv_JNI_NewObjectV): Likewise. (_Jv_JNI_NewObject): Likewise. (_Jv_JNI_NewObjectA): Likewise. (_Jv_JNI_GetField): Likewise. (_Jv_JNI_SetField): Likewise. (_Jv_JNI_GetAnyFieldID): Likewise. (_Jv_JNI_SetStaticField): Likewise. (_Jv_JNI_GetStringLength): Likewise. (_Jv_JNI_GetStringChars): Likewise. (_Jv_JNI_ReleaseStringChars): Likewise. (_Jv_JNI_GetStringUTFLength): Likewise (_Jv_JNI_GetStringUTFChars): Likewise. (_Jv_JNI_GetStringRegion): Likewise. (_Jv_JNI_GetStringUTFRegion): Likewise. (_Jv_JNI_GetStringCritical): Likewise. (_Jv_JNI_GetArrayLength): Likewise. (_Jv_JNI_NewObjectArray): Likewise. (_Jv_JNI_GetObjectArrayElement): Likewise. (_Jv_JNI_SetObjectArrayElement): Likewise. (_Jv_JNI_GetPrimitiveArrayElements): Likewise. (_Jv_JNI_ReleasePrimitiveArrayElements): Likewise. (_Jv_JNI_GetPrimitiveArrayRegion): Likewise. (_Jv_JNI_SetPrimitiveArrayRegion): Likewise. (_Jv_JNI_MonitorEnter): Likewise. (_Jv_JNI_MonitorExit): Likewise. (_Jv_JNI_ToReflectedField): Likewise. (_Jv_JNI_FromReflectedField): Likewise. (_Jv_JNI_ToReflectedMethod): Likewise. (_Jv_JNI_FromReflectedMethod): Likewise. (_Jv_JNI_NewGlobalRef): Likewise. (_Jv_JNI_DeleteGlobalRef): Likewise. (_Jv_JNI_DeleteLocalRef): Likewise. (_Jv_JNI_NewLocalRef): Likewise. (_Jv_JNI_NewWeakGlobalRef): New function. (_Jv_JNI_DeleteWeakGlobalRef): Likewise. (_Jv_JNIFunctions): Updated for new methods. (NOT_IMPL): Removed. * gnu/gcj/runtime/JNIWeakRef.java: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46990 138bc75d-0d04-0410-961f-82ee72b054a4
* Duh, missed this.jakub2001-11-131-3/+15
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46989 138bc75d-0d04-0410-961f-82ee72b054a4
* * emit-rtl.c (adjust_address_1): Add ADJUST argument.jakub2001-11-135-22/+105
| | | | | | | | | | | | | | | (adjust_automodify_address_1): New. * expr.h (adjust_address, adjust_address_nv): Adjust. (adjust_automodify_address, adjust_automodify_address_nv): Define. (adjust_address_1): Update prototype. (adjust_automodify_address_1): Add prototype. * expr.c (move_by_pieces_1): Use adjust_automodify_address. (store_by_pieces_2): Likewise. * gcc.c-torture/execute/20011113-1.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46988 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (explow.o): Now depends on ggc.h.kenner2001-11-133-1/+16
| | | | | | | | * explow.c (ggc.h): Include. (set_stack_check_libfunc): Mark stack_check_libfunc as ggc root. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46985 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (expr.o): Depends on insn-attr.h.kenner2001-11-132-31/+32
| | | | | | | | | | | | | * expr.c (insn-attr.h): New include. (force_operand): If INSN_SCHEDULING, deal with paradoxical SUBREG of MEM. (highest_pow2_factor, case INTEGER_CST): Handle negative values. (expand_expr): Remove unneeded mark_temp_addr_taken calls and clean up related usage in ADDR_EXPR. (expand_expr_unaligned): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46980 138bc75d-0d04-0410-961f-82ee72b054a4
* * emit-rtl.c (change_address): Fix typo in alias setting.kenner2001-11-132-2/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46979 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-11-136-6/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46978 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (cfgcleanup.o): Depend on insn-config.hghazi2001-11-132-1/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46976 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-11-12 Jim Meyering <meyering@lucent.com>dj2001-11-134-3/+11
| | | | | | | | | | | * obstack.c (_): Honor the setting of ENABLE_NLS. Otherwise, this code would end up calling gettext even in packages built with --disable-nls. * getopt.c (_): Likewise. * regex.c (_): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46975 138bc75d-0d04-0410-961f-82ee72b054a4
* * MAINTAINERS (Write After Approval): Add self.rodrigc2001-11-132-0/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46973 138bc75d-0d04-0410-961f-82ee72b054a4
* PR bootstrap/3451rodrigc2001-11-132-19/+25
| | | | | | | | * c-pragma.c: Rename macros BAD, BAD2, BAD_ACTION to GCC_BAD, GCC_BAD2, GCC_BAD_ACTION. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46972 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-11-13 Toon Moene <toon@moene.indiv.nluug.nl>toon2001-11-135-59/+30
| | | | | | | | | | | | * Makefile.in: Change dependencies on stamp files into dependencies on the generated .la files. Get rid of objlist. Update comment. * libF77/Makefile.in: Ditto. * libI77/Makefile.in: Ditto. * libU77/Makefile.in: Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46970 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-11-12 David O'Brien <obrien@FreeBSD.org>obrien2001-11-1231-102/+108
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * config.gcc (sparc-tti-*, sparc64-wrs-vxworks*, sparc-wrs-vxworks*, sparclite-wrs-vxworks*, sparc-*-aout*, sparc-*-netbsd*, sparc-*-chorusos*, sparc-*-linux*aout*, sparc-*-linux*libc1*, sparc-*-linux*, sparc-*-lynxos*, sparc-*-rtemsaout*, sparc-*-rtems*, sparc-*-rtemself*, sparc-*-solaris2*, sparc-*-sunos3*, sparc-*-sysv4*, sparc-*-vxsim*, sparclet-*-aout*, sparclite-*-coff*, sparclite-*-aout*, sparc86x-*-aout*, sparc86x-*-elf*, sparc64-*-aout*, sparc64-*-elf*, sparc64-*-linux*): Include various CPU headers via tm_file. * config/svr3.h (ASM_OUTPUT_IDENT): Undef before defining it. (SELECT_SECTION): Likewise. (SELECT_RTX_SECTION): Likewise. * config/sparc/sparc_bi.h: New file. * config/sparc/aout.h: Don't include sparc/sparc.h and aoutos.h. * config/sparc/linux-aout.h: Likewise. * config/sparc/linux.h: Don't include sparc/sysv4.h. * config/sparc/linux64.h: Likewise. (SPARC_BI_ARCH): Don't define. sparc_bi.h will do it instead. * config/sparc/lite.h: Don't include sparc/sparc.h and gofast.h. * config/sparc/litecoff.h: Don't include sparc/lite.h, svr3.h, and dbxcoff.h (ASM_OUTPUT_IDENT): Do not #undef. (SELECT_SECTION): Likewise. (SELECT_RTX_SECTION): Likewise. * config/sparc/liteelf.h: Don't include gofast.h. * config/sparc/lynx-ng.h: Don't include sparc/sparc.h and lynx-ng.h. * config/sparc/lynx.h: Don't include sparc/sparc.h. * config/sparc/pbd.h: Likewise. * config/sparc/netbsd.h: Don't include sparc/sparc.h and netbsd.h. * config/sparc/rtems.h: Don't include sparc/aout.h and rtems.h. * config/sparc/rtemself.h: Don't include rtems.h. * config/sparc/sol2-64.h: Don't include sparc/sol2-sld-64.h. * config/sparc/sol2-sld-64.h (SPARC_BI_ARCH): Don't define, include sparc_bi.h instead. * config/sparc/sol2-sld.h: Don't include sparc/sol2.h. * config/sparc/sol2.h: Include sparc/sparc.h directly. * config/sparc/sp64-aout.h: Don't include sparc/sparc.h and aoutos.h. * config/sparc/sp64-elf.h: Don't include sparc/sol2.h. * config/sparc/sp86x-aout.h: Don't include sparc/sparc.h and gofast.h. * config/sparc/sp86x-elf.h: Don't include gofast.h. * config/sparc/splet.h: Don't include sparc/aout.h. * config/sparc/sun4o3.h: Don't include sparc/sparc.h. * config/sparc/sysv4.h: Don't include sparc/sparc.h directly. * config/sparc/vxsim.h: Don't include sparc/sysv4.h. * config/sparc/vxsparc.h: Don't include sparc/aout.h and gofast.h. * config/sparc/vxsparc64.h: Don't include gofast.h. (SPARC_BI_ARCH): Don't define. sparc_bi.h will do it instead. Approved by: David S. Miller <davem@redhat.com> Message-Id: <20011112.151527.70477368.davem@redhat.com> git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46969 138bc75d-0d04-0410-961f-82ee72b054a4
* * doc/standards.texi: Mention C99 TC1.jsm282001-11-122-0/+8
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46968 138bc75d-0d04-0410-961f-82ee72b054a4
* * mips-protos.h (mips_output_conditional_branch): Const-ify.ghazi2001-11-123-4/+9
| | | | | | | * mips.c (mips_output_conditional_branch): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46967 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-11-12 David O'Brien <obrien@FreeBSD.org>obrien2001-11-122-7/+11
| | | | | | | * MAINTAINERS: mips and s390 are also CPU ports. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46966 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/h8300/h8300.c (shift_alg_si): Use special code forkazu2001-11-122-19/+49
| | | | | | | | | 15-bit logical shifts and 31-bit logical shifts. (get_shift_alg): Generate special code for 15-bit and 31-bit logical shifts. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46965 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/h8300/h8300.c (shift_alg_qi): Use rotations whenkazu2001-11-122-6/+14
| | | | | | | | | | doing 6-bit logical shifts on H8/S. (shift_alg_qi): Use special code for 21-bit shifts on H8/S. (get_shift_alg): Generate special code for 21-bit shifts on H8/S. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46961 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-11-12 H.J. Lu <hjl@gnu.org>hjl2001-11-122-1/+6
| | | | | | | | * cp/cvt.c (ocp_convert): Don't warn the address of a weak function is always `true'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46960 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/h8300/h8300.c (get_shift_alg): Remove a redundantkazu2001-11-122-25/+29
| | | | | | | label. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46957 138bc75d-0d04-0410-961f-82ee72b054a4
* * alias.c (nonoverlapping_memrefs_p): Only update size from memrefkenner2001-11-122-4/+12
| | | | | | | if both size and offset known. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46956 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-11-12 David O'Brien <obrien@FreeBSD.org>obrien2001-11-122-3/+7
| | | | | | | * MAINTAINERS: mcore, cris and mmix are also CPU ports. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46955 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-11-12 David O'Brien <obrien@FreeBSD.org>obrien2001-11-122-1/+5
| | | | | | | * config/ia64/freebsd.h: Fix misspelling. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46953 138bc75d-0d04-0410-961f-82ee72b054a4
* * doc/gcc.texi: Move several chapters out to ...jsm282001-11-1212-1454/+1506
| | | | | | | | | | | | | * doc/configterms.texi, doc/fragments.texi, doc/hostconfig.texi, doc/include/linux-and-gnu.texi, doc/interface.texi, doc/makefile.texi, doc/passes.texi, doc/portability.texi: ... here. New files. * doc/gcc.texi, doc/contrib.texi: Move section headings into contrib.texi. * Makefile.in ($(docdir)/gcc.info, gcc.dvi): Update dependencies. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46951 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/alpha/alpha-interix.h: Fix comment formatting.kazu2001-11-128-62/+72
| | | | | | | | | | | | * config/alpha/alpha.c: Likewise. * config/alpha/alpha.h: Likewise. * config/alpha/alpha32.h: Likewise. * config/alpha/freebsd.h: Likewise. * config/alpha/unicosmk.h: Likewise. * config/alpha/vms.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46949 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/h8300/h8300.c (get_shift_alg): Remove redundant code.kazu2001-11-122-74/+59
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46947 138bc75d-0d04-0410-961f-82ee72b054a4
* * dbxout.c (dbxout_symbol_location): Avoid emitting invalid registerjakub2001-11-122-0/+7
| | | | | | | numbers. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46943 138bc75d-0d04-0410-961f-82ee72b054a4
* * boehm.cc (_Jv_GCCanReclaimSoftReference): Fix warning.bryce2001-11-122-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46941 138bc75d-0d04-0410-961f-82ee72b054a4
* * emit-rtl.c (set_mem_attributes): If making object, can set alignmentkenner2001-11-122-5/+11
| | | | | | | | from type. (replace_equiv_address): Call update_temp_slot_address. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46940 138bc75d-0d04-0410-961f-82ee72b054a4