The patch fixes PR other/55274 and we now generate a non empty map file. As noted in the PR, this problem causes a hang when bootstrap is done using HP cat.

Tested on hppa64-hp-hpux11.11 and hppa2.0w-hp-hpux11.11. Committed to trunk
and 4.8.

Richard, would it be ok to apply to the 4.7 branch? This is a 4.7 regression.

Dave
--
John David Anglin       dave.ang...@bell.net


2013-04-06  John David Anglin  <dave.ang...@nrc-cnrc.gc.ca>

        PR other/55274
        * config/t-slibgcc-hpux (SHLIB_MAPFILES): Define.

Index: config/t-slibgcc-hpux
===================================================================
--- config/t-slibgcc-hpux       (revision 197540)
+++ config/t-slibgcc-hpux       (working copy)
@@ -5,3 +5,4 @@
 INSTALL_SHLIB = $(INSTALL_DATA) -m 555
 
 SHLIB_MKMAP = $(srcdir)/mkmap-flat.awk
+SHLIB_MAPFILES = libgcc-std.ver

Reply via email to