This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Preprocessing powerpc *.S files?
- From: Ari Entlich <lmage11 at twcny dot rr dot com>
- To: gcc at gcc dot gnu dot org
- Date: 09 Aug 2004 00:01:29 -0400
- Subject: Preprocessing powerpc *.S files?
- Organization:
Hi, all
I have been trying to compile xine (free multimedia player) with gcc
3.4.0 and have been unsuccessful. The problem occurs when preprocessing
ppcasm_string.S
(http://cvs.sourceforge.net/viewcvs.py/xine/xine-lib/src/xine-utils/ppcasm_string.S?rev=1.5&view=auto). When this file is preprocessed, the following output is generated:
# 1 "../../../src/xine-utils/ppcasm_string.S"
# 1 "<built-in>"
# 1 "<command line>"
# 1 "../../../src/xine-utils/ppcasm_string.S"
# 15 "../../../src/xine-utils/ppcasm_string.S"
# 1 "../../../src/xine-utils/../../config.h" 1
# 16 "../../../src/xine-utils/ppcasm_string.S" 2
I asked about this on xine-devel and was told that this problem was
fixed in gcc 3.4.1. I, however, can't find anything that looks relevant
in the changelog. I also asked on xine-devel about what the problem with
3.4.0 was, but got no response. To see the thread on xine-devel, go to
http://sourceforge.net/mailarchive/forum.php?thread_id=5218015&forum_id=7131. Was this actually fixed in 3.4.1? If so, which changelog entry corresponds to it?
Ari