2016-02-18 |
H. Peter Anvin | listing: remove unused variable Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-02-17 |
H. Peter Anvin | listing: change the line numbers to match the source... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-02-17 |
H. Peter Anvin | Merge tag 'nasm-2.12rc4' Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-02-17 |
H. Peter Anvin | changes.src: more updates for 2.12 Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-02-17 |
H. Peter Anvin | outmacho: make a copy of "fmt" instead of making it... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-02-17 |
H. Peter Anvin | NASM 2.12rc4
|
commit | commitdiff | tree |
2016-02-17 |
H. Peter Anvin | outmacho: correct handling of GOT relocation, add TLVP... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-02-17 |
H. Peter Anvin | outmacho: fix the .rodata -> __TEXT,__const mapping Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-02-17 |
H. Peter Anvin | raa: move private parts of the implementation into... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-02-17 |
H. Peter Anvin | outmacho: sanitize the handling of sections Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-02-17 |
H. Peter Anvin | Simplify handling of segments and segalign Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-02-16 |
H. Peter Anvin | outmacho: if .rodata contains no relocations, change... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-02-16 |
H. Peter Anvin | outmacho: Allow arbitrary MachO sections, avoid bss... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-02-16 |
H. Peter Anvin | outmacho: Only test for MAX_SECT at the point sections... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-02-16 |
H. Peter Anvin | outmacho: Fix the computation of non-external relocation... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-02-16 |
H. Peter Anvin | outmacho: use section table lookup for local symbol... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2016-02-16 |
H. Peter Anvin | Merge branch 'master' of git://repo.or.cz/nasm
|
commit | commitdiff | tree |
2016-02-13 |
H. Peter Anvin | NASM 2.12rc3
|
commit | commitdiff | tree |
2016-02-13 |
H. Peter Anvin | rdflib: actually get the time Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-02-13 |
H. Peter Anvin | outmacho: rename outmac.c to outmacho.c Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-02-12 |
H. Peter Anvin | outmac: generate section-relative relocations for local... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-02-12 |
H. Peter Anvin | assemble.c: when converting an address to RAWDATA,... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-02-12 |
H. Peter Anvin | outmac: correct the format name for macho32 Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-02-12 |
H. Peter Anvin | outmac: allow section alignment to be declared more... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2016-02-12 |
H. Peter Anvin | outmac: default to bits 32 for macho32 output format Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2016-02-12 |
H. Peter Anvin | outmac: move the format definitions down to the format... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2016-02-12 |
H. Peter Anvin | Merge the macho32 and macho64 (outmac32/64) backends Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2016-02-12 |
H. Peter Anvin | realpath: prefer the buffer size given by pathconf() Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2016-02-12 |
H. Peter Anvin | macho64: remove -64 suffix from static variables Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2016-02-12 |
H. Peter Anvin | macho: make a bunch of global variables static Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2016-02-12 |
H. Peter Anvin | assemble.c: fix the handling of zero-extending unsigned... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2016-02-12 |
H. Peter Anvin | assemble.c: handle oversized relative relocations Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2016-02-12 |
H. Peter Anvin | Replace global maxbits variable with field in struct... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2016-02-12 |
H. Peter Anvin | Set warning name to zext-reloc and fix the warning... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2016-02-12 |
H. Peter Anvin | Merge branch 'machofix' Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-02-12 |
H. Peter Anvin | outmac64.c: Fix memory clobber bug, clean up memory... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-02-12 |
H. Peter Anvin | macho64: remove LC_DATA_IN_CODE, change reloc type... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-02-12 |
H. Peter Anvin | macho64: fix alignment problems, add LC_DATA_IN_CODE Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-02-08 |
H. Peter Anvin | nasmdoc.src: update copyright date
|
commit | commitdiff | tree |
2016-02-08 |
H. Peter Anvin | Remove the --allow-64-bits option and make it a warning Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2016-02-08 |
H. Peter Anvin | nasmlib.h: Add #undef for ZERO_BUF_SIZE Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2016-02-08 |
H. Peter Anvin | nasmlib: Factor out common code from the panic() macro Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2016-02-08 |
H. Peter Anvin | Merge branch 'master' of ssh://repo.or.cz/srv/git/nasm
|
commit | commitdiff | tree |
2016-02-05 |
H. Peter Anvin | LLVM portability fix for abs(size) Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-02-05 |
H. Peter Anvin | codeview.c: remove superfluous pointer test Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-02-05 |
H. Peter Anvin | nasmlib.h: remove system definitions of ALIGN and ALIGN_MASK Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-02-05 |
H. Peter Anvin | outmac64: Fix the handling of section data alignment Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-02-03 |
H. Peter Anvin | nasmlib: Add generic panic() macro, and no-return nasm_panic() Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-01-29 |
H. Peter Anvin | Use a more optimal value for the UNUSED slot Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-01-29 |
H. Peter Anvin | nasmlib.h: If BUFSIZ is bigger than the default ZERO_BUF_SIZ... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2016-01-27 |
H. Peter Anvin | NASM 2.12rc2
|
commit | commitdiff | tree |
2016-01-27 |
H. Peter Anvin | compiler.h: disable __STRICT_ANSI__ for djgpp Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-01-27 |
H. Peter Anvin | realpath.c: remove testing #ifdef unintentionally left in Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-01-26 |
H. Peter Anvin | make alldeps to remove unnecessary dependencies for... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2016-01-26 |
H. Peter Anvin | NASM 2.12rc1
|
commit | commitdiff | tree |
2016-01-26 |
H. Peter Anvin | Portability improvements to nasm_realpath() Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2016-01-15 |
H. Peter Anvin | NASM 2.11.09rc2
|
commit | commitdiff | tree |
2016-01-15 |
H. Peter Anvin | smartalign.mac: Ignore smartalign in preprocess-only... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2015-11-04 |
H. Peter Anvin | Restore AC_C_INLINE Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2015-01-05 |
H. Peter Anvin | rdoff/rdlib.c: Remove unused function rdl_close() Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2015-01-05 |
H. Peter Anvin | Change posix_mktime() to make_posix_time() Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2014-11-25 |
H. Peter Anvin | configure.in: Remove redundant -Werror=trigraphs Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2014-11-25 |
H. Peter Anvin | Add missing static declarations in rdoff/segtab.c Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2014-11-25 |
H. Peter Anvin | Add missing static declarations in rdoff/rdoff.c Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2014-11-25 |
H. Peter Anvin | Add missing static declaration in rdoff/rdlib.c Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2014-11-25 |
H. Peter Anvin | Add missing static declarations in rdoff/rdflib.c Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2014-11-25 |
H. Peter Anvin | Add missing static declaration in rdoff/rdfdump.c Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2014-11-25 |
H. Peter Anvin | configure.in: promote some C warnings to errors Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2014-11-25 |
H. Peter Anvin | Run "make alldeps" to add missing header file dependencies Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2014-11-25 |
H. Peter Anvin | Add missing prototype in tokhash.c (from tokhash.pl) Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2014-11-25 |
H. Peter Anvin | Add missing static declarations in rdoff/ldrdf.c Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2014-11-25 |
H. Peter Anvin | Add missing static declarations in output/outobj.c Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2014-11-25 |
H. Peter Anvin | Add missing static declaration in output/outdbg.c Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2014-11-25 |
H. Peter Anvin | Add missing static declaration in output/outieee.c Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2014-11-25 |
H. Peter Anvin | Add missing static declaration in output/outcoff.c Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2014-11-25 |
H. Peter Anvin | Add missing header file in output/nulldbg.c Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2014-11-25 |
H. Peter Anvin | Add missing header file in labels.c Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2014-11-25 |
H. Peter Anvin | Add missing header file in crc64.c Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2014-10-21 |
H. Peter Anvin | Replace unchecked fwrite() calls Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2014-05-22 |
H. Peter Anvin | Merge branch 'nasm-2.11.xx'
|
commit | commitdiff | tree |
2014-05-22 |
H. Peter Anvin | doc: Make it clear that --v is only in 2.11.05 and... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2014-05-21 |
H. Peter Anvin | Merge branch 'nasm-2.11.xx' Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2014-05-21 |
H. Peter Anvin | NASM 2.11.05
|
commit | commitdiff | tree |
2014-05-21 |
H. Peter Anvin | doc: Document --v and duplicate REX prefix fix Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2014-05-21 |
H. Peter Anvin | BR 3392279: Fix duplicated REX prefixes Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2014-05-09 |
H. Peter Anvin | Merge remote-tracking branch 'origin/signrel'
|
commit | commitdiff | tree |
2014-05-09 |
H. Peter Anvin | Merge branch 'nasm-2.11.xx'
|
commit | commitdiff | tree |
2014-05-09 |
H. Peter Anvin | NASM 2.11.04
|
commit | commitdiff | tree |
2014-05-05 |
H. Peter Anvin | NASM 2.11.03
|
commit | commitdiff | tree |
2014-05-05 |
H. Peter Anvin | changes: Document TIMES bug Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2014-02-19 |
H. Peter Anvin | NASM 2.11.02
|
commit | commitdiff | tree |
2014-02-19 |
H. Peter Anvin | Add CLFLUSHOPT instruction Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2014-02-19 |
H. Peter Anvin | insns: add XSAVEC, XSAVES and XRSTORS instructions Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2014-02-18 |
H. Peter Anvin | NASM 2.11.01
|
commit | commitdiff | tree |
2014-02-18 |
H. Peter Anvin | changes.src: changelog for 2.11.01 Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2014-02-18 |
H. Peter Anvin | outelf: Error out on "section align" without value Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2014-02-16 |
H. Peter Anvin | BR 3392275: Don't require xmm0 to be specified when... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2013-12-31 |
H. Peter Anvin | NASM 2.11
|
commit | commitdiff | tree |
2013-12-31 |
H. Peter Anvin | doc: Document DEFAULT BND/NOBND in changes, add use... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2013-12-31 |
H. Peter Anvin | changes: Document change in [nosplit reg] Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |