Skip to content

[M68k] implement large code model #106208

@TechnoElf

Description

@TechnoElf

The currently supported code models all assume that any symbol may be reached with a 16bit offset, however, m68k-based microcontrollers may have ROM/flash (where .text and .rodata are usually mapped) and RAM (where .data and .bss are usually mapped) at greatly differing address ranges (> 16bit). This makes it necessary to support a large code model that uses absolute or GOT-relative addressing modes for these targets.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions