[Bug ld/13909] PR ld/12570 causes eh_frame_hdr section to be sometimes too large

2012-05-14 Thread hjl.tools at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13909

H.J. Lu  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

--- Comment #5 from H.J. Lu  2012-05-14 13:57:18 
UTC ---
Fixes aren't in trunk yet.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/14066] nopw istruction return signal 4 - Illegal instruction- on cpu VIA Nehemiah

2012-05-14 Thread i at corradoroberto dot it
http://sourceware.org/bugzilla/show_bug.cgi?id=14066

--- Comment #6 from Roberto Corrado  2012-05-14 
19:35:59 UTC ---
(In reply to comment #5)
> Which version of binutils? 

root@gatto:/tmp# as -V
GNU assembler version 2.22.52.0.1 (i486-slackware-linux) using BFD version
(Linux/GNU Binutils) 2.22.52.0.1.20120131

> What is the command line passed to assembler?

CC= gcc
CFLAG= -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-march=i486 -mtune=i686 -Wall
AS=$(CC) -c
ASFLAG=$(CFLAG)
PROCESSOR=.

Configuring for linux-elf
Configuring for linux-elf
no-camellia [default]  OPENSSL_NO_CAMELLIA (skip dir)
no-capieng  [default]  OPENSSL_NO_CAPIENG (skip dir)
no-cms  [default]  OPENSSL_NO_CMS (skip dir)
no-gmp  [default]  OPENSSL_NO_GMP (skip dir)
no-idea [option]   OPENSSL_NO_IDEA (skip dir)
no-jpake[experimental] OPENSSL_NO_JPAKE (skip dir)
no-krb5 [krb5-flavor not specified] OPENSSL_NO_KRB5
no-mdc2 [default]  OPENSSL_NO_MDC2 (skip dir)
no-montasm  [default]
no-rc5  [option]   OPENSSL_NO_RC5 (skip dir)
no-rfc3779  [default]  OPENSSL_NO_RFC3779 (skip dir)
no-seed [default]  OPENSSL_NO_SEED (skip dir)
no-sse2 [option]
no-zlib [default]
no-zlib-dynamic [default]
IsMK1MF=0
CC=gcc
CFLAG =-fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-march=i486 -mtune=i686 -Wall -DOPENSSL_BN_ASM_PART_WORDS -DSHA1_ASM -DMD5_ASM
-DRMD160_ASM -DAES_ASM
EX_LIBS   =-ldl
CPUID_OBJ =x86cpuid-elf.o
BN_ASM=bn86-elf.o co86-elf.o
DES_ENC   =dx86-elf.o yx86-elf.o
AES_ASM_OBJ   =ax86-elf.o
BF_ENC=bx86-elf.o
CAST_ENC  =c_enc.o
RC4_ENC   =rx86-elf.o rc4_skey.o
RC5_ENC   =r586-elf.o
MD5_OBJ_ASM   =mx86-elf.o
SHA1_OBJ_ASM  =sx86-elf.o
RMD160_OBJ_ASM=rm86-elf.o
PROCESSOR =
RANLIB=/usr/bin/ranlib
ARFLAGS   =
PERL  =/usr/bin/perl
THIRTY_TWO_BIT mode
DES_PTR used
DES_RISC1 used
DES_UNROLL used
BN_LLONG mode
RC4_INDEX mode
RC4_CHUNK is undefined
e_os2.h => include/openssl/e_os2.h


However compiles without errors with new version of binutils
root@gatto:/tmp# as -V
GNU assembler version 2.22.52.0.2 (i486-slackware-linux) using BFD version
(Linux/GNU Binutils) 2.22.52.0.2.20120424

Thanks for the support
Roberto Corrado

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils