public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: gdb-patches@sourceware.org
Subject: [PATCH 73/83] sim: build: drop subdir Makefile.in files
Date: Tue,  3 Jan 2023 02:55:55 -0500	[thread overview]
Message-ID: <20230103075605.13606-74-vapier@gentoo.org> (raw)
In-Reply-To: <20230103075605.13606-1-vapier@gentoo.org>

These aren't used anymore, so punt them all.
---
 sim/aarch64/Makefile.in         | 23 -----------------------
 sim/arm/Makefile.in             | 19 -------------------
 sim/avr/Makefile.in             | 18 ------------------
 sim/bfin/Makefile.in            | 22 ----------------------
 sim/bpf/Makefile.in             | 25 -------------------------
 sim/cr16/Makefile.in            | 19 -------------------
 sim/cris/Makefile.in            | 24 ------------------------
 sim/d10v/Makefile.in            | 19 -------------------
 sim/erc32/Makefile.in           | 20 --------------------
 sim/example-synacor/Makefile.in | 19 -------------------
 sim/frv/Makefile.in             | 21 ---------------------
 sim/ft32/Makefile.in            | 19 -------------------
 sim/h8300/Makefile.in           | 19 -------------------
 sim/iq2000/Makefile.in          | 21 ---------------------
 sim/lm32/Makefile.in            |  8 --------
 sim/m32c/Makefile.in            | 22 ----------------------
 sim/m32r/Makefile.in            | 24 ------------------------
 sim/m68hc11/Makefile.in         | 32 --------------------------------
 sim/mcore/Makefile.in           | 19 -------------------
 sim/microblaze/Makefile.in      | 19 -------------------
 sim/mips/Makefile.in            | 14 --------------
 sim/mn10300/Makefile.in         | 27 ---------------------------
 sim/moxie/Makefile.in           | 19 -------------------
 sim/msp430/Makefile.in          | 20 --------------------
 sim/or1k/Makefile.in            | 25 -------------------------
 sim/pru/Makefile.in             | 21 ---------------------
 sim/riscv/Makefile.in           | 22 ----------------------
 sim/rl78/Makefile.in            | 22 ----------------------
 sim/rx/Makefile.in              | 22 ----------------------
 sim/sh/Makefile.in              | 19 -------------------
 sim/v850/Makefile.in            | 22 ----------------------
 31 files changed, 645 deletions(-)
 delete mode 100644 sim/aarch64/Makefile.in
 delete mode 100644 sim/arm/Makefile.in
 delete mode 100644 sim/avr/Makefile.in
 delete mode 100644 sim/bfin/Makefile.in
 delete mode 100644 sim/bpf/Makefile.in
 delete mode 100644 sim/cr16/Makefile.in
 delete mode 100644 sim/cris/Makefile.in
 delete mode 100644 sim/d10v/Makefile.in
 delete mode 100644 sim/erc32/Makefile.in
 delete mode 100644 sim/example-synacor/Makefile.in
 delete mode 100644 sim/frv/Makefile.in
 delete mode 100644 sim/ft32/Makefile.in
 delete mode 100644 sim/h8300/Makefile.in
 delete mode 100644 sim/iq2000/Makefile.in
 delete mode 100644 sim/lm32/Makefile.in
 delete mode 100644 sim/m32c/Makefile.in
 delete mode 100644 sim/m32r/Makefile.in
 delete mode 100644 sim/m68hc11/Makefile.in
 delete mode 100644 sim/mcore/Makefile.in
 delete mode 100644 sim/microblaze/Makefile.in
 delete mode 100644 sim/mips/Makefile.in
 delete mode 100644 sim/mn10300/Makefile.in
 delete mode 100644 sim/moxie/Makefile.in
 delete mode 100644 sim/msp430/Makefile.in
 delete mode 100644 sim/or1k/Makefile.in
 delete mode 100644 sim/pru/Makefile.in
 delete mode 100644 sim/riscv/Makefile.in
 delete mode 100644 sim/rl78/Makefile.in
 delete mode 100644 sim/rx/Makefile.in
 delete mode 100644 sim/sh/Makefile.in
 delete mode 100644 sim/v850/Makefile.in

diff --git a/sim/aarch64/Makefile.in b/sim/aarch64/Makefile.in
deleted file mode 100644
index 82224f06ccf0..000000000000
--- a/sim/aarch64/Makefile.in
+++ /dev/null
@@ -1,23 +0,0 @@
-#### Makefile.in --- Makefile template for the AArch64 simulator
-
-### Copyright (C) 2015-2023 Free Software Foundation, Inc.
-
-### Contributed by Red Hat.
-
-### This file is part of GDB.
-
-### This program is free software; you can redistribute it and/or modify
-### it under the terms of the GNU General Public License as published by
-### the Free Software Foundation; either version 3 of the License, or
-### (at your option) any later version.
-###
-### This program is distributed in the hope that it will be useful,
-### but WITHOUT ANY WARRANTY; without even the implied warranty of
-### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-### GNU General Public License for more details.
-###
-### You should have received a copy of the GNU General Public License
-### along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
-
-## COMMON_PRE_CONFIG_FRAG
-## COMMON_POST_CONFIG_FRAG
diff --git a/sim/arm/Makefile.in b/sim/arm/Makefile.in
deleted file mode 100644
index 43d124d0ca64..000000000000
--- a/sim/arm/Makefile.in
+++ /dev/null
@@ -1,19 +0,0 @@
-#    Makefile template for Configure for the arm sim library.
-#    Copyright 1995-2023 Free Software Foundation, Inc.
-#    Written by Cygnus Support.
-# 
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-## COMMON_PRE_CONFIG_FRAG
-## COMMON_POST_CONFIG_FRAG
diff --git a/sim/avr/Makefile.in b/sim/avr/Makefile.in
deleted file mode 100644
index 202bda36d2fd..000000000000
--- a/sim/avr/Makefile.in
+++ /dev/null
@@ -1,18 +0,0 @@
-#    Makefile template for Configure for the AVR sim library.
-#    Copyright (C) 2009-2023 Free Software Foundation, Inc.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-## COMMON_PRE_CONFIG_FRAG
-## COMMON_POST_CONFIG_FRAG
diff --git a/sim/bfin/Makefile.in b/sim/bfin/Makefile.in
deleted file mode 100644
index 472bb48e6723..000000000000
--- a/sim/bfin/Makefile.in
+++ /dev/null
@@ -1,22 +0,0 @@
-#    Makefile template for Configure for the Blackfin simulator.
-#    Copyright (C) 2005-2023 Free Software Foundation, Inc.
-#    Written by Analog Devices, Inc.
-# 
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3 of the License, or
-# (at your option) any later version.
-# 
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-# 
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-## COMMON_PRE_CONFIG_FRAG
-
-arch = bfin
-
-## COMMON_POST_CONFIG_FRAG
diff --git a/sim/bpf/Makefile.in b/sim/bpf/Makefile.in
deleted file mode 100644
index 2376b859dd81..000000000000
--- a/sim/bpf/Makefile.in
+++ /dev/null
@@ -1,25 +0,0 @@
-# Makefile template for configure for the eBPF simulator
-# Copyright (C) 2020-2023 Free Software Foundation, Inc.
-#
-# This file is part of GDB, the GNU debugger.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-## COMMON_PRE_CONFIG_FRAG
-
-SIM_EXTRA_CFLAGS = -DWITH_TARGET_WORD_BITSIZE=64
-
-## COMMON_POST_CONFIG_FRAG
-
-arch = bpf
diff --git a/sim/cr16/Makefile.in b/sim/cr16/Makefile.in
deleted file mode 100644
index 37a91c585313..000000000000
--- a/sim/cr16/Makefile.in
+++ /dev/null
@@ -1,19 +0,0 @@
-# Makefile template for Configure for the CR16 sim library.
-# Copyright (C) 2008-2023 Free Software Foundation, Inc.
-# Contributed by M Ranga Swami Reddy <MR.Swami.Reddy@nsc.com>
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
-
-## COMMON_PRE_CONFIG_FRAG
-## COMMON_POST_CONFIG_FRAG
diff --git a/sim/cris/Makefile.in b/sim/cris/Makefile.in
deleted file mode 100644
index b1a2e83bad43..000000000000
--- a/sim/cris/Makefile.in
+++ /dev/null
@@ -1,24 +0,0 @@
-# Makefile template for Configure for the CRIS simulator, based on a mix
-# of the ones for m32r and i960.
-#
-# Copyright (C) 2004-2023 Free Software Foundation, Inc.
-# Contributed by Axis Communications.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-## COMMON_PRE_CONFIG_FRAG
-
-arch = cris
-
-## COMMON_POST_CONFIG_FRAG
diff --git a/sim/d10v/Makefile.in b/sim/d10v/Makefile.in
deleted file mode 100644
index 15cfc21807d2..000000000000
--- a/sim/d10v/Makefile.in
+++ /dev/null
@@ -1,19 +0,0 @@
-#    Makefile template for Configure for the D10v sim library.
-#    Copyright (C) 1996-2023 Free Software Foundation, Inc.
-#    Written by Cygnus Support.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-## COMMON_PRE_CONFIG_FRAG
-## COMMON_POST_CONFIG_FRAG
diff --git a/sim/erc32/Makefile.in b/sim/erc32/Makefile.in
deleted file mode 100644
index adff308c23b3..000000000000
--- a/sim/erc32/Makefile.in
+++ /dev/null
@@ -1,20 +0,0 @@
-#    Makefile template for Configure for the erc32sim library.
-#    Copyright (C) 1993-2023 Free Software Foundation, Inc.
-#    Written by Cygnus Support
-#    Modified by J.Gaisler ESA/ESTEC
-# 
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-## COMMON_PRE_CONFIG_FRAG
-## COMMON_POST_CONFIG_FRAG
diff --git a/sim/example-synacor/Makefile.in b/sim/example-synacor/Makefile.in
deleted file mode 100644
index a8e8fc7d2d5b..000000000000
--- a/sim/example-synacor/Makefile.in
+++ /dev/null
@@ -1,19 +0,0 @@
-#    Makefile template for Configure for the example synacor simulator.
-#    Copyright (C) 2005-2023 Free Software Foundation, Inc.
-#    Written by Mike Frysinger <vapier@gentoo.org>
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-## COMMON_PRE_CONFIG_FRAG
-## COMMON_POST_CONFIG_FRAG
diff --git a/sim/frv/Makefile.in b/sim/frv/Makefile.in
deleted file mode 100644
index d898bcbc2493..000000000000
--- a/sim/frv/Makefile.in
+++ /dev/null
@@ -1,21 +0,0 @@
-# Makefile template for Configure for the frv simulator
-# Copyright (C) 1998-2023 Free Software Foundation, Inc.
-# Contributed by Red Hat.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-## COMMON_PRE_CONFIG_FRAG
-## COMMON_POST_CONFIG_FRAG
-
-arch = frv
diff --git a/sim/ft32/Makefile.in b/sim/ft32/Makefile.in
deleted file mode 100644
index 50f497ebb9d7..000000000000
--- a/sim/ft32/Makefile.in
+++ /dev/null
@@ -1,19 +0,0 @@
-#    Makefile template for Configure for the ft32 sim library.
-#    Copyright (C) 2008-2023 Free Software Foundation, Inc.
-#    Written by FTDI
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-## COMMON_PRE_CONFIG_FRAG
-## COMMON_POST_CONFIG_FRAG
diff --git a/sim/h8300/Makefile.in b/sim/h8300/Makefile.in
deleted file mode 100644
index 7d378cb970f1..000000000000
--- a/sim/h8300/Makefile.in
+++ /dev/null
@@ -1,19 +0,0 @@
-#    Makefile template for Configure for the h8300 sim library.
-#    Copyright (C) 1990-2023 Free Software Foundation, Inc.
-#    Written by Cygnus Support.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-## COMMON_PRE_CONFIG_FRAG
-## COMMON_POST_CONFIG_FRAG
diff --git a/sim/iq2000/Makefile.in b/sim/iq2000/Makefile.in
deleted file mode 100644
index 6114d0e96f31..000000000000
--- a/sim/iq2000/Makefile.in
+++ /dev/null
@@ -1,21 +0,0 @@
-# Makefile template for Configure for the IQ2000 simulator
-# Copyright (C) 1998-2023 Free Software Foundation, Inc.
-# Contributed by Cygnus Support.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-## COMMON_PRE_CONFIG_FRAG
-## COMMON_POST_CONFIG_FRAG
-
-arch = iq2000
diff --git a/sim/lm32/Makefile.in b/sim/lm32/Makefile.in
deleted file mode 100644
index d34049a3682e..000000000000
--- a/sim/lm32/Makefile.in
+++ /dev/null
@@ -1,8 +0,0 @@
-# Makefile for Lattice Mico32 simulator.
-# Contributed by Jon Beniston <jon@beniston.com>
-
-## COMMON_PRE_CONFIG_FRAG
-
-arch = lm32
-
-## COMMON_POST_CONFIG_FRAG
diff --git a/sim/m32c/Makefile.in b/sim/m32c/Makefile.in
deleted file mode 100644
index 02d204366ac5..000000000000
--- a/sim/m32c/Makefile.in
+++ /dev/null
@@ -1,22 +0,0 @@
-#### Makefile.in --- Makefile template for the M32C simulator
-
-### Copyright (C) 2005-2023 Free Software Foundation, Inc.
-### Contributed by Red Hat, Inc.
-### 
-### This file is part of the GNU simulators.
-### 
-### This program is free software; you can redistribute it and/or modify
-### it under the terms of the GNU General Public License as published by
-### the Free Software Foundation; either version 3 of the License, or
-### (at your option) any later version.
-###
-### This program is distributed in the hope that it will be useful,
-### but WITHOUT ANY WARRANTY; without even the implied warranty of
-### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-### GNU General Public License for more details.
-###
-### You should have received a copy of the GNU General Public License
-### along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-## COMMON_PRE_CONFIG_FRAG
-## COMMON_POST_CONFIG_FRAG
diff --git a/sim/m32r/Makefile.in b/sim/m32r/Makefile.in
deleted file mode 100644
index 43346b8b9849..000000000000
--- a/sim/m32r/Makefile.in
+++ /dev/null
@@ -1,24 +0,0 @@
-# Makefile template for Configure for the m32r simulator
-# Copyright (C) 1996-2023 Free Software Foundation, Inc.
-# Contributed by Cygnus Support.
-#
-# This file is part of GDB, the GNU debugger.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-## COMMON_PRE_CONFIG_FRAG
-
-arch = m32r
-
-## COMMON_POST_CONFIG_FRAG
diff --git a/sim/m68hc11/Makefile.in b/sim/m68hc11/Makefile.in
deleted file mode 100644
index 5c8ee196a6c4..000000000000
--- a/sim/m68hc11/Makefile.in
+++ /dev/null
@@ -1,32 +0,0 @@
-#    Makefile template for Configure for the 68HC11 sim library.
-#    Copyright (C) 1999-2023 Free Software Foundation, Inc.
-#    Written by Cygnus Support.
-# 
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-## COMMON_PRE_CONFIG_FRAG
-
-arch = m68hc11
-
-# We must use 32-bit addresses to support memory bank switching.
-# The WORD_BITSIZE is normally 16 but must be switched (temporarily)
-# to 32 to avoid a bug in the sim-common which uses 'unsigned_word'
-# instead of 'address_word' in some places (the result is a truncation
-# of the 32-bit address to 16-bit; and this breaks the simulator).
-SIM_EXTRA_CFLAGS = -DWITH_TARGET_WORD_BITSIZE=32 \
-		   -DWITH_TARGET_CELL_BITSIZE=32 \
-		   -DWITH_TARGET_ADDRESS_BITSIZE=32 \
-		   -DWITH_TARGET_WORD_MSB=31
-
-## COMMON_POST_CONFIG_FRAG
diff --git a/sim/mcore/Makefile.in b/sim/mcore/Makefile.in
deleted file mode 100644
index a16303ca2595..000000000000
--- a/sim/mcore/Makefile.in
+++ /dev/null
@@ -1,19 +0,0 @@
-#    Makefile template for Configure for the MCore sim library.
-#    Copyright (C) 1990-2023 Free Software Foundation, Inc.
-#    Written by Cygnus Solutions.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-## COMMON_PRE_CONFIG_FRAG
-## COMMON_POST_CONFIG_FRAG
diff --git a/sim/microblaze/Makefile.in b/sim/microblaze/Makefile.in
deleted file mode 100644
index a16303ca2595..000000000000
--- a/sim/microblaze/Makefile.in
+++ /dev/null
@@ -1,19 +0,0 @@
-#    Makefile template for Configure for the MCore sim library.
-#    Copyright (C) 1990-2023 Free Software Foundation, Inc.
-#    Written by Cygnus Solutions.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-## COMMON_PRE_CONFIG_FRAG
-## COMMON_POST_CONFIG_FRAG
diff --git a/sim/mips/Makefile.in b/sim/mips/Makefile.in
deleted file mode 100644
index 8829e3d9b0e2..000000000000
--- a/sim/mips/Makefile.in
+++ /dev/null
@@ -1,14 +0,0 @@
-#    Makefile template for Configure for the MIPS simulator.
-#    Written by Cygnus Support.
-
-## COMMON_PRE_CONFIG_FRAG
-
-arch = mips
-
-# List of flags to always pass to $(CC).
-SIM_EXTRA_CFLAGS = @SIM_MIPS_SUBTARGET@
-
-SIM_BITSIZE = -DWITH_TARGET_WORD_BITSIZE=@SIM_MIPS_BITSIZE@ -DWITH_TARGET_WORD_MSB=WITH_TARGET_WORD_BITSIZE-1
-SIM_FLOAT = -DWITH_FLOATING_POINT=HARD_FLOATING_POINT -DWITH_TARGET_FLOATING_POINT_BITSIZE=@SIM_MIPS_FPU_BITSIZE@
-
-## COMMON_POST_CONFIG_FRAG
diff --git a/sim/mn10300/Makefile.in b/sim/mn10300/Makefile.in
deleted file mode 100644
index a545450fdc81..000000000000
--- a/sim/mn10300/Makefile.in
+++ /dev/null
@@ -1,27 +0,0 @@
-#    Makefile template for Configure for the mn10300 sim library.
-#    Copyright (C) 1996-2023 Free Software Foundation, Inc.
-#    Written by Cygnus Support.
-# 
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-## COMMON_PRE_CONFIG_FRAG
-
-arch = mn10300
-
-# List of extra flags to always pass to $(CC).
-SIM_EXTRA_CFLAGS = \
-	-DPOLL_QUIT_INTERVAL=0x20 \
-	-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31
-
-## COMMON_POST_CONFIG_FRAG
diff --git a/sim/moxie/Makefile.in b/sim/moxie/Makefile.in
deleted file mode 100644
index 0067fabbe5ca..000000000000
--- a/sim/moxie/Makefile.in
+++ /dev/null
@@ -1,19 +0,0 @@
-#    Makefile template for Configure for the moxie sim library.
-#    Copyright (C) 2008-2023 Free Software Foundation, Inc.
-#    Written by Anthony Green
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-## COMMON_PRE_CONFIG_FRAG
-## COMMON_POST_CONFIG_FRAG
diff --git a/sim/msp430/Makefile.in b/sim/msp430/Makefile.in
deleted file mode 100644
index 7960d8639325..000000000000
--- a/sim/msp430/Makefile.in
+++ /dev/null
@@ -1,20 +0,0 @@
-#    Makefile template for Configure for the MSP430 sim library.
-#    Copyright 2012-2023 Free Software Foundation, Inc.
-#    Written by Red Hat Inc.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-## COMMON_PRE_CONFIG_FRAG
-## COMMON_POST_CONFIG_FRAG
diff --git a/sim/or1k/Makefile.in b/sim/or1k/Makefile.in
deleted file mode 100644
index 9df0e6d4fa64..000000000000
--- a/sim/or1k/Makefile.in
+++ /dev/null
@@ -1,25 +0,0 @@
-# Makefile template for configure for the or1k simulator
-# Copyright (C) 2017-2023 Free Software Foundation, Inc.
-#
-# This file is part of GDB, the GNU debugger.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-## COMMON_PRE_CONFIG_FRAG
-
-SIM_EXTRA_CFLAGS = -DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31
-
-## COMMON_POST_CONFIG_FRAG
-
-arch = or1k
diff --git a/sim/pru/Makefile.in b/sim/pru/Makefile.in
deleted file mode 100644
index 214d2eea478d..000000000000
--- a/sim/pru/Makefile.in
+++ /dev/null
@@ -1,21 +0,0 @@
-#    Makefile template for Configure for the PRU sim library.
-#    Copyright (C) 1990-2023 Free Software Foundation, Inc.
-#    Written by Dimitar Dimitrov <dimitar@dinux.eu>
-#
-#    Based on the MCore sim library
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-## COMMON_PRE_CONFIG_FRAG
-## COMMON_POST_CONFIG_FRAG
diff --git a/sim/riscv/Makefile.in b/sim/riscv/Makefile.in
deleted file mode 100644
index e4631052349b..000000000000
--- a/sim/riscv/Makefile.in
+++ /dev/null
@@ -1,22 +0,0 @@
-#    Makefile template for Configure for the example basic simulator.
-#    Copyright (C) 2005-2023 Free Software Foundation, Inc.
-#    Written by Mike Frysinger.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-## COMMON_PRE_CONFIG_FRAG
-
-SIM_EXTRA_CFLAGS = -DWITH_TARGET_WORD_BITSIZE=@SIM_RISCV_BITSIZE@
-
-## COMMON_POST_CONFIG_FRAG
diff --git a/sim/rl78/Makefile.in b/sim/rl78/Makefile.in
deleted file mode 100644
index f57356eb8077..000000000000
--- a/sim/rl78/Makefile.in
+++ /dev/null
@@ -1,22 +0,0 @@
-#### Makefile.in --- Makefile template for the RL78 simulator
-
-### Copyright (C) 2008-2023 Free Software Foundation, Inc.
-### Contributed by Red Hat, Inc.
-### 
-### This file is part of the GNU simulators.
-### 
-### The GNU simulators are free software; you can redistribute them and/or
-### modify them under the terms of the GNU General Public License as
-### published by the Free Software Foundation; either version 3 of the
-### License, or (at your option) any later version.
-### 
-### The GNU simulators are distributed in the hope that they will be
-### useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
-### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-### General Public License for more details.
-### 
-### You should have received a copy of the GNU General Public License
-### along with the GNU simulators; if not, see <http://www.gnu.org/licenses/>.
-
-## COMMON_PRE_CONFIG_FRAG
-## COMMON_POST_CONFIG_FRAG
diff --git a/sim/rx/Makefile.in b/sim/rx/Makefile.in
deleted file mode 100644
index da241390ab1e..000000000000
--- a/sim/rx/Makefile.in
+++ /dev/null
@@ -1,22 +0,0 @@
-#### Makefile.in --- Makefile template for the RX simulator
-
-### Copyright (C) 2008-2023 Free Software Foundation, Inc.
-### Contributed by Red Hat, Inc.
-### 
-### This file is part of the GNU simulators.
-### 
-### The GNU simulators are free software; you can redistribute them and/or
-### modify them under the terms of the GNU General Public License as
-### published by the Free Software Foundation; either version 3 of the
-### License, or (at your option) any later version.
-### 
-### The GNU simulators are distributed in the hope that they will be
-### useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
-### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-### General Public License for more details.
-### 
-### You should have received a copy of the GNU General Public License
-### along with the GNU simulators; if not, see <http://www.gnu.org/licenses/>.
-
-## COMMON_PRE_CONFIG_FRAG
-## COMMON_POST_CONFIG_FRAG
diff --git a/sim/sh/Makefile.in b/sim/sh/Makefile.in
deleted file mode 100644
index 8abf705126b9..000000000000
--- a/sim/sh/Makefile.in
+++ /dev/null
@@ -1,19 +0,0 @@
-#    Makefile template for Configure for the SH sim library.
-#    Copyright (C) 1990-2023 Free Software Foundation, Inc.
-#    Written by Cygnus Support.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-## COMMON_PRE_CONFIG_FRAG
-## COMMON_POST_CONFIG_FRAG
diff --git a/sim/v850/Makefile.in b/sim/v850/Makefile.in
deleted file mode 100644
index dc319dca70aa..000000000000
--- a/sim/v850/Makefile.in
+++ /dev/null
@@ -1,22 +0,0 @@
-#    Makefile template for Configure for the V850 sim library.
-#    Copyright (C) 1996-2023 Free Software Foundation, Inc.
-#    Written by Cygnus Support.
-# 
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-## COMMON_PRE_CONFIG_FRAG
-
-SIM_EXTRA_CFLAGS = -DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31
-
-## COMMON_POST_CONFIG_FRAG
-- 
2.39.0


  parent reply	other threads:[~2023-01-03  7:58 UTC|newest]

Thread overview: 84+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-03  7:54 [PATCH 00/83] sim: merge subdir makefiles into top-level Mike Frysinger
2023-01-03  7:54 ` [PATCH 01/83] sim: mips: add multi source to built sources Mike Frysinger
2023-01-03  7:54 ` [PATCH 02/83] sim: modules: trigger generation from top-level Mike Frysinger
2023-01-03  7:54 ` [PATCH 03/83] sim: build: drop support for subdir extra deps Mike Frysinger
2023-01-03  7:54 ` [PATCH 04/83] sim: aarch64: move libsim.a creation to top-level Mike Frysinger
2023-01-03  7:54 ` [PATCH 05/83] sim: arm: " Mike Frysinger
2023-01-03  7:54 ` [PATCH 06/83] sim: avr: " Mike Frysinger
2023-01-03  7:54 ` [PATCH 07/83] sim: bfin: " Mike Frysinger
2023-01-03  7:54 ` [PATCH 08/83] sim: bpf: " Mike Frysinger
2023-01-03  7:54 ` [PATCH 09/83] sim: cr16: " Mike Frysinger
2023-01-03  7:54 ` [PATCH 10/83] sim: cris: " Mike Frysinger
2023-01-03  7:54 ` [PATCH 11/83] sim: d10v: " Mike Frysinger
2023-01-03  7:54 ` [PATCH 12/83] sim: erc32: " Mike Frysinger
2023-01-03  7:54 ` [PATCH 13/83] sim: example-synacor: " Mike Frysinger
2023-01-03  7:54 ` [PATCH 14/83] sim: frv: " Mike Frysinger
2023-01-03  7:54 ` [PATCH 15/83] sim: ft32: " Mike Frysinger
2023-01-03  7:54 ` [PATCH 16/83] sim: h8300: " Mike Frysinger
2023-01-03  7:54 ` [PATCH 17/83] sim: iq2000: " Mike Frysinger
2023-01-03  7:55 ` [PATCH 18/83] sim: lm32: " Mike Frysinger
2023-01-03  7:55 ` [PATCH 19/83] sim: m32c: " Mike Frysinger
2023-01-03  7:55 ` [PATCH 20/83] sim: m32r: " Mike Frysinger
2023-01-03  7:55 ` [PATCH 21/83] sim: m68hc11: " Mike Frysinger
2023-01-03  7:55 ` [PATCH 22/83] sim: mcore: " Mike Frysinger
2023-01-03  7:55 ` [PATCH 23/83] sim: microblaze: " Mike Frysinger
2023-01-03  7:55 ` [PATCH 24/83] sim: mips: " Mike Frysinger
2023-01-03  7:55 ` [PATCH 25/83] sim: mn10300: " Mike Frysinger
2023-01-03  7:55 ` [PATCH 26/83] sim: moxie: " Mike Frysinger
2023-01-03  7:55 ` [PATCH 27/83] sim: msp430: " Mike Frysinger
2023-01-03  7:55 ` [PATCH 28/83] sim: or1k: " Mike Frysinger
2023-01-03  7:55 ` [PATCH 29/83] sim: pru: " Mike Frysinger
2023-01-03  7:55 ` [PATCH 30/83] sim: riscv: " Mike Frysinger
2023-01-03  7:55 ` [PATCH 31/83] sim: rl78: " Mike Frysinger
2023-01-03  7:55 ` [PATCH 32/83] sim: rx: " Mike Frysinger
2023-01-03  7:55 ` [PATCH 33/83] sim: sh: " Mike Frysinger
2023-01-03  7:55 ` [PATCH 34/83] sim: v850: " Mike Frysinger
2023-01-03  7:55 ` [PATCH 35/83] sim: build: drop support for creating libsim.a in subdirs Mike Frysinger
2023-01-03  7:55 ` [PATCH 36/83] sim: build: drop common/nrun.o subdir hack Mike Frysinger
2023-01-03  7:55 ` [PATCH 37/83] sim: modules.c: move generation to top-level Mike Frysinger
2023-01-03  7:55 ` [PATCH 38/83] sim: build: add basic framework for compiling arch objects in top-level Mike Frysinger
2023-01-03  7:55 ` [PATCH 39/83] sim: aarch64: move arch-specific file compilation to top-level Mike Frysinger
2023-01-03  7:55 ` [PATCH 40/83] sim: arm: " Mike Frysinger
2023-01-03  7:55 ` [PATCH 41/83] sim: avr: " Mike Frysinger
2023-01-03  7:55 ` [PATCH 42/83] sim: bpf: " Mike Frysinger
2023-01-03  7:55 ` [PATCH 43/83] sim: bfin: " Mike Frysinger
2023-01-03  7:55 ` [PATCH 44/83] sim: cr16: " Mike Frysinger
2023-01-03  7:55 ` [PATCH 45/83] sim: cris: " Mike Frysinger
2023-01-03  7:55 ` [PATCH 46/83] sim: d10v: " Mike Frysinger
2023-01-03  7:55 ` [PATCH 47/83] sim: erc32: " Mike Frysinger
2023-01-03  7:55 ` [PATCH 48/83] sim: example-synacor: " Mike Frysinger
2023-01-03  7:55 ` [PATCH 49/83] sim: frv: " Mike Frysinger
2023-01-03  7:55 ` [PATCH 50/83] sim: ft32: " Mike Frysinger
2023-01-03  7:55 ` [PATCH 51/83] sim: h8300: " Mike Frysinger
2023-01-03  7:55 ` [PATCH 52/83] sim: iq2000: " Mike Frysinger
2023-01-03  7:55 ` [PATCH 53/83] sim: lm32: " Mike Frysinger
2023-01-03  7:55 ` [PATCH 54/83] sim: m32c: " Mike Frysinger
2023-01-03  7:55 ` [PATCH 55/83] sim: m32r: " Mike Frysinger
2023-01-03  7:55 ` [PATCH 56/83] sim: m68hc11: " Mike Frysinger
2023-01-03  7:55 ` [PATCH 57/83] sim: mcore: " Mike Frysinger
2023-01-03  7:55 ` [PATCH 58/83] sim: microblaze: " Mike Frysinger
2023-01-03  7:55 ` [PATCH 59/83] sim: mips: " Mike Frysinger
2023-01-03  7:55 ` [PATCH 60/83] sim: mn10300: " Mike Frysinger
2023-01-03  7:55 ` [PATCH 61/83] sim: moxie: " Mike Frysinger
2023-01-03  7:55 ` [PATCH 62/83] sim: msp430: " Mike Frysinger
2023-01-03  7:55 ` [PATCH 63/83] sim: or1k: " Mike Frysinger
2023-01-03  7:55 ` [PATCH 64/83] sim: pru: " Mike Frysinger
2023-01-03  7:55 ` [PATCH 65/83] sim: riscv: " Mike Frysinger
2023-01-03  7:55 ` [PATCH 66/83] sim: rl78: " Mike Frysinger
2023-01-03  7:55 ` [PATCH 67/83] sim: rx: " Mike Frysinger
2023-01-03  7:55 ` [PATCH 68/83] sim: sh: " Mike Frysinger
2023-01-03  7:55 ` [PATCH 69/83] sim: v850: " Mike Frysinger
2023-01-03  7:55 ` [PATCH 70/83] sim: move arch-specific file compilation of common/ files " Mike Frysinger
2023-01-03  7:55 ` [PATCH 71/83] sim: common: move test-hw-events to top-level build Mike Frysinger
2023-01-03  7:55 ` [PATCH 72/83] sim: disable recursive make in (most) subdirs Mike Frysinger
2023-01-03  7:55 ` Mike Frysinger [this message]
2023-01-03  7:55 ` [PATCH 74/83] sim: build: delete Make-common.in logic Mike Frysinger
2023-01-03  7:55 ` [PATCH 75/83] sim: build: drop AM_MAKEFLAGS settings Mike Frysinger
2023-01-03  7:55 ` [PATCH 76/83] sim: common: simplify hw-config.h deps Mike Frysinger
2023-01-03  7:55 ` [PATCH 77/83] sim: igen: simplify build dep Mike Frysinger
2023-01-03  7:56 ` [PATCH 78/83] sim: common: move libcommon.a objects to sources Mike Frysinger
2023-01-03  7:56 ` [PATCH 79/83] sim: build: drop most recursive build deps Mike Frysinger
2023-01-03  7:56 ` [PATCH 80/83] sim: common: move libcommon.a dep to ppc code Mike Frysinger
2023-01-03  7:56 ` [PATCH 81/83] sim: common: move modules.c to source tracking Mike Frysinger
2023-01-03  7:56 ` [PATCH 82/83] sim: common: simplify modules.c deps Mike Frysinger
2023-01-03  7:56 ` [PATCH 83/83] sim: build: drop depdir subdir hack Mike Frysinger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230103075605.13606-74-vapier@gentoo.org \
    --to=vapier@gentoo.org \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).