bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/28888] aarch64: adrp with plain . operand mis-assembled


From: cvs-commit at gcc dot gnu.org
Subject: [Bug gas/28888] aarch64: adrp with plain . operand mis-assembled
Date: Wed, 18 May 2022 15:56:01 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=28888

--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
The master branch has been updated by Jan Beulich <jbeulich@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=04dfe7aa52171d110db813bce67c0eea5f4b18cd

commit 04dfe7aa52171d110db813bce67c0eea5f4b18cd
Author: Jan Beulich <jbeulich@suse.com>
Date:   Wed May 18 17:55:55 2022 +0200

    Arm64: follow-on to PR gas/27217 fix

    PR gas/27217

    Prior to trying to address PR gas/28888 I noticed anomalies in how
    certain insns would / wouldn't be affected in similar ways.

    Commit eac4eb8ecb26 ("Fix a problem assembling AArch64 sources when a
    relocation is generated against a symbol that has a defined value") had
    two copy-and-paste mistakes, passing the wrong type to
    aarch64_force_reloc().

    It further failed to add placeholder relocation types to that function's
    block of case labels leading to a return of 1. While not of interest for
    aarch64_force_relocation() (these placeholders are resolved right in
    parse_operands()), calls to aarch64_force_reloc() happen before that
    resolution would take place.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]