--- Additional Comments From amodra at bigpond dot net dot au 2009-10-29
06:11 ---
ld now gives an error "PHDRS and FILEHDR are not supported when prior PT_LOAD
headers lack them"
--
What|Removed |Added
--- Additional Comments From amodra at bigpond dot net dot au 2009-10-29
05:41 ---
Your asm snippet doesn't assemble. I added a .ent directive, and definitions
for _devname and $LC4, and current mainline then assembles and links OK. Please
correct your testcase.
--
What
--- Additional Comments From ian at airs dot com 2009-10-29 04:20 ---
Cary, can we close this as fixed now?
--
http://sourceware.org/bugzilla/show_bug.cgi?id=10842
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.
--- Additional Comments From ian at airs dot com 2009-10-29 04:20 ---
It would be very helpful if you could pull together a self-contained test case.
Thanks.
--
What|Removed |Added
--
--- Additional Comments From amodra at bigpond dot net dot au 2009-10-29
03:47 ---
Please identify the version of your working binutils. It would be really useful
to know which patch introduced the failure, or failing that, as narrow a date
range as you can manage easily.
--
http://
On Tue, Oct 27, 2009 at 10:59:33PM -0700, Jeffi Edward.J wrote:
> I could see in GNU assembler manual that for HPPA target, the syntax of .set
> directive is
> SYMBOL: .set value # (same as Diab assembly syntax)
I think the manual is lying. HPPA supports a different .equ syntax
"symbol .e
I'm seeing following errors when trying to build qemu:
[snip]
LINK cris-linux-user/qemu-cris
/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../x86_64-pc-linux-gnu/bin/ld:
error: address of section '.tbss' moves backward from 0x6017d080 to 0x6017cee0
LINK arm-linux-user/qemu-arm
/usr/lib/gcc
fuse - http://fuse.sourceforge.net/
[snip]
libtool: link: x86_64-pc-linux-gnu-gcc -shared .libs/fuse.o
.libs/fuse_kern_chan.o .libs/fuse_loop.o .libs/fuse_loop_mt.o
.libs/fuse_lowlevel.o .libs/fuse_mt.o .libs/fuse_opt.o .libs/fuse_session.o
.libs/fuse_signals.o .libs/helper.o .libs/subdir.o .libs
When trying to build sdlmame, build fails during linking because gold linker is
missing `--warn-common` option.
[snip]
Archiving obj/sdl/sdlmame/libosd.a...
Archiving obj/sdl/sdlmame/libsound.a...
Linking testkeys...
Linking romcmp...
/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../x86_64-pc-li
Most PIE binaries generated on MIPS are broken. Here is a small testcase to
demonstrate the problem:
/* compile with cc -pie -fPIE -o fpie fpie.c */
#include
#include
int val0 = 3;
int val1 = 4;
int *vals[2] = {
&val0,
&val1
};
int main(void)
{
printf("val0 is %i\n", *vals[0]);
Hi,
I have a doubt in using GNU assembler.
I have powerpc-eabi cross toolchain with me.
I have to use powerpc-eabi-as assembler on a assembly file which is written
to be compatible with Diab (powerpc cross) assembler.
My GNU assembler issues few errors in assembler directives, since the synt
--- Additional Comments From cconstantine at arxandefense dot com
2009-10-28 11:09 ---
Thanks for the quick clarification.
--
http://sourceware.org/bugzilla/show_bug.cgi?id=10853
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching
--- Additional Comments From amodra at bigpond dot net dot au 2009-10-28
10:08 ---
.
--
What|Removed |Added
Status|ASSIGNED|RESOLVED
--- Additional Comments From doko at debian dot org 2009-10-28 10:03
---
checked that the sha test passes, when sha.o is built with this patch.
--
http://sourceware.org/bugzilla/show_bug.cgi?id=10856
--- You are receiving this mail because: ---
You are on the CC list for th
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-10-28
08:24 ---
Subject: Bug 10856
CVSROOT:/cvs/src
Module name:src
Branch: binutils-2_20-branch
Changes by: amo...@sourceware.org 2009-10-28 08:23:49
Modified files:
gas:
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-10-28
08:21 ---
Subject: Bug 10856
CVSROOT:/cvs/src
Module name:src
Changes by: amo...@sourceware.org 2009-10-28 08:21:45
Modified files:
gas: ChangeLog expr.c
gas/testsui
16 matches
Mail list logo