--- 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.
--
--- 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
--- 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
--- 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/
--
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-
--- 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
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
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
--- 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
--- 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
--- 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
--- 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
--- 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
13 matches
Mail list logo