On Mon, Apr 28, 2008 at 09:20:45PM +0200, Németh Márton wrote:
> Hi,
>
> I crated a localization of binutils to Hungarian two years ago. Now I found
> this file again, and I send it, I hope it will be useful for someone. The
> localization was made for version 2.16.1.
If you send this to the GNU
Hi,
I was not able to enter new bug in
http://sourceware.org/bugzilla/enter_bug.cgi?product=binutils
Version: 2.16
Component: binutils
Priority: P2
Severity: enhancement
Assigned to: (left blank)
Summary: filled
Description: filled
The error message was:
Invalid Username
> The
Hi,
I searched for bugs:
http://sourceware.org/bugzilla/buglist.cgi?query_format=&short_desc_type=allwordssubstr&short_desc=pow+486sx&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&gcchost_type=allwordssubstr&gcchost=&gcctarget_type=allwordssubstr&gcctarget=&gc
Hi aric81,
When i compile Newton SDK on a 64 bit machine with the
-m32 option and the GNUTARGET=i386 variable, it says to me:
/usr/bin/ld: BFD (GNU Binutils for Ubuntu) 2.18.0.20080103 internal error,
aborting at ../../bfd/bfd.c line 1607 in bfd_emul_get_maxpagesize
Would it be possible for y
Hi Guys,
There are so many
#ifndef O_BINARY
#ifdef _O_BINARY
#define O_BINARY _O_BINARY
#define setmode _setmode
#else
#define O_BINARY 0
#endif
#endif
in binutils sources. It should go into sysdep.h.
H.J. is right, so I have applied the attached patch to fix the PR and
move the definition