diff options
author | Gaius Mulley <gaiusmod2@gmail.com> | 2023-06-18 21:07:59 +0100 |
---|---|---|
committer | Gaius Mulley <gaiusmod2@gmail.com> | 2023-06-18 21:07:59 +0100 |
commit | 24f75498ea59be94ae3eb1b82aa0b9de6ebfa232 (patch) | |
tree | 2505ec39195cd6a940dd1be72277491ea7e6bd9d /gcc/m2/gm2-gcc | |
parent | 0f9bb3e7a4aab95fd449f60b5f891ed9a6e5f352 (diff) | |
download | gcc-24f75498ea59be94ae3eb1b82aa0b9de6ebfa232.zip gcc-24f75498ea59be94ae3eb1b82aa0b9de6ebfa232.tar.gz gcc-24f75498ea59be94ae3eb1b82aa0b9de6ebfa232.tar.bz2 |
PR modula2/110284 Remove stor-layout.o and backend header files
This patch removes stor-layout.o from the front end and also removes
back end header files from gcc-consolidation.h.
gcc/m2/ChangeLog:
PR modula2/110284
* Make-lang.in (m2_OBJS): Assign $(GM2_C_OBJS).
(GM2_C_OBJS): Remove m2/stor-layout.o.
(m2/stor-layout.o): Remove rule.
* gm2-gcc/gcc-consolidation.h (rtl.h): Remove include.
(df.h): Remove include.
(except.h): Remove include.
Signed-off-by: Gaius Mulley <gaiusmod2@gmail.com>
Diffstat (limited to 'gcc/m2/gm2-gcc')
-rw-r--r-- | gcc/m2/gm2-gcc/gcc-consolidation.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/m2/gm2-gcc/gcc-consolidation.h b/gcc/m2/gm2-gcc/gcc-consolidation.h index 6abb182..3892bdd 100644 --- a/gcc/m2/gm2-gcc/gcc-consolidation.h +++ b/gcc/m2/gm2-gcc/gcc-consolidation.h @@ -25,10 +25,8 @@ along with GNU Modula-2; see the file COPYING3. If not see #include "realmpfr.h" #include "backend.h" #include "stringpool.h" -#include "rtl.h" #include "tree.h" #include "predict.h" -#include "df.h" #include "tm.h" #include "hash-set.h" #include "machmode.h" @@ -69,7 +67,6 @@ along with GNU Modula-2; see the file COPYING3. If not see #include "cfganal.h" #include "predict.h" #include "basic-block.h" -#include "df.h" #include "tree-ssa-alias.h" #include "internal-fn.h" #include "gimple-expr.h" @@ -80,7 +77,6 @@ along with GNU Modula-2; see the file COPYING3. If not see #include "stringpool.h" #include "tree-nested.h" #include "print-tree.h" -#include "except.h" #include "toplev.h" #include "convert.h" #include "tree-dump.h" |