------- Additional Comments From hjl at lucon dot org  2007-09-15 20:37 -------
(In reply to comment #0)
> I compile a cross compiler --host=x86_64-redhat-linux-gnu
> --target=x86_64-pc-mingw32,
> Then use this cross compiler to compile a native binutils and gcc,
> Then I run the native x86_64-pc-mingw32-g++.exe which call native
> as.exe under winxp x64.
> 
> It produce such error :
>
> C:/DOCUME~1/drangon/LOCALS~1/Temp/ccMHaaaa.s
> C:/DOCUME~1/drangon/LOCALS~1/Temp/ccMHaaaa.s: Assembler messages:
> C:/DOCUME~1/drangon/LOCALS~1/Temp/ccMHaaaa.s:2: Internal error!
> Assertion failure in obj_coff_endef at
> ../../binutils/gas/config/obj-coff.c line 780.
> Please report this bug.

Please provide an assembly code to reproduce the problem. You can use
"gcc -S" to generate the .s file.


> C:/DOCUME~1/drangon/LOCALS~1/Temp/ccQLaaaa.s
> C:/DOCUME~1/drangon/LOCALS~1/Temp/ccQLaaaa.s: Assembler messages:
> C:/DOCUME~1/drangon/LOCALS~1/Temp/ccQLaaaa.s:107: Error: unknown
> pseudo-op: `.hidden'

I don't think .hidden works work on Windows. Why does your gcc generate
it?


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hjl at lucon dot org
             Status|NEW                         |WAITING


http://sourceware.org/bugzilla/show_bug.cgi?id=5035

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to