diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2005-12-13 22:59:26 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2005-12-13 22:59:26 +0000 |
commit | b24dda0b9d0eea3c18de6b2a973b1f33936adcae (patch) | |
tree | 0e8bfb6ee18dbb5970b5e886f6495a763efa8fa2 /libgloss/mt/64-001.ld | |
parent | c8ba5c2205d73bcfbe2c95f8180324cb9754bc7f (diff) | |
download | newlib-b24dda0b9d0eea3c18de6b2a973b1f33936adcae.zip newlib-b24dda0b9d0eea3c18de6b2a973b1f33936adcae.tar.gz newlib-b24dda0b9d0eea3c18de6b2a973b1f33936adcae.tar.bz2 |
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.
Diffstat (limited to 'libgloss/mt/64-001.ld')
-rw-r--r-- | libgloss/mt/64-001.ld | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libgloss/mt/64-001.ld b/libgloss/mt/64-001.ld index f8a8ca0..501ec32 100644 --- a/libgloss/mt/64-001.ld +++ b/libgloss/mt/64-001.ld @@ -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 |