summaryrefslogtreecommitdiff
path: root/output/outelf.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-18outelf: Error out on "section align" without valueH. Peter Anvin1-9/+14
2014-02-15BR3392274: output: Elf -- Don't crash on erronious syntaxCyrill Gorcunov1-1/+1
2012-02-03backend: add support for x32 ELFH.J. Lu1-2/+2
2010-04-11Elf: switch section_attrib to a new nasm_opt_val interfaceCyrill Gorcunov1-16/+17
2010-04-11Elf: Use SHA_ANY constant instead of open coded numberCyrill Gorcunov1-2/+2
2010-04-10Elf: Introduce section_attrib helperCyrill Gorcunov1-1/+56
2009-11-06Merge elf header filesCyrill Gorcunov1-1/+1
2009-06-28Add new copyright headers to the output modulesH. Peter Anvin1-0/+33
2009-06-27Move backend-specific code to output/; break out null debug stuffH. Peter Anvin1-1/+1
2009-06-27outelf.c: add appropriate #ifdefsH. Peter Anvin1-0/+5
2009-06-25Handle the new ELF headers in the dependency generationH. Peter Anvin1-3/+3
2009-06-25ELF: add header files, begin merging common code, drop .commentH. Peter Anvin1-0/+29
2007-04-28Initial support for ELF64Chuck Crayne1-1532/+0
2007-04-14Placated unreferenced types.Keith Kanios1-0/+19
2007-04-13Added appropriate "void" prototypes.Keith Kanios1-1/+1
2007-04-13Fixed distinction between char and int8_t data types.Keith Kanios1-36/+36
2007-04-12General push for x86-64 support, dubbed 0.99.00.Keith Kanios1-128/+129
2005-01-15Apply Nindent to all .c and .h filesH. Peter Anvin1-890/+917
2003-09-25Revert erroneous macro added and modify __OUTPUT_FORMAT__ to a string constStanislav Karchebny1-1/+0
2003-09-25Consistency fixStanislav Karchebny1-1/+1
2003-09-24Added _NASM_FORMAT_ macroStanislav Karchebny1-0/+1
2003-09-10If we don't specify -g, actually suppress debugging outputH. Peter Anvin1-3/+4
2003-09-06nasm_malloc-ize Martin's outelf.c stabs stuffFrank Kotler1-14/+17
2003-09-06First attempt at fixing the stabs/ELF issue.H. Peter Anvin1-68/+49
2003-07-10Restore the adjusted symbol id startH. Peter Anvin1-1/+1
2003-07-09Generate stabs format debugging info for ELFH. Peter Anvin1-19/+371
2002-09-12"const"-ipation fixes from Trevor WoernerH. Peter Anvin1-3/+3
2002-05-17Make .rodata a recognized ELF section with default attributesH. Peter Anvin1-0/+3
2002-05-14Change "const static" -> "static const" to keep gcc happyH. Peter Anvin1-1/+1
2002-05-14Code cleanup fixes from Ed BerosetH. Peter Anvin1-1/+1
2002-04-30NASM 0.98.30H. Peter Anvin1-0/+1145