[Bug gas/24444] assembling big file with a lot of .loc views takes forever

2019-04-24 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=2 --- Comment #4 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=38c3873e5d53902cf9cc73a4a5a05adf371296a6 commit 38c3873e5d53902cf9cc73a4a5a05

[Bug ld/24458] Linker BFD 2.32 regression: __ehdr_start not useable in shared libraries: "relocation R_X86_64_PC32 against undefined symbol `__ehdr_start' can not be used when making a shared object;

2019-04-24 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24458 H.J. Lu changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug ld/24458] Linker BFD 2.32 regression: __ehdr_start not useable in shared libraries: "relocation R_X86_64_PC32 against undefined symbol `__ehdr_start' can not be used when making a shared object;

2019-04-24 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=24458 --- Comment #5 from cvs-commit at gcc dot gnu.org --- The binutils-2_31-branch branch has been updated by H.J. Lu : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=bca6a14c568bd63080c85a6b05c90996e2bd4a34 commit bca6a14c568bd63080

[Bug ld/24458] Linker BFD 2.32 regression: __ehdr_start not useable in shared libraries: "relocation R_X86_64_PC32 against undefined symbol `__ehdr_start' can not be used when making a shared object;

2019-04-24 Thread Arfrever.FTA at GMail dot Com
https://sourceware.org/bugzilla/show_bug.cgi?id=24458 Arfrever Frehtes Taifersar Arahesis changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug gas/24444] assembling big file with a lot of .loc views takes forever

2019-04-24 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=2 --- Comment #3 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=1903f1385bff910861942743860d8577423bcb6c commit 1903f1385bff910861942743860d8

Re: Namespace problem

2019-04-24 Thread Nick Clifton
Hi Sebastian, > I do OO programming in gnu-as (microchips xc32-as). First off, it should be noted that this is a very, umm, difficult thing to do. Object Oriented programming is generally speaking a high level concept, whereas assembly programming is a very low level activity. > Now I have pro