Move free_all_objfiles to program_space
[deliverable/binutils-gdb.git] / gdb / mips-linux-tdep.h
index 39d471b9fa622b6a238c6023be91d9b8f6001bec..0683b7ce65f625bbb346f1d2f71bee5e63ef9a5f 100644 (file)
@@ -17,6 +17,9 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
+#ifndef MIPS_LINUX_TDEP_H
+#define MIPS_LINUX_TDEP_H
+
 /* Copied from <asm/elf.h>.  */
 #define ELF_NGREG       45
 #define ELF_NFPREG      33
@@ -109,3 +112,5 @@ extern struct target_desc *tdesc_mips_linux;
 extern struct target_desc *tdesc_mips64_linux;
 extern struct target_desc *tdesc_mips_dsp_linux;
 extern struct target_desc *tdesc_mips64_dsp_linux;
+
+#endif /* MIPS_LINUX_TDEP_H */
This page took 0.02404 seconds and 4 git commands to generate.