public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [v3] libstdc++/16411
@ 2004-07-08  6:09 Benjamin Kosnik
  0 siblings, 0 replies; only message in thread
From: Benjamin Kosnik @ 2004-07-08  6:09 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 75 bytes --]


... add in exports, bump versions.

tested x86/linux

gcc
gcc-3_4-branch


[-- Attachment #2: p.20040707-3 --]
[-- Type: text/plain, Size: 1795 bytes --]

2004-07-07  Benjamin Kosnik  <bkoz@redhat.com>

	* configure.ac (libtool_VERSION): To 6:2:0.
	* configure: Regenerated.

	* testsuite/testsuite_abi.cc (check_version): Add 3.4.2.
	
2004-07-07  Aaron W. LaFramboise  <aaronraolete36@aaronwl.com>

	PR libstdc++/16411
	* config/linker-map.gnu: Add stdio_sync_filebuf::file exports.

Index: configure.ac
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/configure.ac,v
retrieving revision 1.21
diff -c -p -r1.21 configure.ac
*** configure.ac	2 Jul 2004 23:40:14 -0000	1.21
--- configure.ac	8 Jul 2004 02:19:03 -0000
*************** AC_CONFIG_HEADER(config.h)
*** 13,19 ****
  ### am handles this now?  ORIGINAL_LD_FOR_MULTILIBS=$LD
  
  # For libtool versioning info, format is CURRENT:REVISION:AGE
! libtool_VERSION=6:1:0
  AC_SUBST(libtool_VERSION)
  
  # Find the rest of the source tree framework.
--- 13,19 ----
  ### am handles this now?  ORIGINAL_LD_FOR_MULTILIBS=$LD
  
  # For libtool versioning info, format is CURRENT:REVISION:AGE
! libtool_VERSION=6:2:0
  AC_SUBST(libtool_VERSION)
  
  # Find the rest of the source tree framework.
Index: config/linker-map.gnu
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/config/linker-map.gnu,v
retrieving revision 1.66
diff -c -p -r1.66 linker-map.gnu
*** config/linker-map.gnu	30 Jun 2004 16:38:42 -0000	1.66
--- config/linker-map.gnu	8 Jul 2004 02:19:04 -0000
*************** GLIBCXX_3.4.1 {
*** 253,258 ****
--- 253,260 ----
   
  GLIBCXX_3.4.2 {
  
+     _ZN9__gnu_cxx18stdio_sync_filebufI[cw]St11char_traitsI[cw]EE4fileEv;
+ 
      _ZN9__gnu_cxx11__pool_base9_M_refillE[jm];
      _ZN9__gnu_cxx11__pool_base16_M_get_free_listE[jm];
      _ZN9__gnu_cxx11__pool_base12_M_get_mutexEv;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-07-08  5:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-08  6:09 [v3] libstdc++/16411 Benjamin Kosnik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).