bug-binutils
[Top][All Lists]
Advanced

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

[Bug gas/31627] New: [RISC-V] Missing range check for locally resolved r


From: address@hidden
Subject: [Bug gas/31627] New: [RISC-V] Missing range check for locally resolved relocations
Date: Wed, 10 Apr 2024 14:23:24 +0000

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

            Bug ID: 31627
           Summary: [RISC-V] Missing range check for locally resolved
                    relocations
           Product: binutils
           Version: 2.42
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gas
          Assignee: unassigned at sourceware dot org
          Reporter: schwab@linux-m68k.org
  Target Milestone: ---
            Target: riscv*-*-*

$ echo 'f: j 1f; .space 0x200000; 1: ret' | as -mno-relax -; objdump -dr

a.out:     file format elf64-littleriscv


Disassembly of section .text:

0000000000000000 <f>:
       0:       0040006f                j       4 <f+0x4>
        ...
  200004:       00008067                ret

-- 
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]