1. 12 Apr, 2002 33 commits
  2. 11 Apr, 2002 7 commits
    • * config/linker-map.gnu: Add __gxx_personality_sj0. · 51cd12de
      From-SVN: r52187
      Richard Henderson committed
    • config.gcc (alpha*-*-openbsd, [...]): Include {cpu}/{cpu}.h thru tm_file. · cf0005c6
      2002-04-11  David O'Brien  <obrien@FreeBSD.org>
      	* config.gcc (alpha*-*-openbsd, alpha64-dec-*vms,alpha*-dec-*vms):
      	Include {cpu}/{cpu}.h thru tm_file.
      	(alpha*-*-linux*ecoff): Remove target.
      	* config/alpha/elf.h (CPP_SUBTARGET_SPEC): Define __ELF__.
      	(LINK_SPEC): Remove, is not OS independent.
      	* config/alpha/freebsd.h (CPP_SPEC): Do not define __ELF__.
      	(LINK_SPEC): Do not need to #undef any longer.
      	* config/alpha/linux-ecoff.h (LINK_SPEC): Do not need to #undef
      	any longer.
      	* config/alpha/linux-elf.h (SUB_CPP_PREDEFINES): Do not define
      	__ELF__.
      	(LINK_SPEC): Moved here from alpha/elf.h.
      	* config/alpha/linux.h (CPP_PREDEFINES): No longer consumer of
      	SUB_CPP_PREDEFINES.
      	* config/alpha/linux-ecoff.h: Remove.
      	* config/alpha/netbsd.h (CPP_PREDEFINES): Do not define __ELF__.
      	(CPP_SPEC): Define _POSIX_SOURCE as needed.
      	(CPP_SUBTARGET_SPEC): Do not define.
      	(LINK_SPEC): Do not need to #undef any longer.
      	* config/alpha/openbsd.h: Do not directly include alpha/alpha.h.
      	* config/alpha/vms.h: Likewise.
      
      Approved by:  Richard Henderson <rth@redhat.com>
                    Message-ID: <20020411152309.A11121@redhat.com>
      	      Message-ID: <20020411160159.B11250@redhat.com>
      	      Jason R Thorpe <thorpej@wasabisystems.com>
      	      Message-ID: <20020411161434.I4954@dr-evil.shagadelic.org>
      
      From-SVN: r52186
      David O'Brien committed
    • extend.texi: Remove old claim that typedefs cannot have an alignment attribute. · 7825d1cf
      	* doc/extend.texi: Remove old claim that typedefs cannot have
      	an alignment attribute.
      
      From-SVN: r52180
      Richard Sandiford committed
    • i2002-04-11 DJ Delorie <dj@redhat.com> · ab50d72b
      	* Makefile.in, configure.in: Sync with binutils, entries
      	follow...
      
      2002-02-01  Mo DeJong  <supermo@bayarea.net>
      
      	* Makefile.in: Add all-tix to deps for all-snavigator
      	so that tix is built when building snavigator.
      
      2002-01-11  Steve Ellcey  <sje@cup.hp.com>
      
      	* configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
      	ld and gdb are not supported.
      
      2002-01-07  Mark Salter  <msalter@redhat.com>
      
      	* configure.in: Remove target-bsp and target-cygmon from arm builds.
      	Allow target-libgloss to be built for arm, strongarm, and xscale.
      
      2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
      
      	* configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
      	options for i[3456]86-pc-linux* native builds.
      
      2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
      
      	* Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
      	files from .po files for a distribution.
      
      2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
      
      	* configure.in: Enable libstdc++-v3 for h8300 targets.
      
      2001-06-19  Alan Modra  <amodra@bigpond.net.au>
      
      	* Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
      	version from bfd/.
      
      Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
      
      	* Makefile.in (VER): When present, extract the version number from
      	the file version.in.
      
      2001-05-24  Tom Rix <trix@redhat.com>
      
      	* configure.in : enable ld for aix
      
      2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
      
      	* mh-s390pic: New file.
      	* mt-s390pic: New file.
      
      2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
      
      	* config.guess: Add linux target for S/390.
      
      2000-11-07  Philip Blundell  <pb@futuretv.com>
      
      	* Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
      
      2000-11-03  Philip Blundell  <pb@futuretv.com>
      
      	* Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
      	files.
      
      2001-01-15  Ben Elliston  <bje@redhat.com>
      
      	* configure.in (host_tools): Add sid.
      	Always configure cgen.
      
      2000-11-24  Nick Clifton  <nickc@redhat.com>
      
      	* configure.in (c4x, c5x, tic54x): Move after ARM targets.
      
      
      2000-08-20  Doug Evans  <dje@casey.transmeta.com>
      
      	* Makefile.in (ALL_MODULES): Add all-cgen.
      	(CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
      	(all-cgen): New target.
      	(all-opcodes,all-sim): Depend on all-cgen.
      	* configure.in (host_tools): Add cgen.
      	Only configure cgen if --enable-cgen-maint.
      
      From-SVN: r52179
      DJ Delorie committed
    • re PR rtl-optimization/6177 (ia64 ICE with single-element complex array in LAPACK) · 010f87c4
      	PR optimization/6177
      	* expr.c (expand_expr) [COMPONENT_REF]: Handle op0 CONCAT if
      	bitpos is 0 and bitsize CONCAT size.
      
      	* gcc.c-torture/execute/20020411-1.c: New test.
      
      From-SVN: r52178
      Jakub Jelinek committed