Your message dated Wed, 30 Nov 2011 04:35:48 -0600
with message-id <[email protected]>
and subject line Re: -g and compiling via assembly fails on IA64
has caused the Debian Bug report #481592,
regarding -g and compiling via assembly fails on IA64
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
481592: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=481592
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gcc-4.3
Version: 4.3.0-4
Severity: normal
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
when debugging a build failure of gtk2hs on ia64, I observed some
strange problems with building via an assembler file and the "-g" flag.
You can observe the problem with this minimal example:
echo -e '#include "test2.h"\nint main (int argc, char** argv) {callme(); return
1;}' > test2.c
echo 'int callme() {}' > test2.h
gcc -S -g test2.c -o test2.s; gcc test2.s -o test2 -g
The last command fails:
$ gcc -S -g test2.c -o test2.s; gcc test2.s -o test2 -g
test2.s: Assembler messages:
test2.s:38: Error: file number 2 already allocated
It works though in these combinations:
$ gcc -S -g test2.c -o test2.s; gcc test2.s -o test2
$ gcc -S test2.c -o test2.s; gcc test2.s -o test2 -g
$ gcc -S test2.c -o test2.s; gcc test2.s -o test2
$ gcc test2.c -o test2
This can be reproduced on merulo.debian.org in the sid chroot.
Thanks,
Joachim
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFILqEE9ijrk0dDIGwRAgcoAJ9eJW5zJbQwFwAgj5UaGlLOlVJP5ACeNEGd
PhmPNbHPeV7kuTpl/Bx6K+U=
=8DFo
-----END PGP SIGNATURE-----
--- End Message ---
--- Begin Message ---
Version: 2.18.90.20080910-1
Iain Lane wrote:
> http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/dwarf2dbg.c.diff?cvsroot=src&r1=1.97&r2=1.98
Thanks, Iain.
--- End Message ---