--
Summary: aaa
Product: binutils
Version: 2.19
Status: NEW
Severity: normal
Priority: P2
Component: admin
AssignedTo: unassigned at sources dot redhat dot com
ReportedBy: vikas dot send at gmai
--- Additional Comments From vikas dot send at gmail dot com 2010-06-18
12:40 ---
Created an attachment (id=4846)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=4846&action=view)
bbb
c
--
http://sourceware.org/bugzilla/show_bug.cgi?id=11716
--- You are recei
I'm try build modules for eina:
arm-as eina_chained_mempool.s -o chain.o
arm-ld chain.o --eh-frame-hdr -shared -dynamic-linker /lib/ld-linux.so.3 -X -m
armelf_linux_eabi -o
./shared/build/eina/src/modules/mp/chained_pool/.libs/eina_chained_mempool.so
/usr/lib/crti.o /usr/lib/gcc/arm-linux-gnueabi
--- Additional Comments From kursh at ispras dot ru 2010-06-18 13:44
---
Created an attachment (id=4847)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=4847&action=view)
testcase in archive
--
http://sourceware.org/bugzilla/show_bug.cgi?id=11718
--- You are receiving th
The patch described here (all the way from 2006) introduces a subtle error when
the host is cygwin and there is an error while assembling the file:
http://sourceware.org/ml/binutils/2006-02/msg00098.html
Prior to this change, the output file would first be closed and then second it
would be unlin
--- Additional Comments From sterling at tensilica dot com 2010-06-18
23:51 ---
Here is my proposed patch. It just moves unlinking the file to the same function
that closes it. This delays unlinking until very very late, but I can't see why
that would be an issue.
Index: as.c
==