bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/31247] New: Conflicts between default linker options and emulati


From: hjl.tools at gmail dot com
Subject: [Bug ld/31247] New: Conflicts between default linker options and emulation options
Date: Mon, 15 Jan 2024 23:20:32 +0000

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

            Bug ID: 31247
           Summary: Conflicts between default linker options and emulation
                    options
           Product: binutils
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: ld
          Assignee: unassigned at sourceware dot org
          Reporter: hjl.tools at gmail dot com
  Target Milestone: ---

There are

emulparams/elf32mcore.sh:#define OPTION_BASE_FILE     300
emulparams/elf32mcore.sh:  {"base-file", required_argument, NULL,
OPTION_BASE_FILE},
emulparams/elf32mcore.sh:    case OPTION_BASE_FILE:
emulparams/plt_unwind.sh:#define OPTION_LD_GENERATED_UNWIND_INFO  301
emulparams/plt_unwind.sh:#define OPTION_NO_LD_GENERATED_UNWIND_INFO 302
emulparams/plt_unwind.sh:   OPTION_LD_GENERATED_UNWIND_INFO},
emulparams/plt_unwind.sh:   OPTION_NO_LD_GENERATED_UNWIND_INFO},
emulparams/plt_unwind.sh:    case OPTION_LD_GENERATED_UNWIND_INFO:
emulparams/plt_unwind.sh:    case OPTION_NO_LD_GENERATED_UNWIND_INFO:

But 300, 301 and 302 may be used by default linker options.

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