--- Additional Comments From bonzini at gnu dot org 2009-01-28 14:07
---
> * elfcpp/elfcpp_swap.h included Linux-only and
>
> on Solaris 2, one can use instead which either defines
> _BIG_ENDIAN or _LITTLE_ENDIAN
Autoconf macros can also be used for portability.
> * gold/output
The simple linker script:
"EXTERN (bah)"
causes the linker to fail with:
"syntax error"
The problem appears to be with the string "bah" specifically.
This is a regression from 2.15 and is present on the latest svn snapshot
--
Summary: Simple linker script casues spurious error messa
I tried building a binary for the avr platform with WinAVR-20081205 under Wine.
I reproducibly got a crash:
...
wine: Unhandled page fault on read access to 0x656c6966 at address 0xb7d0d38b
(thread 003c), starting debugger...
...
5 0x7ed3d0d3 MSVCRT_fprintf+0x31(file=0x7ed640a0, format=":%s")
[/
--- Additional Comments From amodra at bigpond dot net dot au 2009-01-29
04:16 ---
Not a bug. bah is a hex number. Add quotes around it, ie. EXTERN ( "bah" )
--
What|Removed |Added
---
--
What|Removed |Added
AssignedTo|unassigned at sources dot |amodra at bigpond dot net
|redhat dot com |dot au
Status|NEW