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:
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
>
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
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
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
https://sourceware.org/bugzilla/show_bug.cgi?id=15896
Nick Clifton changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
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