This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 3.0.4, GCC 3.1, GCC 3.2
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: Joe Buck <jbuck at synopsys dot COM>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 13 Feb 2002 13:43:20 -0500
- Subject: Re: GCC 3.0.4, GCC 3.1, GCC 3.2
PR 4737/3203, maybe more. Basically all of the exception handling
problems on AIX.
2002-01-02 David Edelsohn <edelsohn@gnu.org>
* gcc.c (init_gcc_spec): Do not link with static libgcc.a if
gcc invoked with -shared.
* config/rs6000/t-aix43: Revert previous change.
2002-01-02 Hans-Peter Nilsson <hp@bitrange.com>
* unwind-dw2-fde.c (fde_unencoded_compare): Derefer pc_begin
fields when comparing.
2002-01-02 Richard Henderson <rth@redhat.com>
* unwind-dw2-fde.c (fde_compare_t): Change return type to int.
(fde_unencoded_compare): Likewise. Don't use subtraction to get
a tristate comparison value.
(fde_single_encoding_compare, fde_mixed_encoding_compare): Likewise.