output: centralize the null definition of ofmt->segbase
commit0125c446ddba6ce02cc5654bdcfcfa41e46b8223
authorH. Peter Anvin <hpa@linux.intel.com>
Fri, 15 Jun 2018 05:41:00 +0000 (14 22:41 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Fri, 15 Jun 2018 05:41:00 +0000 (14 22:41 -0700)
tree11927687071c491b8a34d821180b77b9cb157849
parente803010163851d51a9411b30ffb8e54a47971604
output: centralize the null definition of ofmt->segbase

Only two output formats (obj and ieee) actually need ofmt->segbase, so
move the common dummy definion into nullout.c.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
output/nullout.c
output/outaout.c
output/outas86.c
output/outbin.c
output/outcoff.c
output/outdbg.c
output/outelf.c
output/outlib.h
output/outmacho.c
output/outrdf2.c