gcc.c: Move data on prefixes forward in file and reorganize.
authorRichard Kenner <kenner@vlsi1.ultra.nyu.edu>
Thu, 5 Oct 2000 20:07:24 +0000 (20:07 +0000)
committerRichard Kenner <kenner@gcc.gnu.org>
Thu, 5 Oct 2000 20:07:24 +0000 (16:07 -0400)
commit2296d1645dd5fe783674be3d5ed1f8b788041f4e
tree9e7844db35ebfb97f1a7c3df5c3cc187c9f64194
parent43d75418889fe7c7e28e5d0687fa83609e5c3e75
gcc.c: Move data on prefixes forward in file and reorganize.

* gcc.c: Move data on prefixes forward in file and reorganize.
(md_exec_prefix, md_startfile_prefix, md_startfile_prefix_1):
Always define, but make null if no value.
(static_specs): Add "md_exec_prefix", "md_startfile_prefix",
and "md_startfile_prefix_1".
(main): Check whether md_exec_prefix and the others are the
null string rather than whether the macro is defined.

From-SVN: r36730
gcc/ChangeLog
gcc/gcc.c