diff options
author | Jason Merrill <jason@redhat.com> | 2002-05-16 00:48:52 -0400 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2002-05-16 00:48:52 -0400 |
commit | ff48be5c7926b0a806d99a63500e5937601f6865 (patch) | |
tree | d488aa103427f298f243322a5f33bd64a0eed7b9 /gcc/ChangeLog | |
parent | 57cb4fe5b89460fd505d84bb85303e8c40d20fa7 (diff) | |
download | gcc-ff48be5c7926b0a806d99a63500e5937601f6865.tar.gz |
rtti.c (get_tinfo_decl): Don't call comdat_linkage.
* cp/rtti.c (get_tinfo_decl): Don't call comdat_linkage.
Do set DECL_COMDAT.
(synthesize_tinfo_var): Take the public decl.
(create_real_tinfo_var): Likewise. Check DECL_COMDAT.
(emit_tinfo_decl): Adjust. Call import_export_decl.
* cp/decl2.c (import_export_decl): Simplify tinfo decl handling.
* config/mips/mips.c (mips_output_external): Don't do sdata
optimization for a variable with DECL_COMDAT set.
From-SVN: r53506
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8d45451b494..0e8dd8a87d7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-05-16 Jason Merrill <jason@redhat.com> + + * config/mips/mips.c (mips_output_external): Don't do sdata + optimization for a variable with DECL_COMDAT set. + 2002-05-15 Aldy Hernandez <aldyh@redhat.com> * config/rs6000/altivec.h: Cleanups for tighter typechecking. |