summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* PR target/3724rearnsha2003-06-142-0/+10
| | | | | | | * arm/linux-elf.h (PROFILE_HOOK): Define. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67950 138bc75d-0d04-0410-961f-82ee72b054a4
* PR target/11183rearnsha2003-06-142-0/+11
| | | | | | | * arm.h (CANNOT_CHANGE_MODE_CLASS): Define. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67947 138bc75d-0d04-0410-961f-82ee72b054a4
* * opts.sh: Work around a mysterious feature in cygwin's gawksayle2003-06-142-2/+8
| | | | | | | | where specifying the input files explicitly has a different behavior to piping them via stdin. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67946 138bc75d-0d04-0410-961f-82ee72b054a4
* * doc/sourcebuild.texi: Document opt.lang and a language-specificneil2003-06-142-0/+12
| | | | | | | flag in opts.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67945 138bc75d-0d04-0410-961f-82ee72b054a4
* PR target/11183rearnsha2003-06-142-2/+7
| | | | | | | * arm.c (output_move_double): Pass SImode to adjust_address. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67943 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>hjl2003-06-143-8/+15
| | | | | | | | * config.guess: Update to 2003-06-12 version. * config.sub: Update to 2003-06-13 version. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67942 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in: Update to use common.opt and lang_opt_files.neil2003-06-1428-123/+277
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (c-options.c, c-options.h): Remove. (options.c, options.h): Add. * c-opts.c: Include options.h not c-options.h. * common.opt: New file. * configure, configure.in: Add lang_opt_files. * opts.c: Include flags.h and diagnostic.h. (common_handle_option): New. (handle_option): Update to recognize common options and all language-dependent options. * opts.h (CL_F77, CL_JAVA, CL_ADA, CL_COMMON, CL_TREELANG): New. (struct cl_option): Make flags of type int. * opts.h: Flag option with front ends to which it applies. Handle duplicate options. * toplev.c (filename): Remove. (independent_decode_option): Don't handle filenames and -quiet. (process_options, do_compile): Update. ada: * Make-lang.in: Update to use options.c and options.h. * misc.c: Include options.h not aoptions.h. (gnat_handle_option): Abort on unrecognized switch. (gnat_init_options): Request Ada switches. cp: * Make-lang.in: Remove c-options.o. f: * Make-lang.in: Update to use options.c and options.h. * top.c: Include options.h not f-options.h. (gnat_handle_option): Abort on unrecognized switch. (ffe_init_options): From com.c. Request F77 options. (ffe_handle_options): Abort on unrecognized switch. * com.c (ffe_init_options): Move to top.c. * top.h (fee_init_options): New. java: * Make-lang.in: Update to use options.c and options.h. * lang.c: Include options.h not j-options.h. (java_handle_option): Abort on unrecognized option. (java_init_options): Request Java switches. treelang: * Make-lang.in: Update to use options.c and options.h. * tree1.c: Include options.h not t-options.h. (treelang_init_options): New. (treelang_handle_option): Abort on unrecognized switch. * treetree.c (LANG_HOOKS_INIT_OPTIONS): Override. * treetree.h (treelang_init_options): New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67941 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-14 Michael Koch <konqueror@gmx.de>mkoch2003-06-145-42/+34
| | | | | | | | | | | | | | | | | | * gnu/java/nio/FileChannelImpl.java (map_address): Removed incorrect comment. * gnu/java/nio/SelectorImpl.java (register): Remove code duplication and code for file channel handling. * gnu/java/nio/ServerSocketChannelImpl.java (serverSocket): Renamed from sock_object. (ServerSocketChannel): Initialize serverSocket. (socket): Return serverSocket. * gnu/java/nio/SocketChannelImpl.java (socket): Renamed from sock_object. (isConnectionPenging): Simplified. (socket): Return socket. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67940 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-14 Nick Clifton <nickc@redhat.com>nickc2003-06-142-4/+36
| | | | | | | | * doc/install.texi (Specific): Add description of different ARM supported file format targets. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67939 138bc75d-0d04-0410-961f-82ee72b054a4
* * snapshot-README: Use GCC instead of gcc, C++ front end instead ofgerald2003-06-143-6/+12
| | | | | | | | g++ language, and note that Java includes a run time. * snapshot.index.html: Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67938 138bc75d-0d04-0410-961f-82ee72b054a4
* * reorg.c (emit_delay_sequence, dbr_schedule): Clear insn locatorshubicka2003-06-142-0/+23
| | | | | | | inside delay slots. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67937 138bc75d-0d04-0410-961f-82ee72b054a4
* * lang.opt: Add -Wall.neil2003-06-143-0/+12
| | | | | | | * misc.c (gnat_handle_option): Handle it. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67935 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-14 Michael Koch <konqueror@gmx.de>mkoch2003-06-142-3/+7
| | | | | | | | * java/security/BasicPermission.java: New version from classpath. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67934 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-14 Michael Koch <konqueror@gmx.de>mkoch2003-06-142-3/+6
| | | | | | | | * javax/naming/directory/Attribute.java: New version from classpath. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67933 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-14 Michael Koch <konqueror@gmx.de>mkoch2003-06-143-1/+11
| | | | | | | | | * java/io/BufferedReader.java, java/io/FileOutputStream.java: New versions from classpath. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67932 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-13 Benjamin Kosnik <bkoz@redhat.com>bkoz2003-06-1411-47/+70
| | | | | | | | | | | | | | | | | | | | | | | * config/abi/i686-pc-linux-gnu: To.. * config/abi/i486-linux-gnu: ...this. * config/abi/alphaev67-unknown-linux-gnu: To.. * config/abi/alpha-linux-gnu: ...this. * config/abi/ia64-unknown-linux-gnu: To... * config/abi/ia64-linux-gnu: ...this. * config/abi/x86_64-unknown-linux-gnu: To... * config/abi/x86_64-linux-gnu: ...this. * config/abi/i386-unknown-freebsd4: To... * config/abi/i386-freebsd4: ...this. * configure.host: abi_baseline_triplet to abi_baseline_pair. Simplify cpu bits so that abi_baseline_pair can use the same cpu configuration. * acinclude.m4: Same. * aclocal.m4: Regenerate. * configure.in: Can't get enable_abi_check to yes unless native. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67931 138bc75d-0d04-0410-961f-82ee72b054a4
* * unwind-c.c: Define NO_SIZE_OF_ENCODED_VALUE.kraai2003-06-143-0/+11
| | | | | | | | * unwind-pe.h (size_of_encoded_value): Do not define if NO_SIZE_OF_ENCODED_VALUE is defined. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67930 138bc75d-0d04-0410-961f-82ee72b054a4
* * expr.c (expand_expr <COMPLEX_CST>): Handle the case ofsayle2003-06-142-0/+28
| | | | | | | expanding a complex constant into a CONCAT target. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67928 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2003-06-142-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67926 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/svr3.h (ASM_FILE_START): Don't use ASM_FILE_START_1.zack2003-06-145-42/+33
| | | | | | | | | | (ASM_FILE_START_1): Delete. * config/i386/att.h, config/i386/sco5.h, config/i386/sysv3.h (ASM_FILE_START_1): Delete. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67924 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/i386/bsd.h: Remove ASM_FILE_START.dj2003-06-131-1/+1
| | | | | | | | | | | * config/i386/djgpp.h: Likewise. * config/i386/gas.h (ASM_FILE_START): Output .file before .intel_syntax. * config/i386/djgpp.h: Move included unix.h, bsd.h, gas.h to ... * config.gcc (i[34567]86-pc-msdosdjgpp): ... here. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67922 138bc75d-0d04-0410-961f-82ee72b054a4
* Mark PR last change.rth2003-06-131-0/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67921 138bc75d-0d04-0410-961f-82ee72b054a4
* * com.c (ffecom_sym_transform_): Install FFEINFO_whereGLOBALrth2003-06-132-2/+7
| | | | | | | symbols in the global binding level. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67920 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/i386/bsd.h: Remove ASM_FILE_START.dj2003-06-134-23/+10
| | | | | | | | | | | * config/i386/djgpp.h: Likewise. * config/i386/gas.h (ASM_FILE_START): Output .file before .intel_syntax. * config/i386/djgpp.h: Move included unix.h, bsd.h, gas.h to ... * config.gcc (i[34567]86-pc-msdosdjgpp): ... here. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67919 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-13 Vladimir Makarov <vmakarov@redhat.com>vmakarov2003-06-132-7/+56
| | | | | | | | | | | | | PR bootstrap/10835 * haifa-sched.c (max_lookahead_tries, cached_first_cycle_multipass_dfa_lookahead, cached_issue_rate): New variables. (max_issue): Check the number of tries. (choose_ready): Calculate max_lookahead_tries. (sched_init): Check cached_issue_rate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67918 138bc75d-0d04-0410-961f-82ee72b054a4
* * cfgbuild.c (make_edges): Set ABNORMAL with SIBCALL.rth2003-06-133-2/+8
| | | | | | | * cfgrtl.c (purge_dead_edges): Expect it too. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67917 138bc75d-0d04-0410-961f-82ee72b054a4
* PR bootstrap/10983ebotcazou2003-06-132-22/+34
| | | | | | | | * combine.c (make_extraction): Use gen_lowpart_for_combine when extracting from a REG and not in the destination of a SET. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67916 138bc75d-0d04-0410-961f-82ee72b054a4
* * tsystem.h (abort): Declare in inhibit_libc case to remove builddevans2003-06-132-0/+9
| | | | | | | warnings for addvsi3, et.al. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67915 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-13 Paolo Carlini <pcarlini@unitus.it>paolo2003-06-1313-269/+480
| | | | | | | | | | | | | | | | | | | | * testsuite/27_io/basic_filebuf/seekoff/char/1.cc: Split and fix for missing seeks between gets and puts into... * testsuite/27_io/basic_filebuf/seekoff/char/3-io.cc: New. * testsuite/27_io/basic_filebuf/seekoff/char/4-io.cc: New. * testsuite/27_io/basic_filebuf/seekpos/char/1.cc: Same, into... * testsuite/27_io/basic_filebuf/seekpos/char/3-io.cc: New. * testsuite/27_io/basic_filebuf/seekpos/char/4-io.cc: New. * testsuite/27_io/basic_filebuf/sputbackc/char/1-io.cc: Fix for missing seeks between gets and puts. * testsuite/27_io/basic_filebuf/sputbackc/char/2-io.cc: Ditto. * testsuite/data/seekoff-1.tst: New. * testsuite/data/seekoff-2.tst: New. * testsuite/data/seekpos-1.tst: New. * testsuite/data/seekpos-2.tst: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67913 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-13 Nathan C. Myers <ncm-nospam@cantrip.org>paolo2003-06-133-41/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid multi-processor bus contention on increment/decrement-and- test of the reference count in the empty-string object, by comparing addresses first, and never touching the reference count of the empty- string object. * include/bits/basic_string.h: (_S_empty_rep_storage): Move into basic_string<>::_Rep for use by its members. (_Rep::_S_empty_rep()): New accessor. (_Rep::_M_length, _Rep::_M_capacity, _Rep::_M_references): Move to a base class _Rep_base. (_Rep::_M_dispose, _Rep::_M_refcopy): Check for the empty string. (basic_string()): Change to use _M_refdata() in place of _M_refcopy(), since no longer must increment its refcount. * include/bits/basic_string.tcc: (_Rep::_M_destroy, _M_leak_hard): Check for the empty string and return immediately. The former might be unnecessary. The latter prevents begin() and end() from cloning it unnecessarily. (_S_construct(_InIterator, _InIterator, const _Alloc&, input_iterator_tag), _S_construct(_InIterator, _InIterator, const _Alloc&, forward_iterator_tag), _S_construct(size_type, _CharT, const _Alloc&)): Change to use _M_refdata() in place of _M_refcopy(). (_M_mutate): Check for the empty string and treat it as shared. This is necessary here because _M_mutate is sometimes called with all-zero arguments; in all other uses of _M_is_shared, the test comes out right anyhow. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67912 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-13 Aldy Hernandez <aldyh@redhat.com>aldyh2003-06-134-8/+11
| | | | | | | | | | | * c-common.c (handle_mode_attribute): Use VECTOR_MODE_P macro. * simplify-rtx.c (simplify_subreg): Same. * emit-rtl.c (gen_lowpart_common): Same. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67911 138bc75d-0d04-0410-961f-82ee72b054a4
* * builtins.c: Fix comment typos.kazu2003-06-133-3/+8
| | | | | | | * fold-const.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67907 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/m32r/m32r-protos.h (m32r_pass_by_reference): Declare.devans2003-06-134-4/+28
| | | | | | | | | | * config/m32r/m32r.c (m32r_pass_by_reference): New fn. (m32r_va_arg): Use it. * config/m32r/m32r.h (FUNCTION_ARG_PASS_BY_REFERENCE): Ditto. (RETURN_IN_MEMORY): Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67906 138bc75d-0d04-0410-961f-82ee72b054a4
* * c-typeck.c: Remove #if 0 clauses.neroden2003-06-132-128/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67905 138bc75d-0d04-0410-961f-82ee72b054a4
* * lex.c: Convert to ISO C.neroden2003-06-132-74/+47
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67904 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-05-19 Jens-Michael Hoffmann <jensmh@gmx.de>neroden2003-06-132-122/+59
| | | | | | | | * init.c: removes use of PARAMS macro. Use ISO style function declarations. (Not copyright-significant change.) git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67902 138bc75d-0d04-0410-961f-82ee72b054a4
* PR other/1494neroden2003-06-135-8/+11
| | | | | | | | | * config/alpha/openbsd.h, config/i386/openbsd.h, config/m68k/openbsd.h, config/sparc/openbsd.h: Remove residual reference to EGCS. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67900 138bc75d-0d04-0410-961f-82ee72b054a4
* * arm.c (output_call_mem): If the address references the link-registerrearnsha2003-06-132-39/+15
| | | | | | | | use an instruction sequence that avoids early-clobbering IP. (eliminate_lr2ip): Delete. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67899 138bc75d-0d04-0410-961f-82ee72b054a4
* * rtti.c: Remove PARAMS.neroden2003-06-132-21/+23
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67898 138bc75d-0d04-0410-961f-82ee72b054a4
* gcc:ghazi2003-06-134-6/+13
| | | | | | | | | | | * c-format.c (format_types_orig): Disallow '*' width/precision in asm_fprintf format checks. testsuite: * gcc.dg/format/asm_fprintf-1.c: Update width/precision checks. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67897 138bc75d-0d04-0410-961f-82ee72b054a4
* * paranoia.cc: Fix spelling error.neroden2003-06-132-1/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67896 138bc75d-0d04-0410-961f-82ee72b054a4
* * typeck2.c: Convert to ISO C.neroden2003-06-132-46/+24
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67895 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/s390/s390.c (s390_va_arg): Fix alignment when retrievinguweigand2003-06-132-7/+7
| | | | | | | non-integral types from integer register save area slots. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67894 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-12 Andrew Haley <aph@redhat.com>aph2003-06-139-56/+45
| | | | | | | | | | | | | | | | | | | * prims.cc (catch_segv): Create exception in handler. (catch_fpe): Likewise. (_Jv_divI, _Jv_remI, _Jv_divJ, _Jv_remJ): Likewise. (_Jv_ThrowSignal): Remove. * include/x86_64-signal.h (INIT_SEGV): Delete reference to nullp. * include/default-signal.h (INIT_SEGV, INIT_FPE): Delete reference to nullp and arithexception. * include/dwarf2-signal.h (INIT_SEGV, INIT_FPE): Likewise. * include/i386-signal.h (INIT_SEGV, INIT_FPE): Likewise. * include/s390-signal.h (INIT_SEGV, INIT_FPE): Likewise. * include/sparc-signal.h (INIT_SEGV, INIT_FPE): Likewise. * include/win32-signal.h (INIT_SEGV, INIT_FPE): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67892 138bc75d-0d04-0410-961f-82ee72b054a4
* * src/x86/sysv.S: Avoid gas-only .uleb128/.sleb128 directives.ro2003-06-132-30/+35
| | | | | | | Use C style comments. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67891 138bc75d-0d04-0410-961f-82ee72b054a4
* (gcc)kraai2003-06-138-8/+8
| | | | | | | | | | | | | | | | * ChangeLog.1: Fix spelling of "outputting". * ChangeLog.3: Likewise. * diagnostic.h: Likewise. * genautomata.c: Likewise. * config/pa/pa.c: Likewise. (gcc/ada) * gnatls.adb: Fix spelling of "outputting". * gnatmem.adb: Likewise. * prj-pp.adb: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67890 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/i386/svr3dbx.h: GNU CC -> GCC; Intel 385 -> Intel 386.neroden2003-06-132-5/+9
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67889 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-13 Florian Weimer <fw@deneb.enyo.de>fw2003-06-132-0/+20
| | | | | | | * doc/invoke.texi (SPARC Options): Document ``-mimpure-text''. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67888 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/sh/linux.h (TARGET_ASM_FILE_END): Set TARGET_ASM_FILE_ENDkkojima2003-06-132-0/+7
| | | | | | | to file_end_indicate_exec_stack. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67887 138bc75d-0d04-0410-961f-82ee72b054a4
* back out previous patch, instead dodevans2003-06-132-18/+17
| | | | | | | | * config/m32r/initfini.c (__CTOR_LIST__,__DTOR_LIST__): Attribute used. (__do_global_ctors,__do_global_dtors): Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67886 138bc75d-0d04-0410-961f-82ee72b054a4
OpenPOWER on IntegriCloud