bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/19576] bogus code generation with on SunOS with 2.26


From: richard at netbsd dot org
Subject: [Bug gas/19576] bogus code generation with on SunOS with 2.26
Date: Sat, 06 Feb 2016 18:56:17 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=19576

--- Comment #3 from Richard PALO <richard at netbsd dot org> ---
(In reply to H.J. Lu from comment #2)
> I built a cross binutils to x86_64-solaris2 on Linux/x86-64 and got
> 
> address@hidden gas]$ nm -lug x.o  | grep ree
>          U __dtrace_Xserver___resource__free  resource.c:0
>          U free       resource.c:0
>          U FreeClientPixels
>          U FreeColormap
>          U FreeCursor
>          U FreeGC
> address@hidden gas]$ 
> 
> Can you reproduce it on Linux?

I don't have a linux dev environment (only thin clients) unfortunately.
The "good" file looks like:
>$ gnm -lug resource.o |grep ree
>         U free        resource.c:0
>         U FreeClientPixels
>         U FreeColormap
>         U FreeCursor
>         U FreeGC

as the gas command like is a bit long:
 /opt/pbulk32/bin/gas -v -I . -I ../include -I
/tmp/pkgsrc/x11/modular-xorg-server/work/.buildlink/include -I
/tmp/pkgsrc/x11/modular-xorg-server/work/.buildlink/include/ncurses -I
/tmp/pkgsrc/x11/modular-xorg-server/work/.buildlink/include/freetype2 -I
/tmp/pkgsrc/x11/modular-xorg-server/work/.buildlink/include/libdrm -I
/tmp/pkgsrc/x11/modular-xorg-server/work/.buildlink/include/X11/dri -I
/tmp/pkgsrc/x11/modular-xorg-server/work/.buildlink/include/pixman-1 -I ../Xext
-I ../composite -I ../damageext -I ../xfixes -I ../Xi -I ../mi -I ../miext/sync
-I ../miext/shadow -I ../miext/damage -I ../render -I ../randr -I ../fb -I
../dbe -I ../present -V -Qy -s --32 -o .libs/resource.o resource.s

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]