[Bug gold/11805] New: prelink is incompatible

2010-07-11 Thread jan dot kratochvil at redhat dot com
echo 'main(){}'|gcc -o 1 -x c -; prelink -N 1 works with BFD ld but with gold: prelink: .../1: DT_JMPREL tag not adjacent to DT_RELA relocations 2010-07-11 GIT 724361de2c4b9354cbccc6cde03082b2d2663179 = GNU gold (GNU Binutils 2.20.51.20100711) 1.9 or: binutils-2.20.51.0.2-20.fc13.x86_64 both teste

[Bug gold/11805] prelink is incompatible

2010-07-11 Thread mjw at redhat dot com
-- What|Removed |Added CC||mjw at redhat dot com http://sourceware.org/bugzilla/show_bug.cgi?id=11805 --- You are receiving this mai

[Bug gas/11802] DWARF .debug_line entry has incorrect address if directives used for code

2010-07-11 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2010-07-12 02:35 --- If you use .byte/.short/..., gas assumes they are readonly data and won't generate DWARF debug info. It is done on purpose. For good or bad, some people put readonly data in .text section. -- W

[Bug gas/11732] internal error on invalid code && -msyntax=intel

2010-07-11 Thread hjl dot tools at gmail dot com
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2010-06-22 07:44 --- Subject: Bug 11732 CVSROOT:/cvs/src Module name:src Changes by: jbeul...@sourceware.org 2010-06-22 07:43:41 Modified files: gas: ChangeLog expr.c expr.h gas/

[Bug gas/11806] New: FAIL: i386 intelbad with -O0

2010-07-11 Thread hjl dot tools at gmail dot com
When compiling binutils with -O0 on Linux/x86-64, I got line "/export/gnu/import/git/binutils/gas/testsuite/gas/i386/intelbad.s:159: Error: invalid use of pseudo-register" FAIL: i386 intelbad It passes with -O2 is used. -- Summary: FAIL: i386 intelbad with -O0 Product: b