This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Letext...
- From: "John David Anglin" <dave at hiauly1 dot hia dot nrc dot ca>
- To: dave at hiauly1 dot hia dot nrc dot ca (John David Anglin)
- Cc: gcc-patches at gcc dot gnu dot org, rth at redhat dot com, gcc-bugs at gcc dot gnu dot org, terra at diku dot dk
- Date: Thu, 28 Mar 2002 18:44:31 -0500 (EST)
- Subject: Re: Letext...
> The PA linux port suffers from this problem as well, and I presume that the
The following has been applied to the trunk and 3.1 branch. It fixes
the same problem encountered on the sparc. Tested with no regressions
on hppa-unknown-linux-gnu.
Dave
--
J. David Anglin dave.anglin@nrc.ca
National Research Council of Canada (613) 990-0752 (FAX: 952-6605)
2002-03-28 John David Anglin <dave@hiauly1.hia.nrc.ca>
* pa-linux.h (LOCAL_LABEL_PREFIX): Define.
--- pa-linux.h.orig Wed Mar 13 12:02:16 2002
+++ pa-linux.h Thu Mar 28 11:12:52 2002
@@ -148,6 +148,10 @@
} \
while (0)
+/* We want local labels to start with period if made with asm_fprintf. */
+#undef LOCAL_LABEL_PREFIX
+#define LOCAL_LABEL_PREFIX "."
+
/* Define these to generate the Linux/ELF/SysV style of internal
labels all the time - i.e. to be compatible with
ASM_GENERATE_INTERNAL_LABEL in <elfos.h>. Compare these with the