http://sourceware.org/bugzilla/show_bug.cgi?id=12759

           Summary: rx-elf-ld needs --no-ignore-lma
           Product: binutils
           Version: 2.22 (HEAD)
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: ld
        AssignedTo: unassig...@sources.redhat.com
        ReportedBy: kikair...@gmail.com


Created attachment 5722
  --> http://sourceware.org/bugzilla/attachment.cgi?id=5722
patch for add --ignore-lma and --no-ignore-lma for rx-elf-ld

AAA ignores LMA and overrides it to VMA for Renesas Tools compatibility.
Because of this behavior, generating ROM-file(srec) by objcopy needs extra
option --change-section-lma.
But --change-section-lma requires immediate value for LMA address, but I want
to use symbolized value in linker-script.

So, AAA should change its behavior by command-line option "--ignore-lma" and
"--no-ignore-lma" (or better name).

Attachment for proposal patch.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to