[Bug ld/14357] New: A message "Creating library file" is printed by ld when --out-implib is specified

2012-07-12 Thread lrn1986 at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14357

 Bug #: 14357
   Summary: A message "Creating library file" is printed by ld
when --out-implib is specified
   Product: binutils
   Version: 2.22
Status: NEW
  Severity: minor
  Priority: P3
 Component: ld
AssignedTo: unassig...@sourceware.org
ReportedBy: lrn1...@gmail.com
Classification: Unclassified


Created attachment 6525
  --> http://sourceware.org/bugzilla/attachment.cgi?id=6525
Only print "Creating library file: ..." in verbose mode

This message is displayed always, whether --verbose was specified or not.
It cuts through anything the buildsystem (tested with automake "silent rules"
and SCons "quiet" mode) does to trim the tools' output. There's no way to stop
it.

Note that similar line in dlltool only gets shown in verbose mode.

-- 
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 gold/14356] -z max-page-size doesn't change PT_LOAD's p_align

2012-07-12 Thread mh-sourceware at glandium dot org
http://sourceware.org/bugzilla/show_bug.cgi?id=14356

--- Comment #1 from Mike Hommey  2012-07-12 
07:59:25 UTC ---
It also looks like -z max-page-size doesn't work properly when targetting arm:

  LOAD   0x00 0x 0x 0x538cc 0x538cc R E 0x1000
  LOAD   0x054000 0x00054000 0x00054000 0x019dc 0x01d54 RW  0x1000

(built with -Wl,-z,max-page-size=0x8000)

Same library built with bfd ld, with the same flags:

  LOAD   0x00 0x 0x 0x5354c 0x5354c R E 0x8000
  LOAD   0x054000 0x0005c000 0x0005c000 0x01994 0x01d0c RW  0x8000

I'd expect a similar gap between the two PT_LOADs with gold.

-- 
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 binutils/14352] grep -P dumps when using large regex, version 2.5.1

2012-07-12 Thread robert.klima at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14352

--- Comment #1 from Robert Klima  2012-07-12 
07:46:56 UTC ---
It even happens here:

klr@vwglnx02:~> ( echo 'if ( GetProfileStr( "GLOBAL", "HW", ins, iVar->hw,
sizeof( iVar->hw ) - 1,'; echo '   pcx->iniFile )) x=2;  /* return
value not used */' ) | grep -P
'(?s)if\s*[(][^()]*([^()]*[(][^()]*([^()]*[(][^()]*(?#innerpart)[^()]*[)][^()]*)*[^()]*[)][^()]*)*[^()]*[)];'
Aborted (core dumped)

Robert Klima, Dev. Manager, UC4 Software Inc.

-- 
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 gold/14356] New: -z max-page-size doesn't change PT_LOAD's p_align

2012-07-12 Thread mh-sourceware at glandium dot org
http://sourceware.org/bugzilla/show_bug.cgi?id=14356

 Bug #: 14356
   Summary: -z max-page-size doesn't change PT_LOAD's p_align
   Product: binutils
   Version: 2.22
Status: NEW
  Severity: normal
  Priority: P2
 Component: gold
AssignedTo: i...@airs.com
ReportedBy: mh-sourcew...@glandium.org
CC: ccout...@google.com
Classification: Unclassified


When linking with -z max-page-size, the resulting binaries have all their
PT_LOADs with the original default align value, which is 0x1000. BFD ld does
change PT_LOAD p_aligns when using -z max-page-size.

-- 
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 binutils/14355] New: crash in OP_VEX

2012-07-12 Thread wbrana at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14355

 Bug #: 14355
   Summary: crash in OP_VEX
   Product: binutils
   Version: 2.22
Status: NEW
  Severity: normal
  Priority: P2
 Component: binutils
AssignedTo: unassig...@sourceware.org
ReportedBy: wbr...@gmail.com
Classification: Unclassified


Created attachment 6524
  --> http://sourceware.org/bugzilla/attachment.cgi?id=6524
binary

objdump -CD ./binary

Program received signal SIGABRT, Aborted.
0x037d44a03405 in raise () from /lib64/libc.so.6
(gdb) bt
#0  0x037d44a03405 in raise () from /lib64/libc.so.6
#1  0x037d44a0469f in abort () from /lib64/libc.so.6
#2  0x037d450aa60e in OP_VEX () from
/usr/lib64/binutils/x86_64-pc-linux-gnu/2.22/libopcodes-2.22.so
#3  0x037d450aff86 in print_insn () from
/usr/lib64/binutils/x86_64-pc-linux-gnu/2.22/libopcodes-2.22.so
#4  0x004ccdaa0399 in ?? ()
#5  0x037d44da0536 in bfd_map_over_sections () from
/usr/lib64/binutils/x86_64-pc-linux-gnu/2.22/libbfd-2.22.so
#6  0x004ccda9af62 in ?? ()
#7  0x004ccda9e69a in ?? ()
#8  0x004ccda9eb58 in ?? ()
#9  0x004ccda9ece8 in ?? ()
#10 0x004ccda9f559 in main ()

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