aboutsummaryrefslogtreecommitdiffstats
path: root/output/outlib.h
Commit message (Expand)AuthorAgeFilesLines
* outlib: fix infinite recursion due to incorrect wrappingH. Peter Anvin (Intel)2020-07-021-1/+1
* outlib: add infrastructure for common section and symbol handlingH. Peter Anvin (Intel)2020-06-271-2/+250
* Clean up the handling of various passesH. Peter Anvin (Intel)2018-12-181-1/+1
* output: centralize the null definition of ofmt->segbaseH. Peter Anvin2018-06-141-0/+1
* Add support for backend-defined subsections and label hacksH. Peter Anvin2018-05-301-1/+2
* Add generic perfect string hashes, use for directivesH. Peter Anvin2017-04-031-1/+1
* output: remove the completely unused set_info methodH. Peter Anvin2017-03-311-1/+0
* output: make the return value from the directives method more meaningfulH. Peter Anvin2017-03-071-1/+2
* asm/*: Move directive processing to its own file, refactor error handlingH. Peter Anvin2017-03-071-0/+1
* backend: move wrapper for legacy output functions to a library routineH. Peter Anvin2016-09-241-1/+4
* More constification, mostly of struct dfmtH. Peter Anvin2016-02-181-1/+1
* output: make all instances of struct ofmt readonlyH. Peter Anvin2016-02-171-1/+0
* Rename SEGALIGN to SECTALIGNCyrill Gorcunov2010-04-211-1/+1
* ofmt: Implement null_segalign stubsCyrill Gorcunov2010-04-211-0/+1
* output: change null_debug_routine to null_debug_directiveH. Peter Anvin2009-08-091-1/+1
* Remove function pointers in output, simplify error handlingH. Peter Anvin2009-07-181-1/+1
* Hash even backend-specific directives, unify null functionsH. Peter Anvin2009-07-121-0/+4
* Add new copyright headers to the output modulesH. Peter Anvin2009-06-281-0/+33
* Move prototypes for null_debug to outform.h and outlib.hH. Peter Anvin2009-06-271-0/+13
* Move backend-specific code to output/; break out null debug stuffH. Peter Anvin2009-06-271-0/+9