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