https://sourceware.org/bugzilla/show_bug.cgi?id=15835
--- Comment #10 from Richard PALO ---
I did try two things in addition...
First, and again with the existing libxul.so:
>$ gobjdump -T /opt/local/lib/thunderbird24/libxul.so
>
>/opt/local/lib/thunderbird24/libxul.so: file format elf32-i38
On Mon, 7 Sep 2015, Nick Clifton wrote:
> > extern char start_of_ROM[], end_of_ROM[], start_of_FLASH[];
> > memcpy (start_of_FLASH, start_of_ROM, end_of_ROM - start_of_ROM);
>
> Actually that *is* a nicer way of writing it.
With two people agreeing, it's almost an objective view. :)
> But, I wrot
https://sourceware.org/bugzilla/show_bug.cgi?id=13521
Cary Coutant changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://sourceware.org/bugzilla/show_bug.cgi?id=18703
Cary Coutant changed:
What|Removed |Added
CC||jrnieder at gmail dot com
--- Comment
https://sourceware.org/bugzilla/show_bug.cgi?id=13521
--- Comment #8 from Cary Coutant ---
> Dynamic linking is OK - but the symtab from gold doesn't have any symbol
> versions even on glibc symbols, so it is a different thing.
>
> I think this bug can be closed, thanks
That's correct -- gold do
https://sourceware.org/bugzilla/show_bug.cgi?id=18930
Cary Coutant changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://sourceware.org/bugzilla/show_bug.cgi?id=18886
--- Comment #4 from cvs-commit at gcc dot gnu.org ---
The master branch has been updated by Cary Coutant :
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=3d4fde6974a1237d79055ee734d99cc49c6fd3f9
commit 3d4fde6974a1237d79055ee734d
https://sourceware.org/bugzilla/show_bug.cgi?id=18930
--- Comment #4 from cvs-commit at gcc dot gnu.org ---
The master branch has been updated by Cary Coutant :
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=3d4fde6974a1237d79055ee734d99cc49c6fd3f9
commit 3d4fde6974a1237d79055ee734d
https://sourceware.org/bugzilla/show_bug.cgi?id=15835
--- Comment #9 from Richard PALO ---
For a very simpistic test, I have an existing thunderbird libxul.so which, with
which the currently installed binutils readelf gives:
>richard@omnis:/tmp/pkgsrc/devel/binutils/work/binutils-2.25.1/binutils$
Hi Hans-Peter,
extern char start_of_ROM, end_of_ROM, start_of_FLASH;
memcpy (& start_of_FLASH, & start_of_ROM, & end_of_ROM - &
start_of_ROM);
While we're at that example, is there a reason why it is
pretending that the symbols are for variables whose address is
then taken (to get the
https://sourceware.org/bugzilla/show_bug.cgi?id=18930
--- Comment #3 from Markus Trippelsdorf ---
Breakpoint 1, gold::Symbol_table::sized_write_symbol<64, false>
(this=0x7fff5f40, sym=0x94c5c0, value=4194928, shndx=9,
binding=elfcpp::STB_GLOBAL, pool=0x7fff6248,
p=0x77fe04f0 "+")
https://sourceware.org/bugzilla/show_bug.cgi?id=18930
--- Comment #2 from Markus Trippelsdorf ---
markus@x4 gold % cat pex-unix.i
pex_unix_exec_child() { vfork(); }
markus@x4 gold % gcc -w -c pex-unix.i
markus@x4 gold % ./ld-new pex-unix.o -lpthread -lc
./ld-new: internal error in sized_write_sym
https://sourceware.org/bugzilla/show_bug.cgi?id=18930
Markus Trippelsdorf changed:
What|Removed |Added
Target|powerpc64le-unknown-linux-g |
|nu
https://sourceware.org/bugzilla/show_bug.cgi?id=18930
Markus Trippelsdorf changed:
What|Removed |Added
Target||powerpc64le-unknown-linux-g
https://sourceware.org/bugzilla/show_bug.cgi?id=18930
Bug ID: 18930
Summary: internal error in sized_write_symbol, at
symtab.cc:3133
Product: binutils
Version: 2.26 (HEAD)
Status: NEW
Severity: normal
15 matches
Mail list logo