summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NASM 2.12rc7nasm-2.12rc7H. Peter Anvin2016-02-231-1/+1
* outmacho: correctly handle references between sectionsH. Peter Anvin2016-02-231-19/+41
* nasm.spec: change release to 0 to avoid distro conflictsH. Peter Anvin2016-02-221-1/+1
* NASM 2.12rc6nasm-2.12rc6H. Peter Anvin2016-02-211-1/+1
* misc/tag-release: default to --no-pushH. Peter Anvin2016-02-211-3/+5
* misc/tag-release: die on unknown optionsH. Peter Anvin2016-02-211-0/+4
* NASM --rel=2.12rc6H. Peter Anvin2016-02-211-1/+1
* outmacho: make a best effort at separating SIGNED from BRANCH relocsH. Peter Anvin2016-02-211-17/+46
* test/Makefile: add a rule for nasm itselfH. Peter Anvin2016-02-181-0/+3
* configure.in: add --enable-werror optionH. Peter Anvin2016-02-181-8/+11
* Platform compatibility improvementsH. Peter Anvin2016-02-182-0/+4
* NASM 2.12rc5nasm-2.12rc5H. Peter Anvin2016-02-181-1/+1
* doc: update documentation for a version 2.12 releaseH. Peter Anvin2016-02-182-24/+85
* doc/rdsrc.pl: escape braces in regular expression to support newer PerlH. Peter Anvin2016-02-181-22/+22
* outmacho: default section flags should depend on section name onlyH. Peter Anvin2016-02-181-5/+2
* realpath: if we can't get the full path, return the known portionH. Peter Anvin2016-02-181-16/+16
* listing: remove unused variableH. Peter Anvin2016-02-171-1/+0
* listing: change the line numbers to match the source codeH. Peter Anvin2016-02-172-7/+11
* Merge tag 'nasm-2.12rc4'H. Peter Anvin2016-02-171-1/+1
|\
| * NASM 2.12rc4nasm-2.12rc4H. Peter Anvin2016-02-161-1/+1
* | changes.src: more updates for 2.12H. Peter Anvin2016-02-171-4/+10
* | outmacho: make a copy of "fmt" instead of making it a pointerH. Peter Anvin2016-02-171-20/+20
* | docs: Fix typo in previous commitCyrill Gorcunov2016-02-171-1/+1
* | docs: changes -- Prepare for 2.12Cyrill Gorcunov2016-02-171-0/+19
|/
* outmacho: correct handling of GOT relocation, add TLVP relocationsH. Peter Anvin2016-02-161-101/+183
* outmacho: fix the .rodata -> __TEXT,__const mappingH. Peter Anvin2016-02-161-17/+18
* raa: move private parts of the implementation into raa.cH. Peter Anvin2016-02-162-44/+46
* outmacho: sanitize the handling of sectionsH. Peter Anvin2016-02-161-30/+18
* Simplify handling of segments and segalignH. Peter Anvin2016-02-162-11/+9
* outmacho: if .rodata contains no relocations, change it to __TEXT,__constH. Peter Anvin2016-02-161-3/+17
* outmacho: Allow arbitrary MachO sections, avoid bss lookupH. Peter Anvin2016-02-161-108/+151
* outmacho: Only test for MAX_SECT at the point sections are laid outH. Peter Anvin2016-02-161-5/+6
* outmacho: Fix the computation of non-external relocation offsetsH. Peter Anvin2016-02-161-10/+16
* outmacho: use section table lookup for local symbol referencesH. Peter Anvin2016-02-161-9/+4
* Merge branch 'master' of git://repo.or.cz/nasmH. Peter Anvin2016-02-151-11/+12
|\
| * configure.in: Add -Werror flags last (BR 2292332)Ozkan Sezer2016-02-121-11/+12
* | NASM 2.12rc3nasm-2.12rc3H. Peter Anvin2016-02-121-1/+1
|/
* rdflib: actually get the timemachomergeH. Peter Anvin2016-02-121-1/+2
* outmacho: rename outmac.c to outmacho.cH. Peter Anvin2016-02-126-20/+21
* outmac: generate section-relative relocations for local symbolsH. Peter Anvin2016-02-121-42/+13
* assemble.c: when converting an address to RAWDATA, need to update sizeH. Peter Anvin2016-02-121-2/+3
* outmac: correct the format name for macho32H. Peter Anvin2016-02-121-3/+3
* output: outmac -- Fix few nits during mergeCyrill Gorcunov2016-02-121-4/+3
* outmac: allow section alignment to be declared more than onceH. Peter Anvin2016-02-121-21/+10
* outmac: default to bits 32 for macho32 output formatH. Peter Anvin2016-02-121-2/+2
* outmac: move the format definitions down to the format-specific codeH. Peter Anvin2016-02-121-22/+22
* Merge the macho32 and macho64 (outmac32/64) backendsH. Peter Anvin2016-02-127-1626/+340
* realpath: prefer the buffer size given by pathconf()H. Peter Anvin2016-02-121-8/+12
* macho64: remove -64 suffix from static variablesH. Peter Anvin2016-02-121-34/+34
* macho: make a bunch of global variables staticH. Peter Anvin2016-02-122-12/+12