[Bug ld/15904] New: ia64, ELF, 'Can't relax br (PCREL21B)' error message on --no-keep-memory

2013-08-28 Thread i...@fs-driver.org
http://sourceware.org/bugzilla/show_bug.cgi?id=15904 Bug ID: 15904 Summary: ia64, ELF, 'Can't relax br (PCREL21B)' error message on --no-keep-memory Product: binutils Version: 2.23 Status: NEW Severity:

Re: trying to understand the -init/-fini options

2013-08-28 Thread Shankar Kalpathi Easwaran
Thanks Mike. Mike Frysinger wrote: > > bug-binutils@ is for bugzilla e-mail only. please use binutils@ for > questions. > -mike > > > ___ > bug-binutils mailing list > bug-binutils@gnu.org > https://lists.gnu.org/mailman/listinfo/bug-binutils >

Re: trying to understand the -init/-fini options

2013-08-28 Thread Mike Frysinger
bug-binutils@ is for bugzilla e-mail only. please use binutils@ for questions. -mike signature.asc Description: This is a digitally signed message part. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binu

trying to understand the -init/-fini options

2013-08-28 Thread Shankar Kalpathi Easwaran
I am trying to understand the effect of the -init/-fini command line options. I was thinking that these options create an .init section/.fini section and call the functions specified in the command line when the binary is initialized / atexit time. Below is an example that I am working with :- 1

Re: aarch64_logical_immediate_p

2013-08-28 Thread nick clifton
Hi D.Sturm, I don't understand how the following code in aarch64_logical_immediate_p works: if (is32) { /* Allow all zeros or all ones in top 32-bits, so that constant expressions like ~1 are permitted. */ if (value >> 32 != 0 && value >> 32 != 0x) return 0x

[Bug ld/15896] Mb -> MB change in documentation

2013-08-28 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=15896 Nick Clifton changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug ld/15896] Mb -> MB change in documentation

2013-08-28 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=15896 --- Comment #1 from cvs-commit at gcc dot gnu.org --- CVSROOT:/cvs/src Module name:src Changes by:ni...@sourceware.org2013-08-28 09:17:35 Modified files: ld : ChangeLog ld.texinfo Log message: PR ld/15896