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
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'
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[]) {
--- 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