[Bug binutils/6615] New: typo in binutils.pot (forwarded from TP)

2008-06-10 Thread lidaobing at gmail dot com
we recieved a bug report about typo in binutils.pot (https://sourceforge.net/tracker/index.php?func=detail&aid=1413658&group_id=40033&atid=426818) (the third part is invalid, so I does not paste it) 1. po:137 reference: ⑤ dlltool.c:2910 flag: ② c-format Original: ⌘0 Error, duplicate EXPORT with o

HP-UX gas/gcc: unknown pseudo-op: .subspa

2008-06-10 Thread Harald Koenig
Hi, I'm trying to build gcc-4.3.1 on HP-UX 11.11 using binutils-18 (tried versions 13 to 15 before) but I always get errors like this /var/tmp//cceCyyda.s: Assembler messages: /var/tmp//cceCyyda.s:3: Error: unknown pseudo-op: `.subspa' /var/tmp//cceCyyda.s:4: Error: unknown pseudo-op: `.subspa'

[Bug gold/6617] New: Implicit shared library dependencies are not handled correctly

2008-06-10 Thread kris dot van dot hees at oracle dot com
Gold does not seem to handle implicit shared library dependencies. The following test case fails: bar.c: -- int bar() { return 0; } foo.c: -- extern int bar(); int foo() { return bar(); } app.c: -- extern int foo(); extern int bar(); int main(int argc, char *argv[]) {

[Bug gold/6617] Implicit shared library dependencies are not handled correctly

2008-06-10 Thread ian at airs dot com
--- Additional Comments From ian at airs dot com 2008-06-10 19:28 --- This is intentional. In order to implement this correctly, it's necessary for the linker to exactly emulate the dynamic linker. This is rather complicated on GNU/Linux; look at code like gld${EMULATION_NAME}_try_neede