2005-12-13 Nathan Sidwell <nathan@codesourcery.com>
* mt/16-002.ld: Change architecture to 'mt'. Remove SEARCH_DIR. * mt/16-003.ld: Likewise. * mt/64-001.ld: Likewise. * mt/Makefile.in: Change comment to reference 'mt' rather than 'ms1'. * mt/crt0.S: Likewise.
This commit is contained in:
parent
c8ba5c2205
commit
b24dda0b9d
|
@ -1,3 +1,12 @@
|
|||
2005-12-13 Nathan Sidwell <nathan@codesourcery.com>
|
||||
|
||||
* mt/16-002.ld: Change architecture to 'mt'. Remove
|
||||
SEARCH_DIR.
|
||||
* mt/16-003.ld: Likewise.
|
||||
* mt/64-001.ld: Likewise.
|
||||
* mt/Makefile.in: Change comment to reference 'mt' rather than 'ms1'.
|
||||
* mt/crt0.S: Likewise.
|
||||
|
||||
2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
|
||||
|
||||
* configure.in: Replace ms1 arch with mt arch.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
OUTPUT_FORMAT("elf32-ms1", "elf32-ms1", "elf32-ms1")
|
||||
OUTPUT_ARCH(ms1)
|
||||
OUTPUT_FORMAT("elf32-mt", "elf32-mt", "elf32-mt")
|
||||
OUTPUT_ARCH(mt)
|
||||
ENTRY(__boot_start)
|
||||
SEARCH_DIR(/usr/local/mrisc1-elf/lib)
|
||||
|
||||
/* Do we need any of these for elf?
|
||||
__DYNAMIC = 0; */
|
||||
MEMORY
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
OUTPUT_FORMAT("elf32-ms1", "elf32-ms1", "elf32-ms1")
|
||||
OUTPUT_ARCH(ms1)
|
||||
OUTPUT_FORMAT("elf32-mt", "elf32-mt", "elf32-mt")
|
||||
OUTPUT_ARCH(mt)
|
||||
ENTRY(__boot_start)
|
||||
SEARCH_DIR(/usr/local/mrisc1-elf/lib)
|
||||
|
||||
/* Do we need any of these for elf?
|
||||
__DYNAMIC = 0; */
|
||||
MEMORY
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
OUTPUT_FORMAT("elf32-ms1", "elf32-ms1", "elf32-ms1")
|
||||
OUTPUT_ARCH(ms1)
|
||||
OUTPUT_FORMAT("elf32-mt", "elf32-mt", "elf32-mt")
|
||||
OUTPUT_ARCH(mt)
|
||||
ENTRY(__boot_start)
|
||||
SEARCH_DIR(/usr/local/mrisc1-elf/lib);
|
||||
|
||||
/* Do we need any of these for elf?
|
||||
__DYNAMIC = 0; */
|
||||
MEMORY
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright (c) 2001 Red Hat, Inc.
|
||||
# Copyright (c) 2001, 2005 Red Hat, Inc.
|
||||
#
|
||||
# The authors hereby grant permission to use, copy, modify, distribute,
|
||||
# and license this software and its documentation for any purpose, provided
|
||||
|
@ -10,7 +10,7 @@
|
|||
# the new terms are clearly indicated on the first page of each file where
|
||||
# they apply.
|
||||
|
||||
# Makefile for libgloss/ms1. This is the board support for the Morpho ms1.
|
||||
# Makefile for libgloss/mt. This is the board support for the Morpho mt.
|
||||
|
||||
VPATH = @srcdir@ @srcdir@/..
|
||||
srcdir = @srcdir@
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Startup Code for the Morpho ms1
|
||||
# Startup Code for the Morpho mt
|
||||
|
||||
# Create a label for the start of the eh_frame section.
|
||||
.section .eh_frame
|
||||
|
|
Loading…
Reference in New Issue