Added support for QMAGIC format executable output. This causes the loader
authorDavid Greenman <davidg@Root.COM>
Tue, 26 Oct 1993 06:24:20 +0000 (06:24 +0000)
committerDavid Greenman <davidg@Root.COM>
Tue, 26 Oct 1993 06:24:20 +0000 (06:24 +0000)
commitc53138ba47526fba9cb26b1525e208a286a2086a
treed5a14329bccfd20794ed2b303f221fc05f2a7619
parent986c93cf22e14c9242af0a1d4632354cf1ecae7d
Added support for QMAGIC format executable output. This causes the loader
to output the same QMAGIC format as BSDI does. This is triggered by
a new '-q' flag ('-Xlinker -q'  in gcc). The default can be changed from
ZMAGIC to QMAGIC by defining DEFAULT_MAGIC=QMAGIC when building ld.
gnu/usr.bin/ld/ld.c