Re: Possibly a typo in function prototype

2014-05-06 Thread Ian Lance Taylor
pbo writes: > Confidentiality Notice: The information contained in this e-mail and > any accompanying attachment(s) is intended only for the use of the > intended recipient and may be confidential and/or privileged of > Neusoft Corporation, its subsidiaries and/or its affiliates. If any > reader

[Bug gold/16900] [PATCH] when linked with gold, NetBSD ld.elf_so crashes due to missing .plt.got entry

2014-05-06 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=16900 --- Comment #3 from cvs-commit at gcc dot gnu.org --- This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gdb and binutils". The branch,

[Bug gold/16900] [PATCH] when linked with gold, NetBSD ld.elf_so crashes due to missing .plt.got entry

2014-05-06 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16900 Cary Coutant changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug gold/16900] [PATCH] when linked with gold, NetBSD ld.elf_so crashes due to missing .plt.got entry

2014-05-06 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=16900 --- Comment #2 from cvs-commit at gcc dot gnu.org --- This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gdb and binutils". The branch,

[Bug gold/16900] [PATCH] when linked with gold, NetBSD ld.elf_so crashes due to missing .plt.got entry

2014-05-06 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16900 Cary Coutant changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|ian at air

[Bug gas/16908] #line directives are ignored inside macros

2014-05-06 Thread cmetcalf at tilera dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16908 --- Comment #1 from Chris Metcalf --- The problem is that gas is paying attention to .linefile directives when it is expanding the macro, and ignoring them when it is defining the macro. It should be the other way around. To really fix the p