[Bug binutils/5037] strip shrinks PT_GNU_RELRO on PIE objects

2007-09-16 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-09-16 07:13 --- (In reply to comment #6) > after applying binutils-tls-relro-14.patch to HEAD, strip did not break > PT_GNU_RELRO header (memsize == filesize) But it still increases memsize/filesize by 8. I will look into it. --

[Bug binutils/5037] strip shrinks PT_GNU_RELRO on PIE objects

2007-09-16 Thread vapier at gentoo dot org
--- Additional Comments From vapier at gentoo dot org 2007-09-16 07:02 --- after applying binutils-tls-relro-14.patch to HEAD, strip did not break PT_GNU_RELRO header (memsize == filesize) -- http://sourceware.org/bugzilla/show_bug.cgi?id=5037 --- You are receiving this mail bec

[Bug gas/5035] x86_64-pc-mingw32-as.exe failed to work

2007-09-16 Thread drangon dot mail at gmail dot com
--- Additional Comments From drangon dot mail at gmail dot com 2007-09-16 06:47 --- the testcase t1.c t2.s t2.cpp t2.s has upload as attachment /c/tools/target.old/bin/as.exe is the native x86_64-pc-mingw32 execute file compile from CVS head by cross compiler. /c/tools/target/bin/as.exe

[Bug gas/5035] x86_64-pc-mingw32-as.exe failed to work

2007-09-16 Thread drangon dot mail at gmail dot com
--- Additional Comments From drangon dot mail at gmail dot com 2007-09-16 08:31 --- Created an attachment (id=2009) --> (http://sourceware.org/bugzilla/attachment.cgi?id=2009&action=view) asm code by cross compiler under linux, x86_64-pc-mingw32-g++.exe -S -- http://sourceware.org/

[Bug gas/5035] x86_64-pc-mingw32-as.exe failed to work

2007-09-16 Thread drangon dot mail at gmail dot com
-- What|Removed |Added Attachment #2009|asm code by cross compiler |asm code by cross compiler description|under linux, x86_64-pc- |under linux, x86_64-pc-

[Bug gas/5035] x86_64-pc-mingw32-as.exe failed to work

2007-09-16 Thread drangon dot mail at gmail dot com
--- Additional Comments From drangon dot mail at gmail dot com 2007-09-16 08:37 --- the same t2.cpp, if compiled by the cross compiler, doesn't has the ".hidden" section. see cross-t2.s , it seems cross g++ has some difference with native g++ for x86_64-pc-mingw32 target. cross-t2.s was

[Bug gas/5038] New: Error: Unrecognized token 'mod'

2007-09-16 Thread rask at sygehus dot dk
The following is rejected by gas (GNU assembler (GNU Binutils) 2.18.50.20070916): .intel_syntax call mod -- Summary: Error: Unrecognized token 'mod' Product: binutils Version: 2.19 (HEAD) Status: NEW Severity: normal Priority: P2

[Bug gas/5039] New: Error: Unexpected token `['

2007-09-16 Thread rask at sygehus dot dk
The following is rejected by gas (GNU assembler (GNU Binutils) 2.18.50.20070916): .intel_syntax noprefix mov BYTE PTR gs+12[rip], 0 This is accepted as expected: mov BYTE PTR hs+12[rip], 0 -- Summary: Error: Unexpected token `[' Product: binutils Version: 2.19

[Bug binutils/5037] strip shrinks PT_GNU_RELRO on PIE objects

2007-09-16 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-09-16 19:56 --- A patch is posted at http://sourceware.org/ml/binutils/2007-09/msg00208.html -- http://sourceware.org/bugzilla/show_bug.cgi?id=5037 --- You are receiving this mail because: --- You are on the CC list for

[Bug gas/5038] Error: Unrecognized token 'mod'

2007-09-16 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-09-16 20:04 --- mod is a special token for % in Intel mode, similar to AND, OR, XOR, NOT, -- What|Removed |Added

[Bug gas/5039] Error: Unexpected token `['

2007-09-16 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-09-16 20:06 --- gs is a special token for gs register, similar to rax. -- What|Removed |Added Status|NEW

[Bug gas/5035] x86_64-pc-mingw32-as.exe failed to work

2007-09-16 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-09-16 22:14 --- A patch is posted at http://sourceware.org/ml/binutils/2007-09/msg00209.html -- http://sourceware.org/bugzilla/show_bug.cgi?id=5035 --- You are receiving this mail because: --- You are on the CC list for

[Bug gas/5035] x86_64-pc-mingw32-as.exe failed to work

2007-09-16 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-09-16 22:15 --- (In reply to comment #6) > > [EMAIL PROTECTED] /c/temp/tmingw > $ /c/tools/target/bin/as.exe t2.s -o t2.o > t2.s: Assembler messages: > t2.s:67: Error: unknown pseudo-op: `.hidden' > > > "../../src/ga