aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link/internal/ld/macho.go
AgeCommit message (Expand)Author
2021-05-21[release-branch.go1.15] cmd/link: don't cast end address to int32Cherry Mui
2020-05-14cmd/link: fix SCONST symbol handling on darwinCherry Zhang
2020-04-25[dev.link] cmd/link: use new dodata on darwin/amd64Cherry Zhang
2020-04-20[dev.link] cmd/link: revise representation of dwarfpThan McIntosh
2020-04-10[dev.link] cmd/link: convert pcln linker phase to use loader APIsThan McIntosh
2020-03-24[dev.link] cmd/link: remove global datap, moved to *LinkJeremy Faller
2020-03-06[dev.link] cmd/link: convert domacho to new styleCherry Zhang
2019-11-15cmd/link/internal/ld: set MachO platform to PLATFORM_IOS on iOSElias Naur
2019-11-04cmd/link: enable PIE on darwin/armCherry Zhang
2019-10-28cmd/link: pass-through undefined call targets in external link modeJohn Papandriopoulos
2019-10-01Revert "cmd/link: load symbols from .syso in external link mode"Andrew Bonventre
2019-10-01cmd/link: load symbols from .syso in external link modeJohn Papandriopoulos
2019-09-18cmd/link: prefix Go syms with _ on darwinJeremy Faller
2019-09-17Revert "cmd/link: prefix syms with "_" on darwin links"Jeremy Faller
2019-09-17cmd/link: prefix syms with "_" on darwin linksJeremy Faller
2019-09-12Revert "cmd/link: prefix syms with "_" on external darwin links"Cherry Zhang
2019-09-12cmd/link: prefix syms with "_" on external darwin linksJeremy Faller
2019-05-25cmd/link: fix incorrect constant for macho-o load commandThan McIntosh
2019-05-08cmd/link/internal/ld: bump macOS and macOS SDK version to 10.9Elias Naur
2019-04-27cmd/link/internal/ld,syscall: replace getfsstat64 with getfsstatElias Naur
2019-04-27cmd/link/internal/ld,syscall: drop $INODE64 suffixes on simulatorsElias Naur
2019-04-27cmd/link/internal/ld: consolidate macho platform setupElias Naur
2019-04-26cmd/link: make it easy to find binary versionsRuss Cox
2019-04-11cmd/link/internal/ld: fix c-archive mach-o compatibilityAman Gupta
2019-03-21cmd/link/internal/ld: don't leave files open in a loopElias Naur
2019-03-21cmd/link/internal/ld: copy Mach-O platform version commands to go.oElias Naur
2019-03-21cmd/link/internal/ld: extract Mach-O load command parsingElias Naur
2019-03-21cmd/link/internal/ld: enable bitcode builds for iOS, tvOS, watchOSElias Naur
2018-08-30cmd/link: split out Extname into cold portion of sym.SymbolThan McIntosh
2018-06-15ld/macho: add all missing load commandsMisty De Meo
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-05-30cmd/link/internal/ld: drop duplicate copyright commentTobias Klauser
2018-04-27cmd/link/internal/ld: simple cleanupsDaniel Martí
2018-04-11cmd/link: set S_ATTR_PURE_INSTRUCTIONS bit for text section on darwinCherry Zhang
2018-04-02cmd/link/internal/ld: make Thearch unexportedquasilyte
2017-10-09cmd/link: various cleanups using toolsDaniel Martí
2017-10-06cmd/link: move build/link mode globals into ctxtDavid Crawshaw
2017-10-05cmd/link: put symbol data types in new packageDavid Crawshaw
2017-10-04cmd/link: convert symbol Add* functions to methodsDavid Crawshaw
2017-10-04cmd/link: remove coutbuf global variableDavid Crawshaw
2017-10-03cmd/link: remove SysArch global variableDavid Crawshaw
2017-10-01cmd/link/internal/ld: reduce the scope of some local declarationsDave Cheney
2017-09-10cmd/go, cmd/link, cmd/dist: re-enable plugin mode on darwin/amd64Hiroshi Ioka
2017-08-28cmd/link: refactor *relocHiroshi Ioka
2017-08-17cmd/link: show native relocation type name in error messagesHiroshi Ioka
2017-08-15cmd/link: correct Mach-O file flagHiroshi Ioka
2017-08-14cmd/link: don't link the same dylib multiple timesHiroshi Ioka
2017-08-14cmd/go, cmd/link: enable buildmode=pie on darwin/amd64Hiroshi Ioka
2017-08-14cmd/link: prefer to use constants in macho.goHiroshi Ioka
2017-04-27cmd/internal/objabi, cmd/link: move linker-only symkind values into linkerMichael Hudson-Doyle