--- Additional Comments From bunk at stusta dot de 2008-04-04 21:19 ---
Created an attachment (id=2354)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=2354&action=view)
gas/config/tc-xtensa.c:xg_apply_fix_value(): terminate with as_fatal() if
decode_reloc() returns an error
--
gcc 4.3 can't prove that decode_reloc() always succeeds here, and therefore
emits the following warnings that are due to -Werror treated as errors:
<-- snip -->
...
gcc -DHAVE_CONFIG_H -I. -I/TMP/binutils-2.18.50.0.6/gas -I. -I.
-I/TMP/binutils-2.18.50.0.6/gas -I../bfd -I/TMP/binutils-2.18.50.0
--- Additional Comments From jylefort at brutele dot be 2008-04-04 18:17
---
Created an attachment (id=2352)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=2352&action=view)
the fix
--
http://sourceware.org/bugzilla/show_bug.cgi?id=6034
--- You are receiving this mail b
In a compiler I'm working on, the last stage of the compilation consists in
calling objcopy --strip-symbols to remove some auxiliary symbols from the
resulting object file.
In a particular run, I was annoyed to observe that objcopy needed 1m15s to
complete. The size of the object file before strip
--- Additional Comments From schwab at suse dot de 2008-04-04 15:46 ---
usb_busses is a variable, not a function.
--
What|Removed |Added
Status|NEW
after updating from binutils 2.18.50.0.4 to 2.18.50.0.5 (same error is seen with
2.18.50.0.6), libgphoto2 fails to configure
$ cat main.c
char usb_busses();
int main() { return usb_busses(); }
$ gcc main.c -lusb
/usr/lib/gcc/powerpc-unknown-linux-gnu/4.3.0/../../../../powerpc-unknown-linux-gnu/bi
--- Additional Comments From nickc at redhat dot com 2008-04-04 11:46
---
Hi Vincent,
I have now applied the patch along with a fix for the small problem that you
noted.
Cheers
Nick
--
What|Removed |Added
---
--- Additional Comments From nickc at redhat dot com 2008-04-04 11:02
---
Subject: Re: Linker creates dynamic debug symbols in DSO
Hi Jakub,
> --- bfd/elflink.c 2 Mar 2008 22:26:09 - 1.299
> +++ bfd/elflink.c 25 Mar 2008 15:01:19 -
> @@ -4294,7 +4294,7 @@ el
Hi Jakub,
--- bfd/elflink.c 2 Mar 2008 22:26:09 - 1.299
+++ bfd/elflink.c 25 Mar 2008 15:01:19 -
@@ -4294,7 +4294,7 @@ elf_link_add_object_symbols (bfd *abfd,
dynsym = TRUE;
}
- if (definition && (sec->flags & SEC_DEBUGGING))
+
--- Additional Comments From nickc at redhat dot com 2008-04-04 10:56
---
Hi Janis,
It appears that this error is being reported by this 'pytool' program which is
interpreting a linker error message, correct ? In which case this is really a
problem for pytool and not the linker. Pyt
In my case incorrect path was defined and following error appeared:
bin/pytool: symbol lookup error: bin/pytool: undefined symbol: stat64
This may be misleading for end-user.
--
Summary: If GNU linker (ld) cannot find library unclear error
appears
Produ
Hi Danny,
_IMAGE_CE_RUNTIME_FUNCTION_ENTRY formatted data right ? One day someone
might want to write a MIPS version of this function, so we will need a
Looks like you got interrupted while writing this sentence. Not sure
what you mean.
Oops! I meant that in the future there might be other
12 matches
Mail list logo