[Bug ld/21703] The first symbol definition is overwritten by second definition when --allow-multiple-definition is provieded

2020-06-07 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=21703 --- Comment #15 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by H.J. Lu : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=597344c9a4a110b662ed04fe115e6f887b42d366 commit

[Bug ld/21703] The first symbol definition is overwritten by second definition when --allow-multiple-definition is provieded

2019-05-29 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=21703 --- Comment #14 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Alan Modra : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=1336939d3cd4cb02670c48ef065bafdf0fdae300 commit

[Bug ld/21703] The first symbol definition is overwritten by second definition when --allow-multiple-definition is provieded

2018-04-10 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=21703 --- Comment #13 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Alan Modra : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=18e404c4e2eb15443cc6dda93cbd38bdfeb17667 commit

[Bug ld/21703] The first symbol definition is overwritten by second definition when --allow-multiple-definition is provieded

2018-03-31 Thread jeremip11 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21703 Jeremi changed: What|Removed |Added CC||jeremip11 at gmail dot com -- You are

[Bug ld/21703] The first symbol definition is overwritten by second definition when --allow-multiple-definition is provieded

2018-02-02 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=21703 --- Comment #12 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Maciej W. Rozycki : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=e54d3c943bb3999aeaf1667b4975dc035f7b554c

[Bug ld/21703] The first symbol definition is overwritten by second definition when --allow-multiple-definition is provieded

2018-01-29 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=21703 --- Comment #11 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Maciej W. Rozycki : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=822520337789f93b528fe0babc7dcfb03bb50fcd

[Bug ld/21703] The first symbol definition is overwritten by second definition when --allow-multiple-definition is provieded

2017-10-24 Thread renlin.li at arm dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21703 Renlin Li changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug ld/21703] The first symbol definition is overwritten by second definition when --allow-multiple-definition is provieded

2017-10-24 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=21703 --- Comment #9 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Renlin Li : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=93f4de3929aeb3e21d57950bfa96539599a92f2a commit

[Bug ld/21703] The first symbol definition is overwritten by second definition when --allow-multiple-definition is provieded

2017-07-05 Thread renlin.li at arm dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21703 --- Comment #8 from Renlin Li --- (In reply to Alan Modra from comment #7) > I had a quick look at your example (typo on foo_arm.c command line, you > don't want -mthumb there!), and while I don't know the arm backend that > well, I think the

[Bug ld/21703] The first symbol definition is overwritten by second definition when --allow-multiple-definition is provieded

2017-07-04 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21703 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug ld/21703] The first symbol definition is overwritten by second definition when --allow-multiple-definition is provieded

2017-07-04 Thread renlin.li at arm dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21703 --- Comment #6 from Renlin Li --- I create a test case to show the bug. arm-none-eabi-gcc main_arm.c -O2 -march=armv7-a -mfloat-abi=softfp -specs=aprofile-validation.specs -c -o main_arm.o arm-none-eabi-gcc -O2 -mthumb -march=armv7-a

[Bug ld/21703] The first symbol definition is overwritten by second definition when --allow-multiple-definition is provieded

2017-07-04 Thread renlin.li at arm dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21703 --- Comment #5 from Renlin Li --- Created attachment 10244 --> https://sourceware.org/bugzilla/attachment.cgi?id=10244=edit main_arm.c -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/21703] The first symbol definition is overwritten by second definition when --allow-multiple-definition is provieded

2017-07-04 Thread renlin.li at arm dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21703 --- Comment #4 from Renlin Li --- Created attachment 10243 --> https://sourceware.org/bugzilla/attachment.cgi?id=10243=edit foo_thumb.c -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/21703] The first symbol definition is overwritten by second definition when --allow-multiple-definition is provieded

2017-07-04 Thread renlin.li at arm dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21703 --- Comment #3 from Renlin Li --- Created attachment 10242 --> https://sourceware.org/bugzilla/attachment.cgi?id=10242=edit foo_arm.c -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/21703] The first symbol definition is overwritten by second definition when --allow-multiple-definition is provieded

2017-07-04 Thread renlin.li at arm dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21703 --- Comment #2 from Renlin Li --- (In reply to Alan Modra from comment #1) > When you say "the first definition is from the library", I assume you're > talking about a shared library. If so, a later definition for the same > symbol in a

[Bug ld/21703] The first symbol definition is overwritten by second definition when --allow-multiple-definition is provieded

2017-07-03 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21703 --- Comment #1 from Alan Modra --- When you say "the first definition is from the library", I assume you're talking about a shared library. If so, a later definition for the same symbol in a regular object file should replace the shared

[Bug ld/21703] The first symbol definition is overwritten by second definition when --allow-multiple-definition is provieded

2017-07-03 Thread renlin.li at arm dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21703 Renlin Li changed: What|Removed |Added Target||arm-none-eabi CC|