summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* assemble.c: fix the handling of zero-extending unsigned relocationsH. Peter Anvin2016-02-111-1/+2
* assemble.c: handle oversized relative relocationsH. Peter Anvin2016-02-111-3/+26
* Replace global maxbits variable with field in struct ofmtH. Peter Anvin2016-02-1116-17/+26
* Set warning name to zext-reloc and fix the warning messageH. Peter Anvin2016-02-112-2/+2
* Merge branch 'machofix'H. Peter Anvin2016-02-1115-61/+78
|\
| * outmac64.c: Fix memory clobber bug, clean up memory freemachofixH. Peter Anvin2016-02-111-5/+6
| * macho64: remove LC_DATA_IN_CODE, change reloc type to 1H. Peter Anvin2016-02-111-10/+1
| * macho64: fix alignment problems, add LC_DATA_IN_CODEH. Peter Anvin2016-02-111-20/+33
| * LLVM portability fix for abs(size)H. Peter Anvin2016-02-0513-14/+14
| * codeview.c: remove superfluous pointer testH. Peter Anvin2016-02-051-2/+2
| * nasmlib.h: remove system definitions of ALIGN and ALIGN_MASKH. Peter Anvin2016-02-051-0/+2
| * outmac64: Fix the handling of section data alignmentH. Peter Anvin2016-02-051-20/+30
* | nasmdoc.src: update copyright dateH. Peter Anvin2016-02-081-1/+1
* | Remove the --allow-64-bits option and make it a warningH. Peter Anvin2016-02-085-29/+29
* | nasmlib.h: Add #undef for ZERO_BUF_SIZEH. Peter Anvin2016-02-081-0/+1
* | nasmlib: Factor out common code from the panic() macroH. Peter Anvin2016-02-082-1/+7
* | Merge branch 'master' of ssh://repo.or.cz/srv/git/nasmH. Peter Anvin2016-02-087-10/+26
|\ \ | |/
| * nasmlib: Add generic panic() macro, and no-return nasm_panic()H. Peter Anvin2016-02-023-7/+23
| * Use a more optimal value for the UNUSED slotH. Peter Anvin2016-01-294-4/+4
* | nasmlib.h: If BUFSIZ is bigger than the default ZERO_BUF_SIZE, adjustH. Peter Anvin2016-01-281-2/+5
|/
* NASM 2.12rc2nasm-2.12rc2H. Peter Anvin2016-01-271-1/+1
* compiler.h: disable __STRICT_ANSI__ for djgppH. Peter Anvin2016-01-271-1/+6
* realpath.c: remove testing #ifdef unintentionally left inH. Peter Anvin2016-01-271-1/+1
* Add option to allow 64-bit code in any output formatKnut St. Osmundsen2016-01-262-15/+38
* make alldeps to remove unnecessary dependencies for realpath.cH. Peter Anvin2016-01-265-15/+5
* NASM 2.12rc1nasm-2.12rc1H. Peter Anvin2016-01-261-1/+1
* Portability improvements to nasm_realpath()H. Peter Anvin2016-01-268-22/+201
* coff: Add support for the Codeview 8 debug formatJim Kukunas2016-01-245-162/+927
* Add a MD5 implementationJim Kukunas2016-01-244-2/+274
* nasmlib: Add nasm_realpath()Jim Kukunas2016-01-242-0/+19
* NASM 2.11.09rc2nasm-2.11.09rc2H. Peter Anvin2016-01-151-1/+1
* smartalign.mac: Ignore smartalign in preprocess-only modeH. Peter Anvin2016-01-151-1/+3
* disasm: Drop unused variableCyrill Gorcunov2015-11-051-2/+0
* disasm: Fix disassembling of evex prefixCyrill Gorcunov2015-11-051-3/+3
* output: macho64 -- Fix OUT_REL4ADR on bigendiansCyrill Gorcunov2015-11-051-4/+5
* Restore AC_C_INLINEH. Peter Anvin2015-11-041-0/+1
* disasm: Fix for disassembly of BOUNDMark Scott2015-11-031-1/+1