[Bug ld/16082] New: [hppa] LD generates invalid version information for _GLOBAL_OFFSET_TABLE_ with --as-needed

2013-10-24 Thread gmsoft at tuxicoman dot be
https://sourceware.org/bugzilla/show_bug.cgi?id=16082

Bug ID: 16082
   Summary: [hppa] LD generates invalid version information for
_GLOBAL_OFFSET_TABLE_ with --as-needed
   Product: binutils
   Version: unspecified
   URL: https://bugs.gentoo.org/show_bug.cgi?id=466924
Status: NEW
  Severity: normal
  Priority: P2
 Component: ld
  Assignee: unassigned at sourceware dot org
  Reporter: gmsoft at tuxicoman dot be
  Host: hppa

Original bug is here :
https://bugs.gentoo.org/show_bug.cgi?id=466924

Example of invalid .gnu.version section (notice the 3fd0) :

Version symbols section '.gnu.version' contains 12 entries:
 Addr: 0001034c  Offset: 0x00034c  Link: 5 (.dynsym)
  000:   0 (*local*)   0 (*local*)   0 (*local*)   0 (*local*)
  004:   2 (GLIBC_2.2) 1 (*global*)  1 (*global*)  1 (*global*)   
  008:   1 (*global*)  1 (*global*)  1 (*global*)   3fd0

The patch doesn't create any regression wrt to check-ld.

-- 
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 binutils/15994] Different source code locations using the same addresses

2013-10-24 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=15994

Nick Clifton  changed:

   What|Removed |Added

 Status|WAITING |RESOLVED
 Resolution|--- |FIXED

--- Comment #11 from Nick Clifton  ---
Patch committed.

-- 
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 binutils/16083] New: objdump provide wrond disassemble for mulsd instruction.

2013-10-24 Thread yulyugin at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16083

Bug ID: 16083
   Summary: objdump provide wrond disassemble for mulsd
instruction.
   Product: binutils
   Version: 2.23
Status: NEW
  Severity: normal
  Priority: P2
 Component: binutils
  Assignee: unassigned at sourceware dot org
  Reporter: yulyugin at gmail dot com

Created attachment 7254
  --> https://sourceware.org/bugzilla/attachment.cgi?id=7254&action=edit
mulsd

objdump provide wrond disassemble for mulsd instruction.

opcode 0xf2, 0x66, 0x0f, 0x59, 0xff represent the mulsd %%xmm7, %%xmm7
instruction but objdump detect it as

f2  data16
66 0f 59 ff mulpd  %xmm7,%xmm7

Attached file shows that this opcode corresponds to mulsd instruction in the
real hardware.

> gcc -m64 -O0 -Wall mulsd.c
> ./a.out
4.00 2.00

> objdump -v
GNU objdump (GNU Binutils) 2.23.2

-- 
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