summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* * MAINTAINERS (sparc port): Remove myself.Jakub Jelinek2011-09-211-0/+4
| | | | From-SVN: r179033
* MAINTAINERS (Write After Approval): Add myself.Tom de Vries2011-09-141-0/+4
| | | | | | | | 2011-09-14 Tom de Vries <tom@codesourcery.com> * MAINTAINERS (Write After Approval): Add myself. From-SVN: r178856
* configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.Yao Qi2011-08-141-0/+5
| | | | | | | * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs. * configure: Regenerate. From-SVN: r177746
* configure.ac: Set have_compiler based on whether gcc directory exists...Ian Lance Taylor2011-07-261-0/+6
| | | | | | | | * configure.ac: Set have_compiler based on whether gcc directory exists, rather than on whether gcc is in configdirs. * configure: Rebuild. From-SVN: r176800
* * MAINTAINERS (Global Reviewers): Add self.Joseph Myers2011-07-211-0/+4
| | | | From-SVN: r176570
* Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to link directories.David Edelsohn2011-07-201-0/+6
| | | | | | | | * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to link directories. * Makefile.in: Rebuild. From-SVN: r176521
* re PR bootstrap/49787 (--enable-languages=c doesn't work)Ian Lance Taylor2011-07-201-0/+8
| | | | | | | | | | PR bootstrap/49787 * configure.ac: Move --enable-bootstrap handling earlier in file. If --enable-bootstrap and either --enable-build-with-cxx or --enable-build-poststage1-with-cxx, enable C++ automatically. * configure: Rebuild. From-SVN: r176512
* configure.ac: Add --enable-build-poststage1-with-cxx.Ian Lance Taylor2011-07-191-0/+9
| | | | | | | | | | | | | | ./: * configure.ac: Add --enable-build-poststage1-with-cxx. If set, make C++ a boot_language. Set and substitute POSTSTAGE1_CONFIGURE_FLAGS. * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable. (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS). * configure, Makefile.in: Rebuild. gcc/: * doc/install.texi (Configuration): Document --enable-build-poststage1-with-cxx. From-SVN: r176480
* MAINTAINERS (Register Allocation): Move myself from reviewers to maintainers.Vladimir Makarov2011-07-191-0/+5
| | | | | | | | | 2011-07-19 Vladimir Makarov <vmakarov@redhat.com> * MAINTAINERS (Register Allocation): Move myself from reviewers to maintainers. From-SVN: r176464
* * MAINTAINERS (Global Reviewers): Add myself.Jakub Jelinek2011-07-181-4/+4
| | | | From-SVN: r176392
* re PR debug/23205 ([C++/unit-at-a-time] stabs debug info omitted for global ↵Rainer Orth2011-07-181-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | const variables) toplevel: * configure: Regenerate. config: * elf.m4 (target_elf): Remove *-netware*. contrib: * config-list.mk (i586-netware): Remove. (.PHONY): Remove make-script-dir dependency. (make-script-dir): Remove. ($(LIST)): Remove make-script-dir dependency. gcc: * config.gcc (i[3456x]86-*-netware*): Remove. * gthr-nks.h: Remove. * configure.ac (enable_threads): Remove nks. * configure: Regenerate. * config/i386/i386.c (ix86_encode_section_info): Remove netware reference. * config/i386/i386.h (KEEP_AGGREGATE_RETURN_POINTER): Remove <netware.h> reference. * config/i386/netware-libgcc.c, gcc/config/i386/netware-libgcc.def, gcc/config/i386/netware-libgcc.exp, gcc/config/i386/netware.c, gcc/config/i386/netware.h, gcc/config/i386/netware.opt, gcc/config/i386/nwld.c, gcc/config/i386/nwld.h, gcc/config/i386/t-netware, gcc/config/i386/t-nwld: Remove * doc/extend.texi (Function Attributes, callee_pop_aggregate_return): Remove i?86-netware reference. * doc/install.texi (Configuration, --enable-threads): Remove nks. gcc/testsuite: * g++.dg/ext/bitfield2.C: Remove i?86-*-netware support. * g++.dg/ext/bitfield3.C: Likewise. * g++.dg/ext/bitfield4.C: Likewise. * g++.dg/ext/bitfield5.C: Likewise. * g++.dg/other/PR23205.C: Remove *-*-netware* support. * g++.dg/other/pr23205-2.C: Likewise. * gcc.c-torture/compile/20001109-1.c: Remove dg-xfail-if. * gcc.c-torture/compile/20001109-2.c: Likewise. * gcc.dg/20040813-1.c: Remove *-*-netware* support. * gcc.dg/bitfld-15.c: Remove i?86-*-netware support. * gcc.dg/bitfld-16.c: Likewise. * gcc.dg/bitfld-17.c: Likewise. * gcc.dg/bitfld-18.c: Likewise. * gcc.dg/builtins-config.h: Remove Netware support. * gcc.dg/cdce1.c: Remove *-*-netware* support. Update line number. * gcc.dg/cdce2.c: Likewise. * gcc.dg/cpp/assert4.c: Remove netware support. * gcc.dg/debug/pr35154.c: Remove *-*-netware* support. * gfortran.dg/debug/pr35154-stabs.f: Remove *-*-netware* support. * lib/target-supports.exp (check_visibility_available): Remove NetWare support. (check_profiling_available): Likewise. libgcc: * config.host (i[3456x]86-*-netware*): Remove. * config/i386/netware-crt0.c, config/i386/t-nwld, config/i386/t-slibgcc-nwld: Remove. libstdc++-v3: * crossconfig.m4 (*-netware): Remove. * configure: Regenerate. From-SVN: r176391
* MAINTAINERS (Global Reviewers): Add myself.Richard Guenther2011-07-181-0/+4
| | | | | | | | 2011-07-18 Richard Guenther <rguenther@suse.de> * MAINTAINERS (Global Reviewers): Add myself. From-SVN: r176387
* Makefile.def (language=c++): Add check-c++0x and check-target-libmudflap-c++.Jason Merrill2011-07-161-0/+7
| | | | | | | | | * Makefile.def (language=c++): Add check-c++0x and check-target-libmudflap-c++. * Makefile.tpl (check-target-libmudflap-c++): New. * Makefile.in: Regenerate. From-SVN: r176367
* install.texi: Document --enable-static-libjava.Matthias Klose2011-07-161-0/+10
| | | | | | | | | | | | | | | | | | | | | | gcc/ 2011-07-16 Matthias Klose <doko@ubuntu.com> * doc/install.texi: Document --enable-static-libjava. <toplevel> 2011-07-16 Matthias Klose <doko@ubuntu.com> * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define. * Makefile.def (target_modules/libjava): Pass $(EXTRA_CONFIGARGS_LIBJAVA). * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA, if not configured with --enable-static-libjava. * Makefile.in: Regenerate. * configure: Likewise. From-SVN: r176351
* re PR testsuite/49741 (make -k check-c++0x not multilib aware)Jason Merrill2011-07-151-0/+5
| | | | | | | | | | | | | | | | | PR testsuite/49741 gcc/ * Makefile.in ($(lang_checks_parallelized)): Allow --extra_opts rather than --tool_opts. gcc/cp/ * Make-lang.in (check-c++0x): Use --extra_opts instead of--tool_opts. gcc/testsuite/ * lib/g++.exp (${tool}_option_help, ${tool}_option_proc): Restore. Use --extra_opts instead of --additional_options. * Makefile.in (check-c++): Move check-gcc-c++0x after check-target-libstdc++-v3. From-SVN: r176332
* * MAINTAINERS (c6x port): New entry.Bernd Schmidt2011-07-151-0/+4
| | | | From-SVN: r176312
* Also test -std=c++0x mode with 'make check-c++' at top levelJason Merrill2011-07-131-0/+5
| | | | | | | | | | | | | | | | Also test -std=c++0x mode with 'make check-c++' at top level * Makefile.in (check-gcc-c++0x): New. (check-c++): Depend on it. gcc/ * Makefile.in ($(lang_checks_parallelized)): Allow --tool_opts. gcc/cp/ * Make-lang.in (check-c++0x): New. gcc/testsuite/ * lib/g++.exp (${tool}_option_help, ${tool}_option_proc): Remove. * lib/lto.exp (lto_prune_warns): Prune warning about -std=c++0x when compiling C files. From-SVN: r176250
* re PR bootstrap/39150 (Configure scripts have no 64-Bit Solaris defined ↵Rainer Orth2011-07-071-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (only i386-solaris*).) gcc: PR target/39150 * configure.ac (gcc_cv_as_hidden): Also accept x86_64-*-solaris2.1[0-9]*. (gcc_cv_as_cfi_directive): Likewise. (gcc_cv_as_comdat_group_group): Likewise. (set_have_as_tls): Likewise. * configure: Regenerate. * config.gcc (i[34567]86-*-solaris2*): Also handle x86_64-*-solaris2.1[0-9]*. * config.host (i[34567]86-*-solaris2*): Likewise. * config/sparc/sol2.h (ASM_CPU_DEFAULT_SPEC): Remove. * config/sol2-bi.h (ASM_CPU_DEFAULT_SPEC): Redefine. [USE_GLD] (ARCH_DEFAULT_EMULATION): Define. (TARGET_LD_EMULATION): Use it. * config/i386/sol2.h (ASM_CPU_DEFAULT_SPEC): Define. (SUBTARGET_CPU_EXTRA_SPECS): Add asm_cpu_default. * config/i386/sol2-bi.h (ASM_CPU32_DEFAULT_SPEC): Define. (ASM_CPU64_DEFAULT_SPEC): Define. (ASM_CPU_SPEC): Use %(asm_cpu_default). (ASM_SPEC): Redefine. (DEFAULT_ARCH32_P): Define using TARGET_64BIT_DEFAULT. * config/host-solaris.c [__x86_64__] (TRY_EMPTY_VM_SPACE): Reduce. * doc/install.texi (Specific, amd64-*-solaris2.1[0-9]*): Document. (Specific, i?86-*-solaris2.10): Mention x86_64-*-solaris2.1[0-9]* configuration. (Specific, x86_64-*-solaris2.1[0-9]*): Document. gcc/ada: PR target/39150 * gcc-interface/Makefile.in: Handle x86_64-solaris2. libgcc: PR target/39150 * config.host (*-*-solaris2*): Handle x86_64-*-solaris2.1[0-9]* like i?86-*-solaris2.1[0-9]*. (i[34567]86-*-solaris2*): Also handle x86_64-*-solaris2.1[0-9]*. * configure.ac (i?86-*-solaris2*): Likewise. * configure: Regenerate. gcc/testsuite: PR target/39150 * gcc.misc-tests/linkage.exp: Handle x86_64-*-solaris2.1[0-9]*. toplevel: PR target/39150 * configure.ac (i[3456789]86-*-solaris2*): Also accept x86_64-*-solaris2.1[0-9]*. * configure: Regenerate. boehm-gc: PR target/39150 * configure.ac (i?86-*-solaris2.[89]): Also accept x86_64-*-solaris2.1?. * configure: Regenerate. gnattools: PR target/39150 * configure.ac (*86-*-solaris2*): Also accept x86_64-*-solaris2.1[0-9]*. * configure: Regenerate. libcpp: PR target/39150 * configure.ac (host_wide_int): Handle x86_64-*-solaris2.1[0-9] like i[34567]86-*-solaris2.1[0-9]*. * configure: Regenerate. libgo: PR target/39150 * config/libtool.m4: Handle x86_64-*-solaris2.1[0-9]* like i?86-*-solaris*. * configure: Regenerate. libjava: PR target/39150 * configure.host (x86_64-*): Add -Usun to libgcj_flags. (x86_64-*-solaris2.1[0-9]*): New case. (i?86-*-solaris2*): Also accept x86_64-*-solaris2.1[0-9]*. From-SVN: r175958
* * MAINTAINERS (RTL optimizers): Add self.Richard Sandiford2011-06-291-0/+4
| | | | From-SVN: r175628
* MAINTAINERS (Write After Approval): Add myself.Gabriel Charette2011-06-271-0/+4
| | | | | | | | 2011-06-27 Gabriel Charette <gchare@google.com> * MAINTAINERS (Write After Approval): Add myself. From-SVN: r175567
* re PR regression/47836 (Some Cross Compiler can't build target-libiberty or ↵Hans-Peter Nilsson2011-06-221-0/+1
| | | | | | | | | | | | | | | | | | | | | target-zlib) PR regression/47836 PR bootstrap/23656 PR other/47733 PR bootstrap/49247 PR c/48825 * configure.ac (target_libraries): Remove target-libiberty. Remove case-statement setting skipdirs=target-libiberty for multiple targets. Remove checking target_configdirs and removing target-libiberty but keeping target-libgcc if otherwise empty. * Makefile.def (target_modules): Don't add libiberty. (dependencies): Remove all traces of target-libiberty. * configure, Makefile.in: Regenerate. (add missing PR annotation in the ChangeLog entry) From-SVN: r175316
* re PR regression/47836 (Some Cross Compiler can't build target-libiberty or ↵Hans-Peter Nilsson2011-06-221-4/+4
| | | | | | | | | | | | | | | | | | | | target-zlib) PR regression/47836 PR bootstrap/23656 PR other/47733 PR bootstrap/49247 * configure.ac (target_libraries): Remove target-libiberty. Remove case-statement setting skipdirs=target-libiberty for multiple targets. Remove checking target_configdirs and removing target-libiberty but keeping target-libgcc if otherwise empty. * Makefile.def (target_modules): Don't add libiberty. (dependencies): Remove all traces of target-libiberty. * configure, Makefile.in: Regenerate. (fixing PR annotations in the ChangeLog entry) From-SVN: r175307
* re PR regression/47836 (Some Cross Compiler can't build target-libiberty or ↵Hans-Peter Nilsson2011-06-221-0/+15
| | | | | | | | | | | | | | | | | | | target-zlib) PR47836 PR23656 PR47733 PR49247 * configure.ac (target_libraries): Remove target-libiberty. Remove case-statement setting skipdirs=target-libiberty for multiple targets. Remove checking target_configdirs and removing target-libiberty but keeping target-libgcc if otherwise empty. * Makefile.def (target_modules): Don't add libiberty. (dependencies): Remove all traces of target-libiberty. * configure, Makefile.in: Regenerate. From-SVN: r175304
* * configure.ac (tilepro-*-*) New case.Walter Lee2011-06-131-0/+6
| | | | | | | (tilegx-*-*): Likewise. * configure: Regenerate. From-SVN: r174990
* configure.ac: Skip target-libiberty for arm*-*-linux-androideabi.Jing Yu2011-06-061-0/+6
| | | | | | | | | | 2011-06-06 Jing Yu <jingyu@google.com> * configure.ac: Skip target-libiberty for arm*-*-linux-androideabi. * configure: Regenerated. From-SVN: r174710
* Sync from upstream:Nick Clifton2011-06-061-0/+4
| | | | | | | | | | | | | | | | | 2011-06-03 Nick Clifton <nickc@redhat.com> Ben Elliston <bje@gnu.org> * config.sub (v850e1, v850es, v850e2, v850e2v3): New. 2011-05-30 Chris Metcalf <cmetcalf@tilera.com> Ben Elliston <bje@gnu.org> * config.guess (tile*:Linux:*:*): Use vendor "unknown", not "tilera", for consistency with other architectures. * config.sub (tile*-*, tilegx-*): Use a more general pattern for "tile" to allow matching tilepro, tilegx32 and other variants. From-SVN: r174691
* * MAINTAINERS (Write After Approval): Add myself.Nenad Vukicevic2011-06-061-0/+4
| | | | From-SVN: r174679
* * MAINTAINERS: Update my email address.Daniel Jacobowitz2011-06-011-0/+4
| | | | From-SVN: r174521
* * MAINTAINERS (Write After Approval): Update my email address.Nathan Froyd2011-05-271-0/+4
| | | | From-SVN: r174347
* MAINTAINERS (Write After Approval): Add myself.Paul Pluzhnikov2011-05-111-0/+4
| | | | | | | | 2011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com> * MAINTAINERS (Write After Approval): Add myself. From-SVN: r173669
* configure.ac: Propagate LDFLAGS_FOR_TARGET.Doug Kwan2011-05-091-0/+8
| | | | | | | | | | | | 2011-05-08 Doug Kwan <dougkwan@google.com> * configure.ac: Propagate LDFLAGS_FOR_TARGET. * configure: Regenerated. * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET value from configure. * Makefile.in: Regenerated. From-SVN: r173558
* * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,Joseph Myers2011-05-051-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*, *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*): Disable newlib and libgloss in separate case statement. (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built to separate case statement. (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*, alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*, sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*, bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff | i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*, x86_64-*-mingw*, i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*, m32r-*-*, m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-* | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*, rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout* | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*, sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib and libgloss in main case over targets. Remove most empty cases in main case over targets. * configure: Regenerate. From-SVN: r173430
* * MAINTAINERS: Add myself (write after approval).Janis Johnson2011-05-051-0/+4
| | | | From-SVN: r173413
* configure.ac: Remove code setting special library locations for ↵Joseph Myers2011-05-041-0/+7
| | | | | | | | | | | hppa*64*-*-hpux11*. * configure.ac: Remove code setting special library locations for hppa*64*-*-hpux11*. Remove code setting compiler for sparc-sun-solaris2*. * configure: Regenerate. From-SVN: r173396
* configure.ac: Separate libgloss_dir settings from general case over targets.Joseph Myers2011-05-041-0/+6
| | | | | | | | * configure.ac: Separate libgloss_dir settings from general case over targets. * configure: Regenerate. From-SVN: r173360
* configure.ac (*-*-dragonfly*, [...]): Remove cases in libgcj-disabling case ↵Joseph Myers2011-04-281-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | statement. * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*, alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*, arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove cases in libgcj-disabling case statement. (hppa*64*-*-linux*): Set unsupported_languages instead of disabling target-zlib. (hppa*64*-*-*): Restrict case in libgcj-disabling case statement to hppa*64*-*-hpux*. (hppa*-*-*): Restrict case in libgcj-disabling case statement to hppa*-*-hpux*. (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf, i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*, i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* | fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*, sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* | sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in libgcj-disabling case statement. * configure: Regenerate. From-SVN: r173118
* configure.ac: Disable Java for targets not supporting libffi.Joseph Myers2011-04-281-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.ac: Disable Java for targets not supporting libffi. (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe): Remove cases in Java-disabling statement. (*arm-wince-pe): Change to arm-wince-pe. (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove cases in Java-disabling statement. (bfin-*-*): Don't disable Java again. (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*, fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* | hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*, hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff, i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*, m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in Java-disabling statement. (mmix-*-*): Don't disable Java again. (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*, powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*, microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*, sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*, tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling statement. * configure: Regenerate. From-SVN: r173069
* configure.ac: Separate cases disabling Java and Java libraries from general ↵Joseph Myers2011-04-281-0/+6
| | | | | | | | | | case over targets. * configure.ac: Separate cases disabling Java and Java libraries from general case over targets. * configure: Regenerate. From-SVN: r173068
* * MAINTAINERS: Update my email address.Jie Zhang2011-04-221-0/+4
| | | | From-SVN: r172854
* MAINTAINERS (Write After Approval): Add myself.Easwaran Raman2011-04-201-0/+4
| | | | | | | | 2011-04-20 Easwaran Raman <eraman@google.com> * MAINTAINERS (Write After Approval): Add myself. From-SVN: r172787
* re PR lto/48086 (bootstrap-lto creates c-common.s with too many sections on ↵Jack Howarth2011-04-181-0/+6
| | | | | | | | | | | | x86_64-apple-darwin10) 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu> PR lto/48086 * configure.ac: Re-enable LTO on *-apple-darwin9*. * configure: Regenerate. From-SVN: r172671
* * MAINTAINERS (Write After Approval): Add myself.Jim Meyering2011-04-161-0/+4
| | | | From-SVN: r172536
* Update my email addressDodji Seketeli2011-04-151-0/+4
| | | | | | * MAINTAINERS: Update my email address. From-SVN: r172482
* MAINTAINERS (Write After Approval): Add myself.Georg-Johann Lay2011-04-131-0/+4
| | | | | | | | 2011-04-13 Georg-Johann Lay <avr@gjlay.de> * MAINTAINERS (Write After Approval): Add myself. From-SVN: r172382
* ChangeLog: Add the mising change log for my previous commit.Yufeng Zhang2011-04-121-0/+4
| | | | | | | | 2011-04-12 Yufeng Zhang <yufeng.zhang@arm.com> * ChangeLog: Add the mising change log for my previous commit. From-SVN: r172324
* MAINTAINERS (Write After Approval): Add myself.Stuart Henderson2011-04-071-0/+4
| | | | | | | | 2011-04-07 Stuart Henderson <shenders@gcc.gnu.org> * MAINTAINERS (Write After Approval): Add myself. From-SVN: r172095
* configure.ac (build_tools): Remove build-byacc.Joseph Myers2011-04-061-0/+20
| | | | | | | | | | | | | | | | | | | | | | * configure.ac (build_tools): Remove build-byacc. (host_libs): Remove mmalloc. (host_tools): Remove byacc make patch prms send-pr ash bash bzip2 autoconf automake libtool diff rcs fileutils shellutils time textutils wdiff find uudecode hello tar gzip indent recode release sed perl gawk findutils gettext zip. (libgcj): Remove target-qthreads. (target_tools): Remove target-examples target-gperf. (YACC): Don't handle building byacc. * configure: Regenerate. * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff, dosutils, examples, fileutils, find, findutils, gawk, gettext, gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc, patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr, shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't handle building components. * Makefile.in: Regenerate. From-SVN: r172042
* +2011-04-05 Sterling Augustine <augustine.sterling@gmail.com> + + * ↵Sterling Augustine2011-04-051-0/+4
| | | | | | | | | | | MAINTAINERS... +2011-04-05 Sterling Augustine <augustine.sterling@gmail.com> + + * MAINTAINERS: Update my email address as Xtensa maintainer. + From-SVN: r172002
* Sync config.sub from upstream.Ralf Wildenhues2011-04-051-0/+4
| | | | | | | /: * config.sub: Sync from upstream. From-SVN: r171996
* configure.ac (avr-*-*): Add comment about why libssp is disabled.Joseph Myers2011-04-011-0/+6
| | | | | | | | * configure.ac (avr-*-*): Add comment about why libssp is disabled. (microblaze*): Don't disable libssp. * configure: Regenerate. From-SVN: r171848