summaryrefslogtreecommitdiff
path: root/modules/objfmts
Commit message (Expand)AuthorAgeFilesLines
* Fix function declaration warnings with clang (#226)HEADmasterBiswapriyo Nath2023-05-171-2/+2
* Update elf-objfmt.c (#148)kalebskeithley2023-05-121-0/+4
* Add EM for loongarch (#192)liuxiang882023-05-121-1/+2
* Update Mach-O for newer macOS (#180)Peter Johnson2021-07-1014-303/+1786
* Revert optimizations added in #68 (#146)Denis Denisov2020-05-0310-237/+17
* avoid 'return value of ftruncate ignored' warnings (#76)mostynb2017-09-231-1/+2
* fix memory errors when using gas processor with coff object output.Matt Oliver2017-09-231-0/+1
* Merge pull request #68 from jix/masterPeter Johnson2015-01-0110-17/+237
|\
| * Interpret vstart as linear addressJannis Harder2012-08-011-3/+11
| * Generate segmented addresses for labelsJannis Harder2012-08-011-14/+26
| * Add segments to label addressesJannis Harder2012-08-011-2/+14
| * squashmeJannis Harder2012-08-011-1/+79
| * Overrides and dummy value finalization for binJannis Harder2012-07-311-0/+10
| * Add vseg section optionJannis Harder2012-07-3110-1/+101
* | COFF/PE: Always set paddr and vaddr to 0.Peter Johnson2014-09-2620-7786/+7735
* | Add missing objfmt_x64 to CMakeLists.txt.Peter Johnson2014-09-191-0/+1
* | Warnings cleanup.Peter Johnson2014-08-105-24/+4
* | coff-objfmt.c: Add missing break.Peter Johnson2014-04-131-0/+1
* | Unbreak distcheck.Peter Johnson2013-06-211-2/+2
* | Add support for "function" decorator in win32/win64.Peter Johnson2012-10-194-0/+171
* | Add support for x32H.J. Lu2012-08-3027-9/+6405
* | fix a couple warnings when building on win32Scott Graham2012-05-091-1/+1
* | Don't use a C++ comment in a C source file.Nico Weber2012-03-101-1/+1
* | In the Mach-O writer, only warn on ignored flags if the new flagsNico Weber2012-03-061-3/+7
|/
* win64: Default to nobase for .xdata section.Peter Johnson2011-10-304-5/+557
* Add missing macho32-pext test case.Peter Johnson2011-09-032-0/+206
* macho: Support N_PEXT bit.Peter Johnson2011-08-272-1/+22
* Remove $Id$ and RCSID() usage.Peter Johnson2011-08-1960-89/+3
* Fix const warning in elf_machine_ssym usage.Peter Johnson2011-08-192-2/+2
* win64-except.c: Fix incorrect dereference.Peter Johnson2011-08-191-1/+1
* Fix "times" relocation handling.Peter Johnson2011-06-255-9/+1014
* coff: Add support for gas .secrel32 directive.Peter Johnson2010-08-184-2/+898
* coff dir_def(): Use symtab_use() instead of symtab_get().Peter Johnson2010-08-171-1/+1
* coff/win32/win64: Add support for .def, .scl, .type, and .endef directives.Peter Johnson2010-08-174-0/+288
* win32: Make external safeseh work again (broken in [2343]).Peter Johnson2010-08-012-7/+11
* macho32: Correctly output pc-relative non-external intersegment.Peter Johnson2010-08-014-1/+387
* macho: Fix relocation table file location.Peter Johnson2010-08-012-7/+7
* Fix #139: Fix a number of issues with win32 safeseh support.Peter Johnson2010-07-319-68/+237
* Fix #212: Set LC_SEGMENT vmsize correctly.Peter Johnson2010-07-234-1/+391
* Fix #202 (incorrect GOT offset generated in NASM mode).Peter Johnson2010-05-152-13/+2
* Instead of initializing unknown sections en-masse during objfmt_output(),Peter Johnson2010-03-287-153/+94
* Allow gas flags input to bin objfmt (ignored and not used).Peter Johnson2010-01-141-1/+11
* Update autoconf/automake scripts.Peter Johnson2010-01-071-1/+1
* bin-objfmt.c: Comment out unused function (kept in the code for debugging).Peter Johnson2010-01-031-0/+3
* Use queue.h HEAD macros more portably (also avoiding compiler warning).Peter Johnson2010-01-031-1/+1
* Fix #184: test -e is not portable (despite being in POSIX); use test -f instead.Peter Johnson2009-07-301-1/+1
* Update elf special symbols:Peter Johnson2009-07-222-2/+13
* Unbreak make check (broken by [2206]).Peter Johnson2009-07-221-1/+1
* elf: Add latest x86 relocation types.Peter Johnson2009-07-221-1/+4
* elf: Add support for 64-bit PC-relative relocation.Peter Johnson2009-07-211-0/+1