This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

linker-map.gnu


Hi,
for some reason my ld (2.13.1) doesn't like a ; before a }.
Prior to your recent patch, the last entry had no semicolon either.
Installed as obvious.

nathan
--
Nathan Sidwell    ::   http://www.codesourcery.com   ::     CodeSourcery LLC
         The voices in my head said this was stupid too
nathan@codesourcery.com    ::     http://www.planetfall.pwp.blueyonder.co.uk

2003-06-27  Nathan Sidwell  <nathan@codesourcery.com>

	* config/linker-map.gnu: Remove ; after __numpunct_cache.

Index: config/linker-map.gnu
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/config/linker-map.gnu,v
retrieving revision 1.39
diff -c -3 -p -r1.39 linker-map.gnu
*** config/linker-map.gnu	27 Jun 2003 07:25:36 -0000	1.39
--- config/linker-map.gnu	27 Jun 2003 10:59:58 -0000
*************** GLIBCPP_3.4 {
*** 56,62 ****
        std::__num_base::_S_format_int*;
        std::__num_base::_S_atoms_in;
        std::__num_base::_S_atoms_out;
!       std::__numpunct_cache*;
      };
  
      # Names not in an 'extern' block are mangled names.
--- 56,62 ----
        std::__num_base::_S_format_int*;
        std::__num_base::_S_atoms_in;
        std::__num_base::_S_atoms_out;
!       std::__numpunct_cache*
      };
  
      # Names not in an 'extern' block are mangled names.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]