summaryrefslogtreecommitdiff
path: root/output/outlib.c
Commit message (Collapse)AuthorAgeFilesLines
* Add support for one-byte relocationsH. Peter Anvin2010-05-061-0/+2
| | | | | | | | | Add OUT_REL1ADR (one-byte relative address) and support for OUT_ADDRESs with size == 1. Add support for it in outbin and outdbg. *It still needs to be added to other backends*, both the OUT_REL*ADR and OUT_ADDRESS codepaths need to be handled. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
* Add new copyright headers to the output modulesH. Peter Anvin2009-06-281-0/+33
| | | | | | | | Add new copyright headers to the new output modules. As far as I know, the only module which we still don't have a green light to release under 2-BSD is outmacho. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Move backend-specific code to output/; break out null debug stuffH. Peter Anvin2009-06-271-0/+23
Move backend-specific code into the output/ directory, and make the null debugging backend a separate file (it certainly isn't needed for ndisasm...) Signed-off-by: H. Peter Anvin <hpa@zytor.com>