# HG changeset patch # User jlarmour # Date 1045187317 0 # Node ID bff43ef2f202f86c0735de5844ffb0393a22e4f6 # Parent e6da0776b0a4646789d0564063cea01d3e5cbc59 Remove accidentally checked in ~ files diff --git a/packages/hal/mips/idt79s334a/current/include/hal_diag.h~ b/packages/hal/mips/idt79s334a/current/include/hal_diag.h~ deleted file mode 100644 --- a/packages/hal/mips/idt79s334a/current/include/hal_diag.h~ +++ /dev/null @@ -1,88 +0,0 @@ -#ifndef CYGONCE_HAL_HAL_DIAG_H -#define CYGONCE_HAL_HAL_DIAG_H - -/*============================================================================= -// -// hal_diag.h -// -// HAL Support for Kernel Diagnostic Routines -// -//============================================================================= -//####ECOSGPLCOPYRIGHTBEGIN#### -// ------------------------------------------- -// This file is part of eCos, the Embedded Configurable Operating System. -// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. -// -// eCos 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 2 or (at your option) any later version. -// -// eCos 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 eCos; if not, write to the Free Software Foundation, Inc., -// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. -// -// As a special exception, if other files instantiate templates or use macros -// or inline functions from this file, or you compile this file and link it -// with other works to produce a work based on this file, this file does not -// by itself cause the resulting work to be covered by the GNU General Public -// License. However the source code for this file must still be made available -// in accordance with section (3) of the GNU General Public License. -// -// This exception does not invalidate any other reasons why a work based on -// this file might be covered by the GNU General Public License. -// -// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc. -// at http://sources.redhat.com/ecos/ecos-license/ -// ------------------------------------------- -//####ECOSGPLCOPYRIGHTEND#### -//========================================================================== -//#####DESCRIPTIONBEGIN#### -// -// Author(s): Tim Michals -// Contributors: nickg -// Date: 2003-02-13 -// Purpose: HAL Support for Kernel Diagnostic Routines -// Description: Diagnostic routines for use during kernel development. -// Usage: #include -//####DESCRIPTIONEND#### -//========================================================================== - -#include - -#include - -#if defined(CYGSEM_HAL_VIRTUAL_VECTOR_DIAG) - -#include - -#define HAL_DIAG_INIT() hal_if_diag_init() -#define HAL_DIAG_WRITE_CHAR(_c_) hal_if_diag_write_char(_c_) -#define HAL_DIAG_READ_CHAR(_c_) hal_if_diag_read_char(&_c_) - -#else // everything by steam - -/*---------------------------------------------------------------------------*/ -/* functions implemented in hal_diag.c */ - -externC void hal_diag_init(void); -externC void hal_diag_write_char(char c); -externC void hal_diag_read_char(char *c); - -/*---------------------------------------------------------------------------*/ - -#define HAL_DIAG_INIT() hal_diag_init() - -#define HAL_DIAG_WRITE_CHAR(_c_) hal_diag_write_char(_c_) - -#define HAL_DIAG_READ_CHAR(_c_) hal_diag_read_char(&_c_) - -#endif // CYGSEM_HAL_VIRTUAL_VECTOR_DIAG - -#endif /* CYGONCE_HAL_DIAG_H */ -/*---------------------------------------------------------------------------*/ -/* end of hal_diag.h */ diff --git a/packages/hal/mips/idt79s334a/current/include/pkgconf/mlt_mips_idt32334_refidt334_ram.ldi~ b/packages/hal/mips/idt79s334a/current/include/pkgconf/mlt_mips_idt32334_refidt334_ram.ldi~ deleted file mode 100644 --- a/packages/hal/mips/idt79s334a/current/include/pkgconf/mlt_mips_idt32334_refidt334_ram.ldi~ +++ /dev/null @@ -1,37 +0,0 @@ -// eCos memory layout - Mon Apr 03 21:03:12 2000 - -// This is a generated file - do not edit - -MEMORY -{ - ram : ORIGIN = 0x80308000, LENGTH = 0xf78000 -} - -SECTIONS -{ - SECTIONS_BEGIN - SECTION_rom_vectors (ram, 0x80308000, LMA_EQ_VMA) - SECTION_ROMISC (ram, ALIGN (0x4), LMA_EQ_VMA) - SECTION_RELOCS (ram, ALIGN (0x4), LMA_EQ_VMA) - SECTION_init (ram, ALIGN (0x4), LMA_EQ_VMA) - SECTION_text (ram, ALIGN (0x4), LMA_EQ_VMA) - SECTION_fini (ram, ALIGN (0x4), LMA_EQ_VMA) - SECTION_rodata (ram, ALIGN (0x8), LMA_EQ_VMA) - SECTION_rodata1 (ram, ALIGN (0x8), LMA_EQ_VMA) - SECTION_data (ram, ALIGN (0x8), LMA_EQ_VMA) - SECTION_data1 (ram, ALIGN (0x8), LMA_EQ_VMA) - SECTION_eh_frame (ram, ALIGN (0x4), LMA_EQ_VMA) - SECTION_gcc_except_table (ram, ALIGN (0x4), LMA_EQ_VMA) - SECTION_ctors (ram, ALIGN (0x4), LMA_EQ_VMA) - SECTION_dtors (ram, ALIGN (0x4), LMA_EQ_VMA) - SECTION_devtab (ram, ALIGN (0x4), LMA_EQ_VMA) - SECTION_got (ram, ALIGN (0x4), LMA_EQ_VMA) - SECTION_dynamic (ram, ALIGN (0x4), LMA_EQ_VMA) - SECTION_sdata (ram, ALIGN (0x4), LMA_EQ_VMA) - SECTION_lit8 (ram, ALIGN (0x8), LMA_EQ_VMA) - SECTION_lit4 (ram, ALIGN (0x8), LMA_EQ_VMA) - SECTION_sbss (ram, ALIGN (0x8), LMA_EQ_VMA) - SECTION_bss (ram, ALIGN (0x8), LMA_EQ_VMA) - CYG_LABEL_DEFN(__heap1) = ALIGN (0x8); - SECTIONS_END -} diff --git a/packages/hal/mips/idt79s334a/current/include/pkgconf/mlt_mips_idt32334_refidt334_rom.ldi~ b/packages/hal/mips/idt79s334a/current/include/pkgconf/mlt_mips_idt32334_refidt334_rom.ldi~ deleted file mode 100644 --- a/packages/hal/mips/idt79s334a/current/include/pkgconf/mlt_mips_idt32334_refidt334_rom.ldi~ +++ /dev/null @@ -1,38 +0,0 @@ -// eCos memory layout - Wed May 10 18:37:59 2000 - -// This is a generated file - do not edit - -MEMORY -{ - ram : ORIGIN = 0x80000200, LENGTH = 0x1000000 - rom : ORIGIN = 0x80200000, LENGTH = 0x80000 -} - -SECTIONS -{ - SECTIONS_BEGIN - SECTION_rom_vectors (rom, 0x80200000, LMA_EQ_VMA) - SECTION_ROMISC (rom, ALIGN (0x8), LMA_EQ_VMA) - SECTION_RELOCS (rom, ALIGN (0x8), LMA_EQ_VMA) - SECTION_init (rom, ALIGN (0x8), LMA_EQ_VMA) - SECTION_text (rom, ALIGN (0x8), LMA_EQ_VMA) - SECTION_fini (rom, ALIGN (0x8), LMA_EQ_VMA) - SECTION_rodata (rom, ALIGN (0x8), LMA_EQ_VMA) - SECTION_rodata1 (rom, ALIGN (0x8), LMA_EQ_VMA) - SECTION_data (ram, 0x80000200, FOLLOWING (.rodata1)) - SECTION_data1 (ram, ALIGN (0x40), FOLLOWING (.data)) - SECTION_eh_frame (ram, ALIGN (0x40), FOLLOWING (.data1)) - SECTION_gcc_except_table (ram, ALIGN (0x40), FOLLOWING (.eh_frame)) - SECTION_ctors (ram, ALIGN (0x40), FOLLOWING (.gcc_except_table)) - SECTION_dtors (ram, ALIGN (0x40), FOLLOWING (.ctors)) - SECTION_devtab (ram, ALIGN (0x40), FOLLOWING (.dtors)) - SECTION_got (ram, ALIGN (0x40), FOLLOWING (.devtab)) - SECTION_dynamic (ram, ALIGN (0x40), FOLLOWING (.got)) - SECTION_sdata (ram, ALIGN (0x40), FOLLOWING (.dynamic)) - SECTION_lit8 (ram, ALIGN (0x40), FOLLOWING (.sdata)) - SECTION_lit4 (ram, ALIGN (0x40), FOLLOWING (.lit8)) - SECTION_sbss (ram, ALIGN (0x40), LMA_EQ_VMA) - SECTION_bss (ram, ALIGN (0x40), LMA_EQ_VMA) - CYG_LABEL_DEFN(__heap1) = ALIGN (0x8); - SECTIONS_END -} diff --git a/packages/hal/mips/idt79s334a/current/include/pkgconf/mlt_mips_idt32334_refidt334_romram.ldi~ b/packages/hal/mips/idt79s334a/current/include/pkgconf/mlt_mips_idt32334_refidt334_romram.ldi~ deleted file mode 100644 --- a/packages/hal/mips/idt79s334a/current/include/pkgconf/mlt_mips_idt32334_refidt334_romram.ldi~ +++ /dev/null @@ -1,37 +0,0 @@ -// eCos memory layout - Wed May 10 18:37:59 2000 - -// This is a generated file - do not edit - -MEMORY -{ - ram : ORIGIN = 0x80000000, LENGTH = 0x1000000 -} - -SECTIONS -{ - SECTIONS_BEGIN - SECTION_rom_vectors (ram, 0x80000000, LMA_EQ_VMA) - SECTION_ROMISC (ram, ALIGN (0x8), LMA_EQ_VMA) - SECTION_RELOCS (ram, ALIGN (0x8), LMA_EQ_VMA) - SECTION_init (ram, ALIGN (0x8), LMA_EQ_VMA) - SECTION_text (ram, ALIGN (0x8), LMA_EQ_VMA) - SECTION_fini (ram, ALIGN (0x8), LMA_EQ_VMA) - SECTION_rodata (ram, ALIGN (0x8), LMA_EQ_VMA) - SECTION_rodata1 (ram, ALIGN (0x8), LMA_EQ_VMA) - SECTION_data (ram, ALIGN (0x40), LMA_EQ_VMA) - SECTION_data1 (ram, ALIGN (0x40), LMA_EQ_VMA) - SECTION_eh_frame (ram, ALIGN (0x40), LMA_EQ_VMA) - SECTION_gcc_except_table (ram, ALIGN (0x40), LMA_EQ_VMA) - SECTION_ctors (ram, ALIGN (0x40), LMA_EQ_VMA) - SECTION_dtors (ram, ALIGN (0x40), LMA_EQ_VMA) - SECTION_devtab (ram, ALIGN (0x40), LMA_EQ_VMA) - SECTION_got (ram, ALIGN (0x40), LMA_EQ_VMA) - SECTION_dynamic (ram, ALIGN (0x40), LMA_EQ_VMA) - SECTION_sdata (ram, ALIGN (0x40), LMA_EQ_VMA) - SECTION_lit8 (ram, ALIGN (0x40), LMA_EQ_VMA) - SECTION_lit4 (ram, ALIGN (0x40), LMA_EQ_VMA) - SECTION_sbss (ram, ALIGN (0x40), LMA_EQ_VMA) - SECTION_bss (ram, ALIGN (0x40), LMA_EQ_VMA) - CYG_LABEL_DEFN(__heap1) = ALIGN (0x8); - SECTIONS_END -}